summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qemu: e1000 fix TOR mathMichael S. Tsirkin2010-09-061-3/+8
* vnc: use bswapNN() rather than bswap_NN()Izumi Tsutsui2010-09-041-4/+4
* vnc: tight: remove unused variableSerge Ziryukin2010-09-041-2/+0Star
* Fix ivshmem build on 32-bit hostsAvi Kivity2010-09-041-3/+4
* virtio-9p: Make sure -virtfs option works correctlyAneesh Kumar K.V2010-09-041-2/+2
* hw/ivshmem.c don't check for negative values on unsigned data typesJes Sorensen2010-09-041-2/+2
* load_multiboot(): get_image_size() returns intJes Sorensen2010-09-041-1/+1
* Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen2010-09-041-1/+1
* size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen2010-09-041-4/+4
* Fix repeated typo: was "end if list" instead of "end of list"Jes Sorensen2010-09-041-6/+6
* Respect return value from nbd_client()Jes Sorensen2010-09-041-1/+4
* Remove unused argument for nbd_client()Jes Sorensen2010-09-043-4/+4
* Fix OpenBSD linker warningBlue Swirl2010-08-311-8/+10
* acpi: fix file size check with -acpitable.Isaku Yamahata2010-08-301-9/+19
* isapc: fix segfault.Isaku Yamahata2010-08-281-0/+1
* Fix segfault in mmio subpage handling code.Gleb Natapov2010-08-281-0/+2
* etraxfs_eth: correct use of ! and &Blue Swirl2010-08-261-1/+1
* Sparc: update OpenBIOS images to r859Blue Swirl2010-08-263-1/+1
* ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addressesHollis Blanchard2010-08-261-21/+18Star
* ppc4xx: don't unregister RAM at resetHollis Blanchard2010-08-261-1/+0Star
* ppc4xx: correct SDRAM controller warning message conditionHollis Blanchard2010-08-261-1/+1
* Fix "make install" with a cross toolchainHollis Blanchard2010-08-262-2/+7
* PPC: Update openbios binary to r859Alexander Graf2010-08-261-0/+0
* PPC: Add PV hypercall transport through fw_cfgAlexander Graf2010-08-265-0/+50
* Rearrange block headersBlue Swirl2010-08-2447-13/+51
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2010-08-231-12/+7Star
|\
| * kvm: remove guest triggerable abort()Gleb Natapov2010-08-051-12/+4Star
| * kvm: Don't walk memory_size == 0 slots in kvm_client_migration_logAlex Williamson2010-08-051-0/+3
* | compile -fsdev and -virtfs cmd line options unconditionally.Gerd Hoffmann2010-08-232-8/+13
* | QemuOpts: make most qemu_*_opts staticGerd Hoffmann2010-08-2313-66/+59Star
* | QemuOpts: allow new option groups be registered at runtime.Gerd Hoffmann2010-08-232-1/+18
* | VGA: Don't register deprecated VBE rangeAlex Williamson2010-08-231-7/+0Star
* | QMP: Update README fileLuiz Capitulino2010-08-231-23/+48
* | QMP doc: Add 'Stability Considerations' sectionLuiz Capitulino2010-08-231-2/+24
* | QMP/monitor: update do_info_version() to output broken down version stringMiguel Di Ciurcio Filho2010-08-231-4/+19
* | QMP: update 'query-version' documentationMiguel Di Ciurcio Filho2010-08-231-2/+14
* | vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura2010-08-221-1/+1
* | virtio-serial: Cleanup on device hot-unplugAmit Shah2010-08-223-1/+27
* | target-i386: svm: Fix MSRPM checkAdam Lackorzynski2010-08-221-1/+1
* | exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()Yoshiaki Tamura2010-08-221-58/+26Star
* | exec: replace tabs by spaces.Yoshiaki Tamura2010-08-221-28/+28
* | arch_init: replace tabs by spaces.Yoshiaki Tamura2010-08-221-6/+6
* | pckbd: support for commands 0xf0-0xff: Pulse output bitBernhard Kohl2010-08-221-3/+20
* | Replace qemu_malloc + memset with qemu_malloczBlue Swirl2010-08-202-4/+2Star
* | Use ARRAY_SIZE macroBlue Swirl2010-08-202-2/+2
* | Remove useless NULL check for qemu_strdup return valueBlue Swirl2010-08-191-3/+0Star
* | Remove useless NULL checks for qemu_malloc return valueBlue Swirl2010-08-191-12/+0Star
* | savevm: Reset last block info at beginning of each saveAlex Williamson2010-08-191-2/+5
* | set proper migration status on ->write error (v5)Marcelo Tosatti2010-08-192-2/+10
* | rtc: Remove TARGET_I386 from qemu-config.c, enables driftfixAmit Shah2010-08-191-2/+0Star