qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] pci,net,pc enhancements
@ 2013-07-17  9:47 Michael S. Tsirkin
  2013-07-17  9:48 ` [Qemu-devel] [PULL 1/5] pci-bridge: update mappings for migration/restore Michael S. Tsirkin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2013-07-17  9:47 UTC (permalink / raw)
  To: qemu-devel, Anthony Liguori; +Cc: stefano.stabellini, rusty, akong, dkoch, mst

From: Michael S. Tsirkin <mst@redhat.com>

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 <mst@redhat.com>

----------------------------------------------------------------
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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-17  9:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-17  9:47 [Qemu-devel] [PULL 0/5] pci,net,pc enhancements Michael S. Tsirkin
2013-07-17  9:48 ` [Qemu-devel] [PULL 1/5] pci-bridge: update mappings for migration/restore Michael S. Tsirkin
2013-07-17  9:48 ` [Qemu-devel] [PULL 2/5] pci: fix BRDIGE typo Michael S. Tsirkin
2013-07-17  9:48 ` [Qemu-devel] [PULL 3/5] net: add support of mac-programming over macvtap in QEMU side Michael S. Tsirkin
2013-07-17  9:48 ` [Qemu-devel] [PULL 4/5] virtio-net: add feature bit for any header s/g Michael S. Tsirkin
2013-07-17  9:48 ` [Qemu-devel] [PULL 5/5] pc: don't access fw cfg if NULL Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).