index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sysemu
/
kvm.h
Age
Commit message (
Expand
)
Author
2014-06-19
Add kvm_eventfds_enabled function
Nikolay Nikolaev
2014-05-20
s390x/virtio-ccw: wire up irq routing and irqfds
Cornelia Huck
2014-05-20
kvm: Fix enable_cap helpers on older gcc
Alexander Graf
2014-05-13
kvm: reset state from the CPU's reset method
Paolo Bonzini
2014-05-13
kvm: make one_reg helpers available for everyone
Cornelia Huck
2014-05-05
machine: Replace QEMUMachine by MachineClass in accelerator configuration
Marcel Apfelbaum
2014-04-30
kvm: add kvm_{vm,vcpu}_enable_cap
Cornelia Huck
2014-03-13
Revert "KVM: Split QEMUMachine typedef into separate header"
Andreas Färber
2014-03-05
kvm: Add a new machine option kvm-type
Aneesh Kumar K.V
2014-03-05
KVM: Split QEMUMachine typedef into separate header
Alexander Graf
2014-02-26
kvm: Common device control API functions
Christoffer Dall
2014-02-26
kvm: Introduce kvm_arch_irqchip_create
Christoffer Dall
2013-09-23
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2013-09-20
kvm irqfd: support direct msimessage to irq translation
Alexey Kardashevskiy
2013-09-20
cpu: Move cpu state syncs up into cpu_dump_state()
James Hogan
2013-09-12
exec: Simplify the guest physical memory allocation hook
Markus Armbruster
2013-08-29
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
Anthony Liguori
2013-08-09
kvm: add KVM_IRQFD_FLAG_RESAMPLE support
Vincenzo Maffione
2013-07-26
kvm: Change prototype of kvm_update_guest_debug()
Stefan Weil
2013-07-23
kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState
Andreas Färber
2013-07-09
kvm: Change kvm_remove_all_breakpoints() argument to CPUState
Andreas Färber
2013-07-09
kvm: Free current_cpu identifier
Andreas Färber
2013-07-01
KVM: PIC: Only commit irq routing when necessary
Alexander Graf
2013-07-01
KVM: Export kvm_init_irq_routing
Alexander Graf
2013-07-01
KVM: Don't assume that mpstate exists with in-kernel PIC always
Alexander Graf
2013-06-28
kvm: Change kvm_cpu_exec() argument to CPUState
Andreas Färber
2013-06-28
kvm: Change kvm_set_signal_mask() argument to CPUState
Andreas Färber
2013-06-28
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-06-28
kvm: Change kvm_cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-05-29
kvm: add kvm_readonly_mem_enabled
Jordan Justen
2013-05-14
osdep, kvm: rename low-level RAM allocation functions
Paolo Bonzini
2013-05-01
cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()
Igor Mammedov
2013-05-01
cpu: Make kvm-stub.o available outside softmmu
Igor Mammedov
2013-04-19
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-04-16
cpu: Pass CPUState to *cpu_synchronize_post*()
Igor Mammedov
2013-04-14
kvm: remove unused APIs
Michael S. Tsirkin
2013-02-01
accel: change {xen, kvm, tcg, qtest}_allowed from int to bool
liguang
2013-01-28
kvm: Pass CPUState to kvm_on_sigbus_vcpu()
Andreas Färber
2013-01-27
kvm: Create kvm_arch_vcpu_id() function
Eduardo Habkost
2013-01-27
kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds without KVM
Eduardo Habkost
2013-01-15
kvm: Add fake KVM constants to avoid #ifdefs on KVM-specific code
Eduardo Habkost
2013-01-15
kvm: Pass CPUState to kvm_init_vcpu()
Andreas Färber
2012-12-23
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini