aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-09net: Don't deliver to disabled interfaces in qemu_sendv_packetJan Kiszka1-1/+1
2009-06-08qdev: c99 initilaizers for bus_type_namesGerd Hoffmann1-5/+5
2009-06-08xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE.Gerd Hoffmann1-1/+1
2009-06-08xen nic: use qemu_mallocGerd Hoffmann1-2/+2
2009-06-07kvm: Improve upgrade notes when facing unsupported kernelsJan Kiszka2-5/+11
2009-06-07Fix generation of CONFIG_KVMBlue Swirl1-7/+8
2009-06-07Use hxtool for qemu-img command listStuart Brady5-38/+101
2009-06-06doc: Update information on supported network adapters.Stefan Weil1-2/+2
2009-06-06xen: net backend doesn't need linux headers.Gerd Hoffmann1-2/+0
2009-06-06Document changes in qemu-img interfaceKevin Wolf2-18/+23
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf10-19/+110
2009-06-06Fix spelling in comment.Stefan Weil1-1/+1
2009-06-06Use hxtool to generate monitor documentation and C structuresBlue Swirl5-473/+624
2009-06-06Use correct type for SPARC cpu_cc_opPaul Brook1-1/+2
2009-06-06Fix typoPaul Brook1-1/+1
2009-06-05qdev: add monitor command to dump the tree.Gerd Hoffmann4-0/+93
2009-06-05Record device property typesPaul Brook5-19/+77
2009-06-05Fix elf loader range checkingPaul Brook1-3/+3
2009-06-04Remove ARM NVIC initialization hackPaul Brook2-6/+1
2009-06-04Add --enable-debugPaul Brook1-1/+15
2009-06-04qdev: kill DeviceState->nameGerd Hoffmann2-3/+1
2009-06-04fix gdbstub support for multiple threads in usermode, v3Nathan Froyd4-27/+49
2009-06-03CRIS: Remove duplicated flag defines.Edgar E. Iglesias1-2/+0
2009-06-03microblaze: Fix loading of petalogix s3adsp1800 dtb.Edgar E. Iglesias3-10/+12