Merge branch 'master' of git://git.sv.gnu.org/qemu
commit211eb5f301a70afca321bd87a9c5b503fd74a630
authorMark McLoughlin <markmc@redhat.com>
Thu, 11 Jun 2009 10:29:18 +0000 (11 11:29 +0100)
committerMark McLoughlin <markmc@redhat.com>
Thu, 11 Jun 2009 10:29:18 +0000 (11 11:29 +0100)
treef998286d4798168c734ea0cee2818a334473b0c9
parent927bba841e3928e857e63504e852f24b37eb0a9d
parent068daedd7dffcd065d3f238a6c04bb2cf51a9cd2
Merge branch 'master' of git://git.sv.gnu.org/qemu

* 'master' of git://git.sv.gnu.org/qemu: (29 commits)
  Fix build breakage when using VDE introduced by 4f1c942
  virtio-net: Increase filter and control limits
  virtio-net: Add new RX filter controls
  virtio-net: MAC filter optimization
  virtio-net: Fix MAC filter overflow handling
  virtio-net: reorganize receive_filter()
  virtio-net: Use a byte to store RX mode flags
  virtio-net: Add version_id 7 placeholder for vnet header support
  virtio-net: implement rx packet queueing
  net: make use of async packet sending API in tap client
  net: add qemu_send_packet_async()
  net: split out packet queueing and flushing into separate functions
  net: return status from qemu_deliver_packet()
  net: add return value to packet receive handler
  net: pass VLANClientState* as first arg to receive handlers
  net: re-name vc->fd_read() to vc->receive()
  net: add fd_readv() handler to qemu_new_vlan_client() args
  net: only read from tapfd when we can send
  net: vlan clients with no fd_can_read() can always receive
  net: move the tap buffer into TAPState
  ...

Conflicts:
hw/virtio-net.c
net.c
net.h

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
hw/pci-hotplug.c
hw/virtio-net.c
net.c
net.h
sysemu.h
vl.c