From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp5j7-0005nB-WF for qemu-devel@nongnu.org; Thu, 04 Aug 2011 17:45:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qp5j6-0000wF-Rp for qemu-devel@nongnu.org; Thu, 04 Aug 2011 17:45:13 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:39188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qp5j6-0000wB-NZ for qemu-devel@nongnu.org; Thu, 04 Aug 2011 17:45:12 -0400 Received: by gxk26 with SMTP id 26so1588121gxk.4 for ; Thu, 04 Aug 2011 14:45:12 -0700 (PDT) Message-ID: <4E3B12E5.90203@codemonkey.ws> Date: Thu, 04 Aug 2011 16:45:09 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110801142710.GA12858@redhat.com> <20110803081942.GA5606@redhat.com> In-Reply-To: <20110803081942.GA5606@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: jan.kiszka@siemens.com, "Justin M. Forbes" , Markus Armbruster , qemu-devel@nongnu.org, yamahata@valinux.co.jp, amit.shah@redhat.com On 08/03/2011 03:19 AM, Michael S. Tsirkin wrote: > On Wed, Aug 03, 2011 at 10:15:03AM +0200, Markus Armbruster wrote: >> "Michael S. Tsirkin" writes: >> >>> 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 >>> >>> 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 >> >> Some of these (including mine) are obvious candidates for STABLE. >> Perhaps even all of them. Michael? > > Amit's and your patches probably are. The pci changes probably aren't. Michael, Please send a pull request against the stable tree and CC Justin. Regards, Anthony Liguroi