From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUDzn-0006zI-4J for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUDzm-0006tB-0w for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:20:10 -0400 Date: Wed, 8 Jun 2011 09:20:00 +0100 From: Stefan Hajnoczi Message-ID: <20110608082000.GB26703@stefanha-thinkpad.localdomain> References: <4DB6AD38.50307@siemens.com> <20110514224427.GG13600@volta.aurel32.net> <4DEE49D5.7010301@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DEE49D5.7010301@siemens.com> Subject: Re: [Qemu-devel] [PATCH] virtio: Move virtio-pci to hw library List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-trivial , qemu-devel , Aurelien Jarno On Tue, Jun 07, 2011 at 05:55:01PM +0200, Jan Kiszka wrote: > On 2011-05-15 00:44, Aurelien Jarno wrote: > > On Tue, Apr 26, 2011 at 01:32:08PM +0200, Jan Kiszka wrote: > >> This module has no target dependencies (except for target_phys_addr_t > >> size) and can thus be built as part of libhw. > >> > >> Signed-off-by: Jan Kiszka > >> --- > >> Makefile.objs | 1 + > >> Makefile.target | 1 - > >> 2 files changed, 1 insertions(+), 1 deletions(-) > > > > Reviewed-by: Aurelien Jarno > > Will you or qemu-trivial pick it up? Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan