qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] qemu: target library, use it in msix


From: Michael S. Tsirkin
Subject: [Qemu-devel] Re: [PATCH] qemu: target library, use it in msix
Date: Wed, 23 Sep 2009 23:07:06 +0300
User-agent: Mutt/1.5.19 (2009-01-05)

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 <address@hidden> wrote:
> > This creates target.c, which builds per-target, and makes it possible
> > for devices to become target-independent.  Use it in msix, reverting
> > part of 5e520a7d500ec2569d22d80f9ef4272a34cb3c80, as we no longer have
> > to pass target page around.
> >
> > Signed-off-by: Michael S. Tsirkin <address@hidden>
> > ---
> >  Makefile.target |    3 +++
> >  hw/msix.c       |   51 ++++++++++++++++++++++++++-------------------------
> >  hw/msix.h       |    5 ++---
> >  hw/pci.h        |    6 ------
> >  hw/virtio-pci.c |    3 +--
> >  5 files changed, 32 insertions(+), 36 deletions(-)
> 
> Forgot to add target.[ch]?

Yep. fixed and reposted.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]