index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kvm-all.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-30
kvm: add support for memory transaction attributes
Paolo Bonzini
1
-9
/
+12
2015-04-30
kvm: Silence warning from valgrind
Thomas Huth
1
-7
/
+7
2015-04-30
kvm: better advice for failed s390x startup
Cornelia Huck
1
-2
/
+11
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
1
-4
/
+4
2015-04-26
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
1
-1
/
+2
2015-04-02
kvm-all: Sync dirty-bitmap from kvm before kvm destroy the corresponding dirt...
zhanghailiang
1
-1
/
+1
2015-03-18
kvm: fix ioeventfd endianness on bi-endian architectures
Greg Kurz
1
-2
/
+22
2015-03-16
kvm: encapsulate HAS_DEVICE for vm attrs
Dominik Dingel
1
-0
/
+21
2015-03-11
kvm: add machine state to kvm_arch_init
Marcel Apfelbaum
1
-1
/
+1
2015-03-11
machine: query kernel-irqchip property
Marcel Apfelbaum
1
-3
/
+3
2015-03-10
fix GCC 5.0.0 logical-not-parentheses warnings
Radim Krčmář
1
-1
/
+1
2015-02-10
kvm: g_malloc() can't fail, bury dead error handling
Markus Armbruster
1
-4
/
+0
2015-01-12
kvm: extend kvm_irqchip_add_msi_route to work on s390
Frank Blaschka
1
-0
/
+7
2014-12-15
coverity/s390x: avoid false positive in kvm_irqchip_add_adapter_route
Christian Borntraeger
1
-1
/
+1
2014-12-15
valgrind: avoid false positives in KVM_GET_DIRTY_LOG ioctl
Christian Borntraeger
1
-1
/
+1
2014-12-15
KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks
Eric Auger
1
-0
/
+7
2014-11-23
pc: kvm: check if KVM has free memory slots to avoid abort()
Igor Mammedov
1
-1
/
+17
2014-11-20
kvm: Fix memory slot page alignment logic
Alexander Graf
1
-2
/
+4
2014-10-10
kvm fix compilation with GCC 4.3.4
Paolo Bonzini
1
-2
/
+2
2014-10-09
kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct
Eduardo Habkost
1
-4
/
+9
2014-10-09
accel: Pass MachineState object to accel init functions
Eduardo Habkost
1
-1
/
+2
2014-10-04
accel: Rename 'init' method to 'init_machine'
Eduardo Habkost
1
-1
/
+1
2014-10-04
accel: Move KVM accel registration to kvm-all.c
Eduardo Habkost
1
-1
/
+25
2014-09-26
kvm/valgrind: don't mark memory as initialized
Christian Borntraeger
1
-7
/
+0
2014-09-16
Introduce cpu_clean_all_dirty
Marcelo Tosatti
1
-0
/
+5
2014-09-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2014-09-09
kvm: do not abort if KVM_RUN fails
Paolo Bonzini
1
-1
/
+2
2014-09-08
KVM: Add helper to run KVM_CHECK_EXTENSION on vm fd
Alexander Graf
1
-0
/
+13
2014-08-20
kvm: run cpu state synchronization on target vcpu thread
David Hildenbrand
1
-2
/
+16
2014-07-22
kvm-all: Use 'tmpcpu' instead of 'cpu' in sub-looping to avoid 'cpu' be NULL
Chen Gang
1
-2
/
+3
2014-06-20
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-2
/
+11
2014-06-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+4
2014-06-19
kvm: Handle exit reason KVM_EXIT_SYSTEM_EVENT
Pranavkumar Sawargaonkar
1
-0
/
+16
2014-06-19
Add kvm_eventfds_enabled function
Nikolay Nikolaev
1
-0
/
+4
2014-06-18
kvm: Allow arch to set sigmask length
James Hogan
1
-1
/
+10
2014-06-18
KVM: Fix GSI number space limit
Alexander Graf
1
-1
/
+1
2014-06-05
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-1
/
+3
2014-05-30
kvm: Ensure negative return value on kvm_init() error handling path
Eduardo Habkost
1
-1
/
+3
2014-05-20
s390x/virtio-ccw: wire up irq routing and irqfds
Cornelia Huck
1
-1
/
+37
2014-05-13
kvm: reset state from the CPU's reset method
Paolo Bonzini
1
-11
/
+0
2014-05-13
kvm: make one_reg helpers available for everyone
Cornelia Huck
1
-0
/
+28
2014-05-05
machine: Replace QEMUMachine by MachineClass in accelerator configuration
Marcel Apfelbaum
1
-3
/
+3
2014-04-14
Revert "fix return check for KVM_GET_DIRTY_LOG ioctl"
Michael Tokarev
1
-1
/
+1
2014-03-27
fix return check for KVM_GET_DIRTY_LOG ioctl
Mario Smarduch
1
-1
/
+1
2014-03-11
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-2
/
+1
2014-03-05
kvm: Add a new machine option kvm-type
Aneesh Kumar K.V
1
-3
/
+14
2014-02-27
kvm-all: exit in case max vcpus exceeded
Marcelo Tosatti
1
-2
/
+1
2014-02-27
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-1
/
+1
2014-02-26
kvm: Common device control API functions
Christoffer Dall
1
-0
/
+39
2014-02-26
kvm: Introduce kvm_arch_irqchip_create
Christoffer Dall
1
-2
/
+9
[prev]
[next]