From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqY9I-0008Fl-P0 for qemu-devel@nongnu.org; Wed, 23 Sep 2009 16:09:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqY9B-0008DQ-Tr for qemu-devel@nongnu.org; Wed, 23 Sep 2009 16:09:08 -0400 Received: from [199.232.76.173] (port=54905 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqY9B-0008DI-G0 for qemu-devel@nongnu.org; Wed, 23 Sep 2009 16:09:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35864) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqY9B-0002Qr-0z for qemu-devel@nongnu.org; Wed, 23 Sep 2009 16:09:05 -0400 Date: Wed, 23 Sep 2009 23:07:06 +0300 From: "Michael S. Tsirkin" Message-ID: <20090923200706.GA21250@redhat.com> References: <20090923191906.GA21162@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH] qemu: target library, use it in msix List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On Wed, Sep 23, 2009 at 10:57:45PM +0300, Blue Swirl wrote: > On Wed, Sep 23, 2009 at 10:19 PM, Michael S. Tsirkin w= rote: > > This creates target.c, which builds per-target, and makes it possible > > for devices to become target-independent. =A0Use it in msix, revertin= g > > part of 5e520a7d500ec2569d22d80f9ef4272a34cb3c80, as we no longer hav= e > > to pass target page around. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > =A0Makefile.target | =A0 =A03 +++ > > =A0hw/msix.c =A0 =A0 =A0 | =A0 51 ++++++++++++++++++++++++++---------= ---------------- > > =A0hw/msix.h =A0 =A0 =A0 | =A0 =A05 ++--- > > =A0hw/pci.h =A0 =A0 =A0 =A0| =A0 =A06 ------ > > =A0hw/virtio-pci.c | =A0 =A03 +-- > > =A05 files changed, 32 insertions(+), 36 deletions(-) >=20 > Forgot to add target.[ch]? Yep. fixed and reposted.