summaryrefslogtreecommitdiff
path: root/qemu
AgeCommit message (Expand)AuthorFilesLines
2008-01-08kvm: qemu: Support TX mitigation in qemu's virtio_net deviceAnthony Liguori2-2/+41
2008-01-08kvm: qemu: phys_mem_bitmap: remove obsolete unused functionsUri Lublin1-11/+0
2008-01-08kvm: qemu: migration: mark all pages as existing (no ballooning)Uri Lublin1-14/+10
2008-01-07kvm: qemu: regenerate bios for power buttonAvi Kivity1-0/+0
2008-01-07kvm: qemu: add acpi powerbutton supportGuido Guenther2-1/+14
2008-01-07kvm: configure: use kvm's configure usage for unknown optionsCarlo Marcelo Arenas Belon1-1/+1
2008-01-07kvm: qemu: move tpr-patch routine to qemu-kvm-x86.cZhang Xiantao4-10/+17
2008-01-06kvm: qemu: regenerate vgabios for 1280x800 resolutionAvi Kivity1-0/+0
2008-01-06kvm: vgabios: add 1280x800 resolutionAvi Kivity2-0/+0
2008-01-03kvm: qemu: ia64: Add check for guest firmware.Zhang Xiantao3-7/+16
2008-01-03kvm: qemu: Set max virtual processor to 4 for ia64Zhang Xiantao1-0/+2
2008-01-03kvm: qemu: Add QEMU support for extbootAnthony Liguori7-39/+204
2008-01-03kvm: qemu: use rtl8139 as default network adapterGuido Guenther1-1/+1
2008-01-03kvm: qemu: restore IO_MEM_ROM mark to bios when registering the memory with kvmAvi Kivity1-2/+1
2008-01-02kvm: qemu: virtio network rx performance improvmentDor Laor4-3/+125
2008-01-02kvm: qemu: reset supportDor Laor1-3/+21
2008-01-02kvm: qemu: virtio block deviceAnthony Liguori6-2/+185
2008-01-02kvm: qemu: virtio network deviceAnthony Liguori4-2/+191
2008-01-02kvm: qemu: virtio infrastructureAnthony Liguori3-0/+568
2008-01-02kvm: qemu: fix power management timer overflow handlingAvi Kivity1-0/+1
2008-01-01kvm: qemu: remove printf() with -std-vgaAvi Kivity1-1/+0
2008-01-01kvm: qemu: regenerate vgabios (widescreen modes)Avi Kivity1-0/+0
2008-01-01kvm: qemu: regenerate vgabios (first source drop)Avi Kivity2-0/+0
2007-12-30kvm: libkvm: fix mmio callback signature mismatchCarlo Marcelo Arenas Belon1-4/+2
2007-12-27kvm: qemu: regenerate bios for IDE LBA48 supportAvi Kivity1-0/+0
2007-12-27Merge branch 'qemu-cvs'Avi Kivity56-250/+1659
2007-12-26De-cruft exception definitions, and implement nicer debug output.ths2-26/+65
2007-12-26kvm: qemu: regenerate bios for tpr accelerationAvi Kivity1-0/+0
2007-12-26kvm: qemu: patch tpr access instructionsAvi Kivity5-3/+307
2007-12-25Assortment of soft-float fixes, by Aurelien Jarno.ths1-11/+35
2007-12-25Support for VR5432, and some of its special instructions. Original patchths6-7/+405
2007-12-255K and 20K are Release 1 CPUs.ths1-3/+3
2007-12-25 Enforce context table alignmentblueswir11-1/+1
2007-12-25Avoid host FPE for overflowing division on MIPS, by Richard Sandiford.ths1-3/+10
2007-12-25Improved PABITS handling, and config register fixes.ths4-56/+106
2007-12-25One more bit of alpha support.ths2-2/+4
2007-12-24Update debug code to match new accumulator register layout.ths1-4/+4
2007-12-24scsi-generic implemnentation, missing in last commit.ths1-0/+653
2007-12-24Real SCSI device passthrough (v4), by Laurent Vivier.ths8-7/+57
2007-12-24Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00.balrog1-5/+38
2007-12-24Fix CCRes value for 20Kc.ths1-1/+1
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog12-32/+102
2007-12-24Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg).balrog1-1/+8
2007-12-24Avoid the use of $ in format strings because it's system-specific - fixes dri...balrog1-2/+6
2007-12-24Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh).balrog1-1/+6
2007-12-24SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer).balrog2-1/+7
2007-12-24Fix cmpxchg8b translation (Bernhard Kauer).balrog1-1/+1
2007-12-24Fix number_of_entries for filename of length [13] (Tristan Gingold).balrog1-2/+4
2007-12-24kvm: qemu: ia64: guest with > 3G memory fixZhang Xiantao2-1/+3
2007-12-22kvm: qemu: Fix ia64 build on latest sourceZhang Xiantao7-251/+325