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
2013-06-03
fix double free the memslot in kvm_set_phys_mem
Xiao Guangrong
1
-1
/
+2
2013-05-29
kvm: support using KVM_MEM_READONLY flag for regions
Jordan Justen
1
-9
/
+28
2013-05-29
kvm: add kvm_readonly_mem_enabled
Jordan Justen
1
-0
/
+6
2013-05-14
osdep, kvm: rename low-level RAM allocation functions
Paolo Bonzini
1
-3
/
+3
2013-05-03
kvm-all: add kvm_run_exit tracepoint
Kazuya Saito
1
-0
/
+1
2013-05-03
kvm-all: add kvm_ioctl, kvm_vm_ioctl, kvm_vcpu_ioctl tracepoints
Kazuya Saito
1
-0
/
+4
2013-05-01
cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()
Igor Mammedov
1
-0
/
+1
2013-04-19
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-65
/
+68
2013-04-16
cpu: Pass CPUState to *cpu_synchronize_post*()
Igor Mammedov
1
-6
/
+2
2013-04-14
kvm: support non datamatch ioeventfd
Michael S. Tsirkin
1
-16
/
+18
2013-04-14
kvm: support any size for pio eventfd
Michael S. Tsirkin
1
-12
/
+12
2013-04-14
kvm: remove unused APIs
Michael S. Tsirkin
1
-53
/
+54
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
1
-3
/
+1
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-1
/
+1
2013-02-16
cpu: Move exit_request field to CPUState
Andreas Färber
1
-3
/
+3
2013-01-28
kvm: Pass CPUState to kvm_on_sigbus_vcpu()
Andreas Färber
1
-2
/
+1
2013-01-27
kvm: Create kvm_arch_vcpu_id() function
Eduardo Habkost
1
-1
/
+1
2013-01-15
kvm: add stub for kvm_irqchip_update_msi_route
Michael S. Tsirkin
1
-0
/
+5
2013-01-15
kvm: Pass CPUState to kvm_init_vcpu()
Andreas Färber
1
-2
/
+1
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
1
-1
/
+1
2012-12-23
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
1
-13
/
+11
2012-12-19
cpu: Move kvm_run into CPUState
Andreas Färber
1
-4
/
+4
2012-12-19
cpu: Move kvm_state field into CPUState
Andreas Färber
1
-14
/
+14
2012-12-19
kvm: Pass CPUState to kvm_vcpu_ioctl()
Andreas Färber
1
-7
/
+7
2012-12-19
kvm: Pass CPUState to kvm_arch_*
Andreas Färber
1
-31
/
+44
2012-12-19
cpu: Move kvm_fd into CPUState
Andreas Färber
1
-3
/
+5
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-5
/
+5
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-3
/
+3
2012-12-17
kvm: do not flush after deleting gsi
Michael S. Tsirkin
1
-2
/
+0
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-11-26
kvm: fix incorrect length in a loop over kvm dirty pages map
Alexey Kardashevskiy
1
-1
/
+1
2012-11-14
kvm: Actually remove software breakpoints from list on cleanup
Jan Kiszka
1
-0
/
+2
2012-10-31
cpus: Pass CPUState to run_on_cpu()
Andreas Färber
1
-2
/
+5
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
1
-1
/
+1
2012-10-31
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
1
-1
/
+3
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-14
/
+14
2012-10-22
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
1
-2
/
+2
2012-10-22
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
1
-10
/
+10
2012-10-15
kvm: drop no-op MemoryListener callbacks
Avi Kivity
1
-30
/
+0
2012-10-15
kvm: use separate MemoryListeners for memory and I/O
Avi Kivity
1
-39
/
+44
2012-09-17
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-7
/
+5
2012-09-14
kvm: Fix warning from static code analysis
Stefan Weil
1
-7
/
+5
2012-09-11
kvm: Rename irqchip_inject_ioctl to irq_set_ioctl
Jan Kiszka
1
-5
/
+5
2012-09-11
kvm: Stop flushing coalesced MMIO on vmexit
Jan Kiszka
1
-2
/
+0
2012-09-11
kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create()
Peter Maydell
1
-4
/
+5
2012-09-10
kvm: Introduce kvm_has_intx_set_mask
Jan Kiszka
1
-0
/
+8
2012-09-10
kvm: Introduce kvm_irqchip_update_msi_route
Jan Kiszka
1
-0
/
+42
2012-09-09
kvm: Clean up irqfd API
Jan Kiszka
1
-14
/
+4
2012-09-09
qemu: Use valgrind annotations to mark kvm guest memory as defined
Christian Borntraeger
1
-0
/
+7
[next]