qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/5] pci,net,pc enhancements


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 0/5] pci,net,pc enhancements
Date: Wed, 17 Jul 2013 12:47:57 +0300

From: Michael S. Tsirkin <address@hidden>

The following changes since commit 7588e2b0559ae72d3c2952c7807fc05c03099970:

  pci: Fold host_buses list into PCIHostState functionality (2013-07-07 
23:10:57 +0300)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony

for you to fetch changes up to d26d9e14c15837eba2b7447e8d15230bab8e0940:

  pc: don't access fw cfg if NULL (2013-07-15 21:26:32 +0300)

----------------------------------------------------------------
pci,net,pc enhancements

This includes some fixes and enhancements that accumulated in my tree:
pci fixes by dkoch, virtio-net enhancements by akong and mst,
and a fix for xen pc by mst.

Signed-off-by: Michael S. Tsirkin <address@hidden>

----------------------------------------------------------------
Amos Kong (1):
      net: add support of mac-programming over macvtap in QEMU side

Don Koch (2):
      pci-bridge: update mappings for migration/restore
      pci: fix BRDIGE typo

Michael S. Tsirkin (2):
      virtio-net: add feature bit for any header s/g
      pc: don't access fw cfg if NULL

 QMP/qmp-events.txt             |  17 ++++++
 hw/i386/pc.c                   |   2 +-
 hw/net/virtio-net.c            | 133 +++++++++++++++++++++++++++++++++++++++--
 hw/pci-bridge/i82801b11.c      |   2 +-
 hw/pci/pci.c                   |   5 ++
 hw/pci/pci_bridge.c            |   2 +-
 include/hw/i386/pc.h           |   4 ++
 include/hw/pci/pci_bridge.h    |   1 +
 include/hw/pci/pci_ids.h       |   2 +-
 include/hw/virtio/virtio-net.h |   1 +
 include/hw/virtio/virtio.h     |   2 +
 include/monitor/monitor.h      |   1 +
 include/net/net.h              |   3 +
 monitor.c                      |   1 +
 net/net.c                      |  48 +++++++++++++++
 qapi-schema.json               |  76 +++++++++++++++++++++++
 qmp-commands.hx                |  63 +++++++++++++++++++
 17 files changed, 353 insertions(+), 10 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]