aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-13Avoid collision with system NGROUPS definitionBlue Swirl
2009-06-13Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64Blue Swirl
2009-06-13Avoid a gcc 3 format warningBlue Swirl
2009-06-13Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl
2009-06-13Fix signedness problemsBlue Swirl
2009-06-13xen nic: check tx queue after connect.Gerd Hoffmann
2009-06-13include inttypes.h in xen.hGerd Hoffmann
2009-06-13xen: adapt to qemu_machine changesGerd Hoffmann
2009-06-13xen_disk: move sanity check to the correct placeGerd Hoffmann
2009-06-13Win32: Don't remove const attribute in type casts.Stefan Weil
2009-06-13Fix mingw32 build warningsBlue Swirl
2009-06-12Enable -Werror by default for git builds on Linux hostsAnthony Liguori
2009-06-12CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias
2009-06-12ETRAX: DMA fixes for 64bit hosts.Edgar E. Iglesias
2009-06-11ETRAX: Correct PIC creation for the bare FS board.Edgar E. Iglesias
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-06-11Fix stellaris ethernetPaul Brook
2009-06-11Fix xilinx_ethlite breakage by 4f1c942b7fJan Kiszka
2009-06-10Fix build breakage when using VDE introduced by 4f1c942Anthony Liguori
2009-06-10Merge branch 'net-queue'Anthony Liguori
2009-06-10Fix "defined but not used" warningLuiz Capitulino
2009-06-10monitor: Introduce get_command_name()Luiz Capitulino
2009-06-10monitor: Remove unused variableLuiz Capitulino
2009-06-10monitor: Remove uneeded 'return' statementLuiz Capitulino
2009-06-10monitor: Remove uneeded gotoLuiz Capitulino
2009-06-09Use snprintf to avoid OpenBSD warningBlue Swirl
2009-06-09Fix Sparse warningBlue Swirl
2009-06-09Clean up generated qemu-img-cmds.hBlue Swirl
2009-06-09Fix Sparse warningBlue Swirl
2009-06-09microblaze-dis.c does not need to be executableBlue Swirl
2009-06-09Fix warningBlue Swirl
2009-06-09Remove unused and misnamed field and variableBlue Swirl
2009-06-09Update irqs on reset and device loadBlue Swirl
2009-06-09Register reset functions for e1000 and rtl8139Blue Swirl
2009-06-09virtio-net: Increase filter and control limitsAlex Williamson
2009-06-09virtio-net: Add new RX filter controlsAlex Williamson
2009-06-09virtio-net: MAC filter optimizationAlex Williamson
2009-06-09virtio-net: Fix MAC filter overflow handlingAlex Williamson
2009-06-09virtio-net: reorganize receive_filter()Alex Williamson
2009-06-09virtio-net: Use a byte to store RX mode flagsAlex Williamson
2009-06-09virtio-net: Add version_id 7 placeholder for vnet header supportAlex Williamson
2009-06-09virtio-net: implement rx packet queueingMark McLoughlin
2009-06-09net: make use of async packet sending API in tap clientMark McLoughlin
2009-06-09net: add qemu_send_packet_async()Mark McLoughlin
2009-06-09net: split out packet queueing and flushing into separate functionsMark McLoughlin
2009-06-09net: return status from qemu_deliver_packet()Mark McLoughlin
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin