summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: split all the tap code out into net/tap.cMark McLoughlin2009-10-304-691/+763
* net: move tap-linux.h under net/Mark McLoughlin2009-10-302-1/+1
* net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2009-10-306-75/+100
* net: move tap-win32.c under net/Mark McLoughlin2009-10-302-1/+1
* net: move net-checksum.c under net/Mark McLoughlin2009-10-307-9/+119
* net: move net-queue.[ch] under net/Mark McLoughlin2009-10-305-6/+10
* Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori2009-10-272-8/+1
* really fix net.hAnthony Liguori2009-10-271-1/+1
* Fix signature of new_vlan_clientAnthony Liguori2009-10-271-1/+2
* virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin2009-10-271-2/+21
* Enable UFO on virtio-net and tap devicesSridhar Samudrala2009-10-274-7/+44
* Work around dhclient brokennessAnthony Liguori2009-10-271-0/+29
* virtio-net: enable tap offload if guest supports itMark McLoughlin2009-10-271-0/+18
* net: add tap_set_offload()Mark McLoughlin2009-10-273-0/+32
* virtio-net: add vnet_hdr supportMark McLoughlin2009-10-271-7/+44
* net: implement tap support for receive_raw()Mark McLoughlin2009-10-271-4/+19
* net: use qemu_send_packet_raw() in qemu_announce_self()Gleb Natapov2009-10-271-6/+1
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-279-13/+16
* net: add an API for 'raw' packetsMark McLoughlin2009-10-273-8/+32
* net: add flags parameter to packet queue interfaceMark McLoughlin2009-10-273-10/+36
* net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin2009-10-272-4/+38
* net: add a client type codeMark McLoughlin2009-10-279-14/+40
* net: add a vnet_hdr=on|off parameterMark McLoughlin2009-10-272-11/+35
* net: refactor tap initializationMark McLoughlin2009-10-271-45/+52
* net: enable IFF_VNET_HDR on tap fds if availableMark McLoughlin2009-10-272-13/+84
* net: make tap_receive() re-use tap_receive_iov() codeMark McLoughlin2009-10-271-8/+15
* net: import linux tap ioctl definitionsMark McLoughlin2009-10-273-17/+31
* net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin2009-10-273-18/+0
* Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf2009-10-273-55/+5
* linux-aio: Honour AsyncContextKevin Wolf2009-10-271-15/+72
* posix-aio-compat: Honour AsyncContextKevin Wolf2009-10-271-0/+12
* block: Use new AsyncContext for bdrv_read/write emulationKevin Wolf2009-10-271-4/+18
* Introduce contexts for asynchronous callbacksKevin Wolf2009-10-273-7/+110
* Split out bottom halvesKevin Wolf2009-10-274-105/+132
* Add qemu_aio_process_queue()Kevin Wolf2009-10-275-6/+50
* posix-aio-compat: Split out posix_aio_process_queueKevin Wolf2009-10-271-16/+27
* monitor: Convert do_closefd() to QObjectLuiz Capitulino2009-10-272-2/+3
* monitor: Convert do_getfd() to QObjectLuiz Capitulino2009-10-272-2/+3
* monitor: Convert do_eject() to QObjectLuiz Capitulino2009-10-272-2/+3
* monitor: Convert do_pci_device_hot_remove() to QObjectLuiz Capitulino2009-10-273-3/+6
* monitor: Convert do_migrate_cancel() to QObjectLuiz Capitulino2009-10-273-3/+4
* monitor: Convert do_migrate_set_speed() to QObjectLuiz Capitulino2009-10-273-3/+4
* monitor: Convert do_migrate() to QObjectLuiz Capitulino2009-10-273-3/+4
* monitor: Convert do_physical_memory_save() to QObjectLuiz Capitulino2009-10-272-2/+4
* monitor: Convert do_memory_save() to QObjectLuiz Capitulino2009-10-272-2/+3
* lsi_scsi: port to vmstateJuan Quintela2009-10-271-159/+83
* vmstate: Add VMSTATE_BUFFER_UNSAFEJuan Quintela2009-10-271-0/+9
* vmware_vga: port to vmstateJuan Quintela2009-10-271-72/+43
* vmware_vga: the support to change dinamically depth is not thereJuan Quintela2009-10-271-1/+1
* vmware_vga: scratch is really an array of uint32_tJuan Quintela2009-10-271-2/+8
OpenPOWER on IntegriCloud