index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kvm-all.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-26
kvm: Change prototype of kvm_update_guest_debug()
Stefan Weil
1
-12
/
+5
2013-07-23
kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState
Andreas Färber
1
-6
/
+4
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
1
-1
/
+1
2013-07-10
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
1
-27
/
+26
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-6
/
+10
2013-07-09
kvm: Change kvm_remove_all_breakpoints() argument to CPUState
Andreas Färber
1
-3
/
+3
2013-07-09
kvm: Free current_cpu identifier
Andreas Färber
1
-22
/
+17
2013-07-09
Fix -machine options accel, kernel_irqchip, kvm_shadow_mem
Markus Armbruster
1
-4
/
+1
2013-07-07
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
1
-0
/
+2
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
1
-0
/
+2
2013-07-03
kvm: skip system call when msi route is unchanged
Michael S. Tsirkin
1
-0
/
+4
2013-07-03
kvm: zero-initialize KVM_SET_GSI_ROUTING input
Michael S. Tsirkin
1
-12
/
+7
2013-07-03
kvm: add detail error message when fail to add ioeventfd
Amos Kong
1
-0
/
+4
2013-07-01
KVM: PIC: Only commit irq routing when necessary
Alexander Graf
1
-3
/
+3
2013-07-01
KVM: MSI: Swap payload to native endianness
Alexander Graf
1
-5
/
+5
2013-07-01
KVM: Export kvm_init_irq_routing
Alexander Graf
1
-2
/
+2
2013-07-01
KVM: Don't assume that mpstate exists with in-kernel PIC always
Alexander Graf
1
-0
/
+2
2013-06-28
kvm: Change kvm_cpu_exec() argument to CPUState
Andreas Färber
1
-2
/
+1
2013-06-28
kvm: Change kvm_handle_internal_error() argument to CPUState
Andreas Färber
1
-4
/
+2
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
1
-2
/
+2
2013-06-28
kvm: Change kvm_set_signal_mask() argument to CPUState
Andreas Färber
1
-2
/
+1
2013-06-28
kvm: Change kvm_cpu_synchronize_state() argument to CPUState
Andreas Färber
1
-3
/
+1
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
1
-9
/
+14
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
[next]