From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwtIN-0002Hz-Eq for qemu-devel@nongnu.org; Fri, 26 Aug 2011 06:05:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwtIM-0001Ma-I8 for qemu-devel@nongnu.org; Fri, 26 Aug 2011 06:05:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwtIM-0001MT-9P for qemu-devel@nongnu.org; Fri, 26 Aug 2011 06:05:50 -0400 Date: Fri, 26 Aug 2011 13:06:37 +0300 From: "Michael S. Tsirkin" Message-ID: <20110826100636.GA7166@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] pci, virtio, net, migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: jan.kiszka@siemens.com, yamahata@valinux.co.jp, ddutile@redhat.com, mst@redhat.com The following changes since commit e8906f3529a452276375ab8e7b8598751bc33b01: PPC: E500: Set ESR values (2011-08-23 22:24:40 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Isaku Yamahata (2): pcie/slot: fix hotplug event pcie/aer: fix inject aer error command Jan Kiszka (1): pci: Error on PCI capability collisions Michael S. Tsirkin (1): vhost-net: cleanup host notifiers at last step hw/pci.c | 38 ++++++++++++++++++++++++++++ hw/pcie.c | 12 +++++++++ hw/pcie_aer.c | 9 ++++--- hw/vhost.c | 74 +++++++++++++++++++++++++++++++++++++++++-------------- hw/vhost.h | 2 + hw/vhost_net.c | 16 ++++++++++-- 6 files changed, 125 insertions(+), 26 deletions(-)