summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-30We only support eventfd under POSIX, move qemu_eventfd() to os-posix.cJes Sorensen2-34/+32
2010-10-30qemu_pipe() is used only by POSIX code, so move to oslib-posix.cJes Sorensen2-22/+22
2010-10-30Move osdep socket code to oslib-{posix,win32}.cJes Sorensen3-38/+36
2010-10-30Move QEMU OS dependant library functions to OS specific filesJes Sorensen5-89/+158
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil26-67/+54
2010-10-30exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil2-14/+5
2010-10-30tcg: Use fprintf_function (format checking)Stefan Weil2-6/+3
2010-10-30Add fprintf_function for function pointers to fprintf-like functionsStefan Weil1-0/+3
2010-10-30Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc3-25/+24
2010-10-26Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori4-8/+15
2010-10-26Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori15-212/+264
2010-10-25seabios: Update to 0.6.1Anthony Liguori2-0/+0
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-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