From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp6eS-0004Lb-0U for qemu-devel@nongnu.org; Thu, 04 Aug 2011 18:44:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qp6eR-0002of-3u for qemu-devel@nongnu.org; Thu, 04 Aug 2011 18:44:27 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:37622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp6eQ-0002ob-Rm for qemu-devel@nongnu.org; Thu, 04 Aug 2011 18:44:27 -0400 Received: by yxt3 with SMTP id 3so1623897yxt.4 for ; Thu, 04 Aug 2011 15:44:26 -0700 (PDT) Message-ID: <4E3B20C8.4050004@codemonkey.ws> Date: Thu, 04 Aug 2011 17:44:24 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110801142710.GA12858@redhat.com> In-Reply-To: <20110801142710.GA12858@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] pci, virtio, net List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: amit.shah@redhat.com, jan.kiszka@siemens.com, qemu-devel@nongnu.org, armbru@redhat.com, yamahata@valinux.co.jp On 08/01/2011 09:27 AM, Michael S. Tsirkin wrote: > The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06: > > SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony Pulled. Thanks. Regards, Anthony Liguori > > Amit Shah (3): > virtio-blk: Fix memleak on exit > virtio-net: don't use vdev after virtio_cleanup > virtio: Plug memleak by freeing vdev > > Isaku Yamahata (1): > pcie_host: verify mmcfg address range > > Jan Kiszka (1): > pci: Common overflow prevention > > Markus Armbruster (2): > Fix automatically assigned network names for netdev > Fix netdev name lookup in -device, device_add, netdev_del > > Michael S. Tsirkin (1): > virtio-pci: use generic logic for command access > > hw/pci.c | 6 ++---- > hw/pci_host.c | 24 ++++++++++++++++++++---- > hw/pci_host.h | 6 ++++++ > hw/pcie_host.c | 32 ++++++++++++++++++++++++-------- > hw/virtio-blk.c | 1 + > hw/virtio-net.c | 2 +- > hw/virtio-pci.c | 18 +++++++++--------- > hw/virtio.c | 1 + > net.c | 19 +++++++++++++++---- > 9 files changed, 79 insertions(+), 30 deletions(-) > >