aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reuse kvm_ioctlGlauber Costa2009-07-211-21/+20
* reuse kvm_vm_ioctlGlauber Costa2009-07-211-93/+40
* remove kvm types from handle unhandledGlauber Costa2009-07-211-6/+3
* Add MCE simulation support to qemu/kvmHuang Ying2009-07-201-0/+40
* Set the iothread's eventfd/pipe descriptors to non-blockingDor Laor2009-07-181-10/+14
* reuse upstream breakpoint codeGlauber Costa2009-07-141-139/+1
* use kvm_upstream sw_breakpoints structureGlauber Costa2009-07-141-9/+18
* provide env->kvm_fdGlauber Costa2009-07-141-2/+7
* duplicate KVMStateGlauber Costa2009-07-141-33/+28
* fold libkvm-all into standard qemu headerGlauber Costa2009-07-141-1/+0
* replace malloc with qemu_mallocGlauber Costa2009-07-141-21/+5
* HPET support with kvmBeth Kon2009-07-121-0/+20
* Enable msi with kvm irqchipMichael S. Tsirkin2009-07-071-0/+44
* Add kvm_set_boot_cpu_id() API.Gleb Natapov2009-07-071-0/+17
* Remove wrappers around ex-libkvm functionsGlauber Costa2009-07-071-57/+18
* Remove qemu-kvm callbacks structureGlauber Costa2009-07-071-200/+170
* Remove kvm_qemu_destroyGlauber Costa2009-07-071-8/+3
* Cleanup mmio coalescing functionsGlauber Costa2009-07-071-23/+4
* qemu-kvm.c memory cleanupGlauber Costa2009-07-071-68/+2
* Move x86 specific code from qemu-kvm.c to qemu-kvm-x86.cGleb Natapov2009-06-281-43/+1
* Cleanup kvm cpu loopGleb Natapov2009-06-241-20/+24
* Fix live migration out-of-memoryAvi Kivity2009-06-211-7/+9
* libkvm: remove ppc functions from callbacksGlauber Costa2009-06-181-4/+0
* Remove env->exit_request use from kvm codeGleb Natapov2009-06-151-3/+0
* Drop unncessary setting of env->exception_indexGleb Natapov2009-06-151-1/+0
* Retrieve mp state info in cpu_synchronize_state()Gleb Natapov2009-06-151-0/+27
* Call kvm_arch_load_regs() instead of kvm_load_registers()Gleb Natapov2009-06-151-1/+1
* Do not use env->halted to decide where halted state should be handledGleb Natapov2009-06-151-3/+3
* Drop unnecessary check of kvm_cpu_state.initGleb Natapov2009-06-151-1/+1
* Fix broken indentation in kvm_main_loop_cpu()Avi Kivity2009-06-151-2/+2
* Move libkvm-all.c code to qemu-kvm.cGlauber Costa2009-06-111-7/+1508
* Fold libkvm-common.h into libkvm-all.hGlauber Costa2009-06-111-6/+6
* kvm: Halt guest on unhandled exit instead of abort()ingAvi Kivity2009-06-041-2/+10
* revert part of 3db8b916e mergeGleb Natapov2009-06-041-23/+0
* Do not use cpu_index in interface between libkvm and qemuGleb Natapov2009-06-041-6/+6
* Only execute lapic load when cpu is already initializedGlauber Costa2009-05-311-0/+5
* remove duplicated kvm_qemu_init_env() callGlauber Costa2009-05-311-1/+0
* Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-05-251-2/+26
* Copy libkvm into the qemu directory structureAvi Kivity2009-05-211-1/+1
* Drop obsolete CONFIG_GDBSTUBJan Kiszka2009-05-211-2/+0
* Fix warnings on 32 bit systems (qemu-kvm.c)Michael S. Tsirkin2009-05-201-2/+2
* Handle -no-shutdown correctlyDaniel Gollub2009-05-201-3/+6
* Don't use a 32-bit bit type as offset argument for kvm dirty trackingGlauber Costa2009-05-141-1/+1
* Enable dirty logging for all regions during migrationGlauber de Oliveira Costa2009-05-131-1/+1
* Fix ia64 build on kvm_arch_get_supported_cpuid()Jes Sorensen2009-05-111-6/+0
* Merge branch 'master' of git://git.sv.gnu.org/qemu into masterAvi Kivity2009-05-091-0/+6
* Fix irq routing by moving it to the correct placeJes Sorensen2009-05-071-21/+12
* Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-05-061-5/+14
* Support unregistering memory regions larger than a slotAvi Kivity2009-04-231-3/+16
* Merge branch 'master' of git://git.sv.gnu.org/qemu into masterAvi Kivity2009-04-231-2/+8