aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin
2009-10-30net: move tap-win32.c under net/Mark McLoughlin
2009-10-30net: move net-checksum.c under net/Mark McLoughlin
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin
2009-10-27Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori
2009-10-27really fix net.hAnthony Liguori
2009-10-27Fix signature of new_vlan_clientAnthony Liguori
2009-10-27virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala
2009-10-27Work around dhclient brokennessAnthony Liguori
2009-10-27virtio-net: enable tap offload if guest supports itMark McLoughlin
2009-10-27net: add tap_set_offload()Mark McLoughlin
2009-10-27virtio-net: add vnet_hdr supportMark McLoughlin
2009-10-27net: implement tap support for receive_raw()Mark McLoughlin
2009-10-27net: use qemu_send_packet_raw() in qemu_announce_self()Gleb Natapov
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin
2009-10-27net: add an API for 'raw' packetsMark McLoughlin
2009-10-27net: add flags parameter to packet queue interfaceMark McLoughlin
2009-10-27net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin
2009-10-27net: add a client type codeMark McLoughlin
2009-10-27net: add a vnet_hdr=on|off parameterMark McLoughlin
2009-10-27net: refactor tap initializationMark McLoughlin
2009-10-27net: enable IFF_VNET_HDR on tap fds if availableMark McLoughlin
2009-10-27net: make tap_receive() re-use tap_receive_iov() codeMark McLoughlin
2009-10-27net: import linux tap ioctl definitionsMark McLoughlin
2009-10-27net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf
2009-10-27linux-aio: Honour AsyncContextKevin Wolf
2009-10-27posix-aio-compat: Honour AsyncContextKevin Wolf
2009-10-27block: Use new AsyncContext for bdrv_read/write emulationKevin Wolf
2009-10-27Introduce contexts for asynchronous callbacksKevin Wolf
2009-10-27Split out bottom halvesKevin Wolf
2009-10-27Add qemu_aio_process_queue()Kevin Wolf
2009-10-27posix-aio-compat: Split out posix_aio_process_queueKevin Wolf
2009-10-27monitor: Convert do_closefd() to QObjectLuiz Capitulino
2009-10-27monitor: Convert do_getfd() to QObjectLuiz Capitulino
2009-10-27monitor: Convert do_eject() to QObjectLuiz Capitulino
2009-10-27monitor: Convert do_pci_device_hot_remove() to QObjectLuiz Capitulino
2009-10-27monitor: Convert do_migrate_cancel() to QObjectLuiz Capitulino
2009-10-27monitor: Convert do_migrate_set_speed() to QObjectLuiz Capitulino
2009-10-27monitor: Convert do_migrate() to QObjectLuiz Capitulino
2009-10-27monitor: Convert do_physical_memory_save() to QObjectLuiz Capitulino
2009-10-27monitor: Convert do_memory_save() to QObjectLuiz Capitulino
2009-10-27lsi_scsi: port to vmstateJuan Quintela
2009-10-27vmstate: Add VMSTATE_BUFFER_UNSAFEJuan Quintela
2009-10-27vmware_vga: port to vmstateJuan Quintela
2009-10-27vmware_vga: the support to change dinamically depth is not thereJuan Quintela
2009-10-27vmware_vga: scratch is really an array of uint32_tJuan Quintela
2009-10-27vmware_vga: remove !EMBED_STDVGA codeJuan Quintela
2009-10-27vmware_vga: qemu_malloc() returns void *Juan Quintela