aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix mpstate reloadsAvi Kivity2009-08-311-3/+1
* Merge commit '4c0960c0c483fffc5f8e1dab169d946ac295bf44' into upstream-mergeAvi Kivity2009-08-301-0/+17
* Merge commit 'upstream/master'Avi Kivity2009-08-091-1/+1
* Remove useless wrappers around functionsGlauber Costa2009-08-041-11/+1
* Use kvm_has_sync_mmu from upstreamGlauber Costa2009-08-041-9/+0
* Use coalesce memory regions functions from upstreamGlauber Costa2009-08-041-46/+0
* Use coalesced_mmio field from qemu upstreamGlauber Costa2009-08-041-8/+6
* Remove NULL check after qemu malloc in dirty bitmap allocationGlauber Costa2009-08-041-6/+1
* Reformat qemu-kvm.[ch] according to qemu coding styleAvi Kivity2009-08-031-934/+915
* Remove unused function kvm_get_phys_ram_page_bitmap()Glauber Costa2009-08-031-16/+0
* Drop polling property from qemu_cond_waitJan Kiszka2009-08-031-5/+1
* fold second pass of kvm initializationGlauber Costa2009-07-251-0/+20
* remove kvm_specific kvm_out* functionsGlauber Costa2009-07-231-57/+3
* qemu-kvm: routing table update thinko fixMichael S. Tsirkin2009-07-231-2/+2
* embed kvm_create_context into kvm_initGlauber Costa2009-07-231-2/+4
* remove env->exit_request usage from qemu-kvm.cGlauber Costa2009-07-221-2/+0
* remove created from kvm_stateGlauber Costa2009-07-221-5/+5
* reuse env stop and stopped statesGlauber Costa2009-07-221-18/+12
* remove kvm_in* functionsGlauber Costa2009-07-221-21/+4
* check extensionGlauber Costa2009-07-211-14/+4
* 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