aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bail out when VCPU_CREATE failsAlexander Graf2010-03-241-1/+5
* Do not allow vcpu stop with in progress PIOMarcelo Tosatti2010-02-181-0/+1
* qemu-kvm: enable get/set vcpu events on reset and migrationMarcelo Tosatti2010-01-311-0/+5
* Fix kvm_load_mpstate for vcpu hot addLiu, Jinsong2010-01-311-1/+1
* Move kvm cpu state flush to after kvm_arch_pre_run()Avi Kivity2009-12-141-5/+5
* Fix build with DEBUG_MEMREG definedKusanagi Kouichi2009-12-021-4/+4
* kvm_handle_internal_error should return 1Marcelo Tosatti2009-12-011-1/+1
* Report extra data on internal errorsAvi Kivity2009-11-151-0/+10
* Freeze guest on internal errorAvi Kivity2009-11-151-1/+2
* Move internal error handling into a functionAvi Kivity2009-11-151-6/+13
* Fix qemu-kvm sigsegv at exitMarcelo Tosatti2009-11-011-1/+1
* upstream kvm_arch_post_run lacks cpu_single_env assignmentMarcelo Tosatti2009-10-221-0/+1
* use upstream kvm_vcpu_ioctlGlauber Costa2009-10-221-18/+13
* move tpr stuff to qemu-kvm-x86.cGlauber Costa2009-10-201-6/+0
* use upstream version of kvm_arch_post_runGlauber Costa2009-10-201-5/+0
* change pre and post kvm_run signatures.Glauber Costa2009-10-201-2/+2
* use handle_io upstream version.Glauber Costa2009-10-201-53/+5
* get rid of vcpu structureGlauber Costa2009-10-191-8/+3
* change function signatures so that they don't take a vcpu argumentGlauber Costa2009-10-191-49/+48
* Merge commit 'd549db5a732ef2ec145b84c5008a7585cf17cf67' into upstream-mergeMarcelo Tosatti2009-10-141-0/+12
* Don't sync mpstate to/from kernel when unneeded.Gleb Natapov2009-10-141-5/+4
* Complete cpu initialization before signaling main thread.Gleb Natapov2009-10-141-14/+15
* remove id field from vcpu context structureGlauber Costa2009-10-131-2/+0
* remove kvm_run from vcpu_contextGlauber Costa2009-10-131-3/+1
* use env in kvm_arch_runGlauber Costa2009-10-131-1/+1
* use env as parameter for functions that access kvm_runGlauber Costa2009-10-131-4/+4
* Use kvm_run inside CPUState.Glauber Costa2009-10-131-12/+15
* remove kvm_context from vcpu structureGlauber Costa2009-10-131-3/+1
* remove unneded opaque.Glauber Costa2009-10-131-10/+3
* drop kvm_mmio_read and writeGlauber Costa2009-10-131-20/+4
* use a more upstream friendly version of irqchip-in-kernel testGlauber Costa2009-10-131-7/+3
* qemu-kvm: fix build on 32 bitMichael S. Tsirkin2009-10-081-2/+3
* Fix old-style function definitions in kvm specific codeAvi Kivity2009-10-051-1/+1
* qemu-kvm: allocate correct size for dirty bitmapBruce Rogers2009-09-281-1/+1
* Fix build error for signalfd_siginfoHuang Ying2009-09-271-2/+2
* Update halted state from mpstate only in case of inkernel irq chipGleb Natapov2009-09-231-0/+10
* Merge commit 'afcea8cbdea8180b42093377b2c700d1b7f20b7c' into upstream-mergeAvi Kivity2009-09-211-7/+6
* Use "compatfd.h" instead of <sys/signalfd.h>Avi Kivity2009-09-211-1/+1
* MCE: Relay UCR MCE to guestHuang Ying2009-09-211-12/+183
* Rename USE_KVM_* to CONFIG_KVM_*Juan Quintela2009-09-181-4/+4
* One CONFIG_EVENTFD should be enoughJuan Quintela2009-09-181-1/+1
* qemu-kvm: Fix guest single-steppingJan Kiszka2009-09-181-0/+4
* Merge commit '72cf2d4f0e181d0d3a3122e04129c58a95da713e' into upstream-mergeMarcelo Tosatti2009-09-141-7/+7
* Fix warnings with USE_KVM_DEVICE_ASSIGNMENT disabledDaniel Gollub2009-09-101-0/+4
* Call kvm_cpu_synchronize_state() on target vcpuGleb Natapov2009-09-091-8/+15
* Handle emulation failure in userspaceMohammed Gamal2009-09-011-0/+8
* Remove unneeded printf() in kvm_run()Avi Kivity2009-08-311-1/+0
* 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