summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-04size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen1-4/+4
2010-09-04Fix repeated typo: was "end if list" instead of "end of list"Jes Sorensen1-6/+6
2010-09-04Respect return value from nbd_client()Jes Sorensen1-1/+4
2010-09-04Remove unused argument for nbd_client()Jes Sorensen3-4/+4
2010-08-31Fix OpenBSD linker warningBlue Swirl1-8/+10
2010-08-30acpi: fix file size check with -acpitable.Isaku Yamahata1-9/+19
2010-08-28isapc: fix segfault.Isaku Yamahata1-0/+1
2010-08-28Fix segfault in mmio subpage handling code.Gleb Natapov1-0/+2
2010-08-26etraxfs_eth: correct use of ! and &Blue Swirl1-1/+1
2010-08-26Sparc: update OpenBIOS images to r859Blue Swirl3-1/+1
2010-08-26ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addressesHollis Blanchard1-21/+18
2010-08-26ppc4xx: don't unregister RAM at resetHollis Blanchard1-1/+0
2010-08-26ppc4xx: correct SDRAM controller warning message conditionHollis Blanchard1-1/+1
2010-08-26Fix "make install" with a cross toolchainHollis Blanchard2-2/+7
2010-08-26PPC: Update openbios binary to r859Alexander Graf1-0/+0
2010-08-26PPC: Add PV hypercall transport through fw_cfgAlexander Graf5-0/+50
2010-08-24Rearrange block headersBlue Swirl47-13/+51
2010-08-23Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-12/+7
2010-08-22compile -fsdev and -virtfs cmd line options unconditionally.Gerd Hoffmann2-8/+13
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann13-66/+59
2010-08-22QemuOpts: allow new option groups be registered at runtime.Gerd Hoffmann2-1/+18
2010-08-22VGA: Don't register deprecated VBE rangeAlex Williamson1-7/+0
2010-08-22QMP: Update README fileLuiz Capitulino1-23/+48
2010-08-22QMP doc: Add 'Stability Considerations' sectionLuiz Capitulino1-2/+24
2010-08-22QMP/monitor: update do_info_version() to output broken down version stringMiguel Di Ciurcio Filho1-4/+19
2010-08-22QMP: update 'query-version' documentationMiguel Di Ciurcio Filho1-2/+14
2010-08-22vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura1-1/+1
2010-08-22virtio-serial: Cleanup on device hot-unplugAmit Shah3-1/+27
2010-08-22target-i386: svm: Fix MSRPM checkAdam Lackorzynski1-1/+1
2010-08-22exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()Yoshiaki Tamura1-58/+26
2010-08-22exec: replace tabs by spaces.Yoshiaki Tamura1-28/+28
2010-08-22arch_init: replace tabs by spaces.Yoshiaki Tamura1-6/+6
2010-08-22pckbd: support for commands 0xf0-0xff: Pulse output bitBernhard Kohl1-3/+20
2010-08-20Replace qemu_malloc + memset with qemu_malloczBlue Swirl2-4/+2
2010-08-20Use ARRAY_SIZE macroBlue Swirl2-2/+2
2010-08-19Remove useless NULL check for qemu_strdup return valueBlue Swirl1-3/+0
2010-08-19Remove useless NULL checks for qemu_malloc return valueBlue Swirl1-12/+0
2010-08-19savevm: Reset last block info at beginning of each saveAlex Williamson1-2/+5
2010-08-19set proper migration status on ->write error (v5)Marcelo Tosatti2-2/+10
2010-08-19rtc: Remove TARGET_I386 from qemu-config.c, enables driftfixAmit Shah1-2/+0
2010-08-19QEMUFileBuffered: indicate that we're ready when the underlying file is readyAvi Kivity1-0/+8
2010-08-15sparc escc IUS improvements (SunOS 4.1.4 fix)Artyom Tarasenko1-26/+30
2010-08-15Fix mingw32 buildBlue Swirl1-3/+4
2010-08-15win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)Stefan Weil1-0/+4
2010-08-15win32: Add missing function setenvStefan Weil2-0/+17
2010-08-15Disable build of ivshmem on non-KVM systemsCam Macdonell1-1/+1
2010-08-15Add kvm_set_ioeventfd_mmio_long definition for non-KVM systemsCam Macdonell1-0/+5
2010-08-15TCG: Revert ppc64 tcg_out_movi32 changeAndreas Färber1-1/+1
2010-08-15TCG: Fix Darwin/ppc calling convention recognitionAndreas Färber1-1/+1
2010-08-10RESEND: Inter-VM shared memory PCI deviceCam Macdonell5-0/+883