summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-12Enable -Werror by default for git builds on Linux hostsAnthony Liguori1-5/+13
2009-06-12CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias1-8/+8
2009-06-12ETRAX: DMA fixes for 64bit hosts.Edgar E. Iglesias1-26/+25
2009-06-11ETRAX: Correct PIC creation for the bare FS board.Edgar E. Iglesias1-2/+7
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann27-61/+95
2009-06-11Fix stellaris ethernetPaul Brook1-2/+2
2009-06-11Fix xilinx_ethlite breakage by 4f1c942b7fJan Kiszka1-8/+8
2009-06-10Fix build breakage when using VDE introduced by 4f1c942Anthony Liguori1-1/+1
2009-06-10Merge branch 'net-queue'Anthony Liguori26-453/+834
2009-06-10Fix "defined but not used" warningLuiz Capitulino1-4/+4
2009-06-10monitor: Introduce get_command_name()Luiz Capitulino1-14/+30
2009-06-10monitor: Remove unused variableLuiz Capitulino1-2/+0
2009-06-10monitor: Remove uneeded 'return' statementLuiz Capitulino1-1/+0
2009-06-10monitor: Remove uneeded gotoLuiz Capitulino1-4/+6
2009-06-09Use snprintf to avoid OpenBSD warningBlue Swirl1-5/+7
2009-06-09Fix Sparse warningBlue Swirl1-1/+1
2009-06-09Clean up generated qemu-img-cmds.hBlue Swirl1-0/+1
2009-06-09Fix Sparse warningBlue Swirl1-1/+1
2009-06-09microblaze-dis.c does not need to be executableBlue Swirl1-0/+0
2009-06-09Fix warningBlue Swirl1-1/+1
2009-06-09Remove unused and misnamed field and variableBlue Swirl2-10/+0
2009-06-09Update irqs on reset and device loadBlue Swirl2-1/+11
2009-06-09Register reset functions for e1000 and rtl8139Blue Swirl2-8/+17
2009-06-09virtio-net: Increase filter and control limitsAlex Williamson1-2/+2
2009-06-09virtio-net: Add new RX filter controlsAlex Williamson2-8/+46
2009-06-09virtio-net: MAC filter optimizationAlex Williamson1-4/+25
2009-06-09virtio-net: Fix MAC filter overflow handlingAlex Williamson1-8/+23
2009-06-09virtio-net: reorganize receive_filter()Alex Williamson1-8/+11
2009-06-09virtio-net: Use a byte to store RX mode flagsAlex Williamson1-7/+12
2009-06-09virtio-net: Add version_id 7 placeholder for vnet header supportAlex Williamson1-1/+8
2009-06-09virtio-net: implement rx packet queueingMark McLoughlin1-1/+4
2009-06-09net: make use of async packet sending API in tap clientMark McLoughlin1-4/+20
2009-06-09net: add qemu_send_packet_async()Mark McLoughlin2-21/+70
2009-06-09net: split out packet queueing and flushing into separate functionsMark McLoughlin1-57/+98
2009-06-09net: return status from qemu_deliver_packet()Mark McLoughlin1-3/+17
2009-06-09net: add return value to packet receive handlerMark McLoughlin18-95/+126
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin19-90/+90
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin20-56/+57
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin19-35/+40
2009-06-09net: only read from tapfd when we can sendMark McLoughlin1-1/+8
2009-06-09net: vlan clients with no fd_can_read() can always receiveMark McLoughlin1-6/+10
2009-06-09net: move the tap buffer into TAPStateMark McLoughlin1-3/+3
2009-06-09net: factor tap_read_packet() out of tap_send()Mark McLoughlin1-9/+19
2009-06-09slirp: Reorder initializationJan Kiszka3-43/+100
2009-06-09net: Improve parameter error reportingJan Kiszka4-67/+75
2009-06-09net: fix error reporting for some net parameter checksMark McLoughlin1-6/+6
2009-06-09net: Real fix for check_params usersJan Kiszka3-37/+28
2009-06-09Revert "Fix output of uninitialized strings"Mark McLoughlin2-11/+22
2009-06-09slirp: Avoid zombie processes after fork_execJan Kiszka2-28/+45
2009-06-09net: Fix and improved ordered packet deliveryJan Kiszka1-15/+42