summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin26-277/+2607
2010-10-27pcie: update satus on resetMichael S. Tsirkin1-1/+1
2010-10-27msi: minor cleanupsMichael S. Tsirkin1-4/+3
2010-10-27msi: simplify range checksMichael S. Tsirkin1-25/+20
2010-10-27pci: improve w1c mask handlingMichael S. Tsirkin1-2/+4
2010-10-27pcie: clean up hot plug notificationMichael S. Tsirkin4-71/+62
2010-10-27pcie: simplify range checkMichael S. Tsirkin1-49/+59
2010-10-27Introduce range.hBlue Swirl3-0/+3
2010-10-27qemu-options.def: add to generated header listMichael S. Tsirkin2-9/+5
2010-10-27net: properly handle illegal fd/vhostfd from command lineJason Wang1-5/+11
2010-10-27virtio: sanity-check available indexMichael S. Tsirkin1-0/+11
2010-10-27migration: don't segfault on invalid inputMichael S. Tsirkin1-0/+3
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl11-124/+150
2010-10-23rewrite i386 tests MakefilePaolo Bonzini3-42/+91
2010-10-23fix test_pathPaolo Bonzini2-3/+12
2010-10-23make runcom compile on recent distributionsPaolo Bonzini1-7/+4
2010-10-23disable test_enter on i386, it is brokenPaolo Bonzini1-0/+5
2010-10-23unbreak "make" from vpath-built tests directoryPaolo Bonzini1-0/+1
2010-10-23unbreak "make" from tests directoryPaolo Bonzini1-0/+1
2010-10-22mips_fulong2e: fix ram allocationBlue Swirl1-1/+1
2010-10-22Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2-3/+2
2010-10-22Remove special handling of system include files (no longer needed)Stefan Weil4-35/+2
2010-10-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-33/+99
2010-10-21curses: Fix control-{@[\]^_} and ESCSamuel Thibault2-3/+7
2010-10-21kvm: save/restore x86-64 MSRs on x86-64 kernelsMarcelo Tosatti1-10/+20
2010-10-21kvm: writeback SMP TSCs on migration onlyMarcelo Tosatti1-1/+9
2010-10-21kvm: factor out kvm_has_msr_starMarcelo Tosatti1-11/+30
2010-10-21kvm: add save/restore of MSR_VM_HSAVE_PAMarcelo Tosatti1-0/+5
2010-10-21Fix build on !KVM_CAP_MCEHidetoshi Seto1-2/+3
2010-10-21x86, mce: broadcast mce depending on the cpu versionHidetoshi Seto1-5/+24
2010-10-21x86, mce: ignore SRAO only when MCG_SER_P is availableHidetoshi Seto1-6/+10
2010-10-20Fix pci hotplug to generate level triggered interrupt.Gleb Natapov1-11/+17
2010-10-20Use defines instead of numbers for pci hotplug sts bitGleb Natapov1-2/+4
2010-10-20Fix memory leak in register save load due to xsave supportMarcelo Tosatti1-3/+8
2010-10-20Add savevm/loadvm support for MCEMarcelo Tosatti1-1/+38
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti7-14/+278
2010-10-20Add RAM -> physical addr mapping in MCE simulationHuang Ying2-0/+24
2010-10-20Export qemu_ram_addr_from_hostMarcelo Tosatti3-11/+20
2010-10-20kvm: x86: add mce supportMarcelo Tosatti3-0/+111
2010-10-20iothread: use signalfdMarcelo Tosatti1-5/+69
2010-10-20signalfd compatibilityMarcelo Tosatti4-0/+179
2010-10-20Add svm cpuid featuresJoerg Roedel3-17/+75
2010-10-20Set cpuid definition to 0 before initializing itJoerg Roedel1-0/+2
2010-10-20configure: Support disabling warnings in $gcc_flagsMarkus Armbruster1-1/+1
2010-10-20tcg: Fix compiler error (comparison of unsigned expression)Stefan Weil1-1/+1
2010-10-20wacom tablet: activate event handlers.Gerd Hoffmann1-3/+10
2010-10-20vmmouse: adapt to mouse handler changes.Gerd Hoffmann1-10/+21
2010-10-20[virtio-9p] Add support to v9fs_string_alloc_printf() for handling %lu.Venkateswararao Jujjuri (JV)1-0/+17
2010-10-20[virtio-9p] Use preadv/pwritev instead of readv/writevSanchit Garg3-94/+67
2010-10-20[virtio-9p] Qemu 9p commandline options validity checksHarsh Prateek Bora2-19/+33