From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzOJq-00015R-Ld for qemu-devel@nongnu.org; Wed, 17 Jul 2013 05:46:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzOJn-0000zU-MJ for qemu-devel@nongnu.org; Wed, 17 Jul 2013 05:46:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzOJn-0000zJ-Dr for qemu-devel@nongnu.org; Wed, 17 Jul 2013 05:46:43 -0400 Date: Wed, 17 Jul 2013 12:47:57 +0300 From: "Michael S. Tsirkin" Message-ID: <1374054430-21966-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL 0/5] pci,net,pc enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: stefano.stabellini@eu.citrix.com, rusty@rustcorp.com.au, akong@redhat.com, dkoch@verizon.com, mst@redhat.com From: Michael S. Tsirkin 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 ---------------------------------------------------------------- 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(-)