summaryrefslogtreecommitdiff
path: root/qemu-kvm.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02Fix build with DEBUG_MEMREG definedKusanagi Kouichi1-4/+4
2009-12-01kvm_handle_internal_error should return 1Marcelo Tosatti1-1/+1
2009-11-15Report extra data on internal errorsAvi Kivity1-0/+10
2009-11-15Freeze guest on internal errorAvi Kivity1-1/+2
2009-11-15Move internal error handling into a functionAvi Kivity1-6/+13
2009-11-01Fix qemu-kvm sigsegv at exitMarcelo Tosatti1-1/+1
2009-10-22upstream kvm_arch_post_run lacks cpu_single_env assignmentMarcelo Tosatti1-0/+1
2009-10-22use upstream kvm_vcpu_ioctlGlauber Costa1-18/+13
2009-10-20move tpr stuff to qemu-kvm-x86.cGlauber Costa1-6/+0
2009-10-20use upstream version of kvm_arch_post_runGlauber Costa1-5/+0
2009-10-20change pre and post kvm_run signatures.Glauber Costa1-2/+2
2009-10-20use handle_io upstream version.Glauber Costa1-53/+5
2009-10-19get rid of vcpu structureGlauber Costa1-8/+3
2009-10-19change function signatures so that they don't take a vcpu argumentGlauber Costa1-49/+48
2009-10-14Merge commit 'd549db5a732ef2ec145b84c5008a7585cf17cf67' into upstream-mergeMarcelo Tosatti1-0/+12
2009-10-14Don't sync mpstate to/from kernel when unneeded.Gleb Natapov1-5/+4
2009-10-14Complete cpu initialization before signaling main thread.Gleb Natapov1-14/+15
2009-10-13remove id field from vcpu context structureGlauber Costa1-2/+0
2009-10-13remove kvm_run from vcpu_contextGlauber Costa1-3/+1
2009-10-13use env in kvm_arch_runGlauber Costa1-1/+1
2009-10-13use env as parameter for functions that access kvm_runGlauber Costa1-4/+4
2009-10-13Use kvm_run inside CPUState.Glauber Costa1-12/+15
2009-10-13remove kvm_context from vcpu structureGlauber Costa1-3/+1
2009-10-13remove unneded opaque.Glauber Costa1-10/+3
2009-10-13drop kvm_mmio_read and writeGlauber Costa1-20/+4
2009-10-13use a more upstream friendly version of irqchip-in-kernel testGlauber Costa1-7/+3
2009-10-08qemu-kvm: fix build on 32 bitMichael S. Tsirkin1-2/+3
2009-10-05Fix old-style function definitions in kvm specific codeAvi Kivity1-1/+1
2009-09-28qemu-kvm: allocate correct size for dirty bitmapBruce Rogers1-1/+1
2009-09-27Fix build error for signalfd_siginfoHuang Ying1-2/+2
2009-09-23Update halted state from mpstate only in case of inkernel irq chipGleb Natapov1-0/+10
2009-09-21Merge commit 'afcea8cbdea8180b42093377b2c700d1b7f20b7c' into upstream-mergeAvi Kivity1-7/+6
2009-09-21Use "compatfd.h" instead of <sys/signalfd.h>Avi Kivity1-1/+1
2009-09-21MCE: Relay UCR MCE to guestHuang Ying1-12/+183
2009-09-18Rename USE_KVM_* to CONFIG_KVM_*Juan Quintela1-4/+4
2009-09-18One CONFIG_EVENTFD should be enoughJuan Quintela1-1/+1
2009-09-18qemu-kvm: Fix guest single-steppingJan Kiszka1-0/+4
2009-09-14Merge commit '72cf2d4f0e181d0d3a3122e04129c58a95da713e' into upstream-mergeMarcelo Tosatti1-7/+7
2009-09-10Fix warnings with USE_KVM_DEVICE_ASSIGNMENT disabledDaniel Gollub1-0/+4
2009-09-09Call kvm_cpu_synchronize_state() on target vcpuGleb Natapov1-8/+15
2009-09-01Handle emulation failure in userspaceMohammed Gamal1-0/+8
2009-08-31Remove unneeded printf() in kvm_run()Avi Kivity1-1/+0
2009-08-31Fix mpstate reloadsAvi Kivity1-3/+1
2009-08-30Merge commit '4c0960c0c483fffc5f8e1dab169d946ac295bf44' into upstream-mergeAvi Kivity1-0/+17
2009-08-09Merge commit 'upstream/master'Avi Kivity1-1/+1
2009-08-04Remove useless wrappers around functionsGlauber Costa1-11/+1
2009-08-04Use kvm_has_sync_mmu from upstreamGlauber Costa1-9/+0
2009-08-04Use coalesce memory regions functions from upstreamGlauber Costa1-46/+0
2009-08-04Use coalesced_mmio field from qemu upstreamGlauber Costa1-8/+6
2009-08-04Remove NULL check after qemu malloc in dirty bitmap allocationGlauber Costa1-6/+1