From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoWfX-0008MN-95 for qemu-devel@nongnu.org; Wed, 03 Aug 2011 04:19:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoWfW-0006q5-9d for qemu-devel@nongnu.org; Wed, 03 Aug 2011 04:19:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoWfW-0006q1-2e for qemu-devel@nongnu.org; Wed, 03 Aug 2011 04:19:10 -0400 Date: Wed, 3 Aug 2011 11:19:42 +0300 From: "Michael S. Tsirkin" Message-ID: <20110803081942.GA5606@redhat.com> References: <20110801142710.GA12858@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL] pci, virtio, net List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: amit.shah@redhat.com, jan.kiszka@siemens.com, qemu-devel@nongnu.org, yamahata@valinux.co.jp 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. -- MST