From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqXyh-0002bM-9n for qemu-devel@nongnu.org; Wed, 23 Sep 2009 15:58:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqXyc-0002TQ-84 for qemu-devel@nongnu.org; Wed, 23 Sep 2009 15:58:14 -0400 Received: from [199.232.76.173] (port=49537 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqXyc-0002T1-00 for qemu-devel@nongnu.org; Wed, 23 Sep 2009 15:58:10 -0400 Received: from mail-bw0-f211.google.com ([209.85.218.211]:33878) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqXyb-0000IZ-H9 for qemu-devel@nongnu.org; Wed, 23 Sep 2009 15:58:09 -0400 Received: by bwz7 with SMTP id 7so909678bwz.34 for ; Wed, 23 Sep 2009 12:58:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090923191906.GA21162@redhat.com> References: <20090923191906.GA21162@redhat.com> From: Blue Swirl Date: Wed, 23 Sep 2009 22:57:45 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 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: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On Wed, Sep 23, 2009 at 10:19 PM, Michael S. Tsirkin wrote= : > This creates target.c, which builds per-target, and makes it possible > for devices to become target-independent. =C2=A0Use it in msix, reverting > part of 5e520a7d500ec2569d22d80f9ef4272a34cb3c80, as we no longer have > to pass target page around. > > Signed-off-by: Michael S. Tsirkin > --- > =C2=A0Makefile.target | =C2=A0 =C2=A03 +++ > =C2=A0hw/msix.c =C2=A0 =C2=A0 =C2=A0 | =C2=A0 51 ++++++++++++++++++++++++= ++------------------------- > =C2=A0hw/msix.h =C2=A0 =C2=A0 =C2=A0 | =C2=A0 =C2=A05 ++--- > =C2=A0hw/pci.h =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A0 =C2=A06 ------ > =C2=A0hw/virtio-pci.c | =C2=A0 =C2=A03 +-- > =C2=A05 files changed, 32 insertions(+), 36 deletions(-) Forgot to add target.[ch]?