aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-07virtio-net: Introduce a new bottom half packet TXAlex Williamson
2010-09-07virtio-net: Rename tx_timer_active to tx_waitingAlex Williamson
2010-09-07virtio-net: Limit number of packets sent per TX flushAlex Williamson
2010-09-07virtio-net: Make tx_timer timeout configurableAlex Williamson
2010-09-07vhost_net: mergeable buffers supportMichael S. Tsirkin
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin
2010-09-07tap: generalize code for different vnet header lenMichael S. Tsirkin
2010-09-06qemu: e1000 fix TOR mathMichael S. Tsirkin
2010-09-04vnc: use bswapNN() rather than bswap_NN()Izumi Tsutsui
2010-09-04vnc: tight: remove unused variableSerge Ziryukin
2010-09-04Fix ivshmem build on 32-bit hostsAvi Kivity
2010-09-04virtio-9p: Make sure -virtfs option works correctlyAneesh Kumar K.V
2010-09-04hw/ivshmem.c don't check for negative values on unsigned data typesJes Sorensen
2010-09-04load_multiboot(): get_image_size() returns intJes Sorensen
2010-09-04Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen
2010-09-04size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen
2010-09-04Fix repeated typo: was "end if list" instead of "end of list"Jes Sorensen
2010-09-04Respect return value from nbd_client()Jes Sorensen
2010-09-04Remove unused argument for nbd_client()Jes Sorensen
2010-08-31Fix OpenBSD linker warningBlue Swirl
2010-08-30acpi: fix file size check with -acpitable.Isaku Yamahata
2010-08-28isapc: fix segfault.Isaku Yamahata
2010-08-28Fix segfault in mmio subpage handling code.Gleb Natapov
2010-08-26etraxfs_eth: correct use of ! and &Blue Swirl
2010-08-26Sparc: update OpenBIOS images to r859Blue Swirl
2010-08-26ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addressesHollis Blanchard
2010-08-26ppc4xx: don't unregister RAM at resetHollis Blanchard
2010-08-26ppc4xx: correct SDRAM controller warning message conditionHollis Blanchard
2010-08-26Fix "make install" with a cross toolchainHollis Blanchard
2010-08-26PPC: Update openbios binary to r859Alexander Graf
2010-08-26PPC: Add PV hypercall transport through fw_cfgAlexander Graf
2010-08-24Rearrange block headersBlue Swirl
2010-08-23Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2010-08-22compile -fsdev and -virtfs cmd line options unconditionally.Gerd Hoffmann
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-08-22QemuOpts: allow new option groups be registered at runtime.Gerd Hoffmann
2010-08-22VGA: Don't register deprecated VBE rangeAlex Williamson
2010-08-22QMP: Update README fileLuiz Capitulino
2010-08-22QMP doc: Add 'Stability Considerations' sectionLuiz Capitulino
2010-08-22QMP/monitor: update do_info_version() to output broken down version stringMiguel Di Ciurcio Filho
2010-08-22QMP: update 'query-version' documentationMiguel Di Ciurcio Filho
2010-08-22vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura
2010-08-22virtio-serial: Cleanup on device hot-unplugAmit Shah
2010-08-22target-i386: svm: Fix MSRPM checkAdam Lackorzynski
2010-08-22exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()Yoshiaki Tamura
2010-08-22exec: replace tabs by spaces.Yoshiaki Tamura
2010-08-22arch_init: replace tabs by spaces.Yoshiaki Tamura
2010-08-22pckbd: support for commands 0xf0-0xff: Pulse output bitBernhard Kohl
2010-08-20Replace qemu_malloc + memset with qemu_malloczBlue Swirl
2010-08-20Use ARRAY_SIZE macroBlue Swirl