aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-30qemu_pipe() is used only by POSIX code, so move to oslib-posix.cJes Sorensen
2010-10-30Move osdep socket code to oslib-{posix,win32}.cJes Sorensen
2010-10-30Move QEMU OS dependant library functions to OS specific filesJes Sorensen
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-30exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil
2010-10-30tcg: Use fprintf_function (format checking)Stefan Weil
2010-10-30Add fprintf_function for function pointers to fprintf-like functionsStefan Weil
2010-10-30Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc
2010-10-26Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori
2010-10-26Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-10-25seabios: Update to 0.6.1Anthony Liguori
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl
2010-10-23rewrite i386 tests MakefilePaolo Bonzini
2010-10-23fix test_pathPaolo Bonzini
2010-10-23make runcom compile on recent distributionsPaolo Bonzini
2010-10-23disable test_enter on i386, it is brokenPaolo Bonzini
2010-10-23unbreak "make" from vpath-built tests directoryPaolo Bonzini
2010-10-23unbreak "make" from tests directoryPaolo Bonzini
2010-10-22mips_fulong2e: fix ram allocationBlue Swirl
2010-10-22Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil
2010-10-22Remove special handling of system include files (no longer needed)Stefan Weil
2010-10-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2010-10-22virtio-blk: Respect werror option for flushesKevin Wolf
2010-10-22ide: Handle flush failureKevin Wolf
2010-10-22ide: Factor ide_flush_cache outKevin Wolf
2010-10-22qemu-img: Fix qemu-img convert -obacking_fileKevin Wolf
2010-10-22block: Use GCC_FMT_ATTR and fix a format errorStefan Weil
2010-10-22qemu-io: New command mapKevin Wolf
2010-10-22Copy snapshots out of QCOW2 diskedison
2010-10-22ide: set WCACHE supported in IDENTIFY dataChristoph Hellwig
2010-10-22qcow2: Remove old image creation functionKevin Wolf
2010-10-22qcow2: Simplify image creationKevin Wolf
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi
2010-10-22monitor: Ignore "." and ".." when completing file name.Kusanagi Kouichi
2010-10-22Fix test suite build with tracing enabledJan Kiszka
2010-10-22Silence compiler warning in json test caseJan Kiszka
2010-10-22Trivial fix for QMP/qmp-events.txtHidetoshi Seto
2010-10-21curses: Fix control-{@[\]^_} and ESCSamuel Thibault
2010-10-21kvm: save/restore x86-64 MSRs on x86-64 kernelsMarcelo Tosatti
2010-10-21kvm: writeback SMP TSCs on migration onlyMarcelo Tosatti
2010-10-21kvm: factor out kvm_has_msr_starMarcelo Tosatti
2010-10-21kvm: add save/restore of MSR_VM_HSAVE_PAMarcelo Tosatti
2010-10-21Fix build on !KVM_CAP_MCEHidetoshi Seto
2010-10-21x86, mce: broadcast mce depending on the cpu versionHidetoshi Seto
2010-10-21x86, mce: ignore SRAO only when MCG_SER_P is availableHidetoshi Seto
2010-10-20Fix pci hotplug to generate level triggered interrupt.Gleb Natapov
2010-10-20Use defines instead of numbers for pci hotplug sts bitGleb Natapov
2010-10-20Fix memory leak in register save load due to xsave supportMarcelo Tosatti
2010-10-20Add savevm/loadvm support for MCEMarcelo Tosatti
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti