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
2014-01-24
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-4
/
+10
2014-01-15
KVM: fix addr type for KVM_IOEVENTFD
Alexey Kardashevskiy
1
-1
/
+1
2014-01-15
KVM: Retry KVM_CREATE_VM on EINTR
thomas knych
1
-3
/
+9
2014-01-13
memory: move bitmap synchronization to its own function
Juan Quintela
1
-25
/
+2
2014-01-13
kvm: refactor start address calculation
Juan Quintela
1
-4
/
+4
2014-01-13
kvm: use directly cpu_physical_memory_* api for tracking dirty pages
Juan Quintela
1
-2
/
+5
2013-11-25
kvm: Query KVM for available memory slots
Alex Williamson
1
-9
/
+21
2013-09-23
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-29
/
+53
2013-09-20
kvm irqfd: support direct msimessage to irq translation
Alexey Kardashevskiy
1
-0
/
+13
2013-09-20
kvm: warn if num cpus is greater than num recommended
Andrew Jones
1
-29
/
+40
2013-09-12
exec: Simplify the guest physical memory allocation hook
Markus Armbruster
1
-13
/
+0
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-4
/
+4
2013-08-29
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
Anthony Liguori
1
-30
/
+22
2013-08-20
kvm-all.c: max_cpus should not exceed KVM vcpu limit
Marcelo Tosatti
1
-0
/
+7
2013-08-20
kvm: Simplify kvm_handle_io
Jan Kiszka
1
-26
/
+2
2013-08-09
kvm: add KVM_IRQFD_FLAG_RESAMPLE support
Vincenzo Maffione
1
-4
/
+13
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
[next]