From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qy3Dk-0005JC-BX for qemu-devel@nongnu.org; Mon, 29 Aug 2011 10:53:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qy3Dj-00017F-66 for qemu-devel@nongnu.org; Mon, 29 Aug 2011 10:53:52 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:49118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qy3Dj-00017A-3f for qemu-devel@nongnu.org; Mon, 29 Aug 2011 10:53:51 -0400 Received: by yih10 with SMTP id 10so4068768yih.4 for ; Mon, 29 Aug 2011 07:53:50 -0700 (PDT) Message-ID: <4E5BA7C6.7020709@codemonkey.ws> Date: Mon, 29 Aug 2011 09:52:54 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110826100636.GA7166@redhat.com> In-Reply-To: <20110826100636.GA7166@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] pci, virtio, net, migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: jan.kiszka@siemens.com, ddutile@redhat.com, qemu-devel@nongnu.org, yamahata@valinux.co.jp On 08/26/2011 05:06 AM, Michael S. Tsirkin wrote: > The following changes since commit e8906f3529a452276375ab8e7b8598751bc33b01: > > PPC: E500: Set ESR values (2011-08-23 22:24:40 +0200) Pulled. Thanks. Regards, Anthony Liguori > > 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(-) > >