aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22virtio-blk: Respect werror option for flushesKevin Wolf1-1/+7
2010-10-22ide: Handle flush failureKevin Wolf2-2/+11
2010-10-22ide: Factor ide_flush_cache outKevin Wolf1-4/+10
2010-10-22qemu-img: Fix qemu-img convert -obacking_fileKevin Wolf1-0/+7
2010-10-22block: Use GCC_FMT_ATTR and fix a format errorStefan Weil1-2/+3
2010-10-22qemu-io: New command mapKevin Wolf1-0/+39
2010-10-22Copy snapshots out of QCOW2 diskedison9-5/+75
2010-10-22ide: set WCACHE supported in IDENTIFY dataChristoph Hellwig1-2/+2
2010-10-22qcow2: Remove old image creation functionKevin Wolf1-224/+0
2010-10-22qcow2: Simplify image creationKevin Wolf1-1/+132
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi4-12/+19
2010-10-22monitor: Ignore "." and ".." when completing file name.Kusanagi Kouichi1-0/+5
2010-10-22Fix test suite build with tracing enabledJan Kiszka1-6/+6
2010-10-22Silence compiler warning in json test caseJan Kiszka1-1/+3
2010-10-22Trivial fix for QMP/qmp-events.txtHidetoshi Seto1-1/+1
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
2010-10-20virtio-9p: Support mapped posix aclAneesh Kumar K.V5-6/+192
2010-10-20virtio-9p: Use layered xattr approachAneesh Kumar K.V7-92/+345