On Fri, 12 Apr 2013 16:25:11 -0300
Eduardo Habkost wrote:
> On Fri, Apr 12, 2013 at 01:17:32PM +0200, Igor Mammedov wrote:
> [...]
> > >
[...]
> >
> > diff --git a/include/hw/pci/msi.h b/include/hw/pci/msi.h
> > index d4d0450..c159a15 100644
> > --- a/include/hw/pci/msi.h
> > +++ b/include/hw/p
On Fri, Apr 12, 2013 at 01:17:32PM +0200, Igor Mammedov wrote:
[...]
> >
> > > #include "qemu-common.h"
> > > #include "hw/pci/pci.h"
> > >
> > > @@ -47,4 +48,5 @@ static inline bool msi_present(const PCIDevice *dev)
> > > return dev->cap_present & QEMU_PCI_CAP_MSI;
> > > }
> > >
> > >
On Thu, 11 Apr 2013 14:45:42 -0300
Eduardo Habkost wrote:
> On Thu, Apr 11, 2013 at 04:51:42PM +0200, Igor Mammedov wrote:
> > Signed-off-by: Igor Mammedov
> > ---
> > Makefile.target | 13 +++--
> > include/hw/pci/msi.h | 2 ++
> > include/sysemu/kvm.h | 4 ++--
> > kvm-stub.c
On Thu, Apr 11, 2013 at 04:51:42PM +0200, Igor Mammedov wrote:
> Signed-off-by: Igor Mammedov
> ---
> Makefile.target | 13 +++--
> include/hw/pci/msi.h | 2 ++
> include/sysemu/kvm.h | 4 ++--
> kvm-stub.c | 2 ++
> 4 files changed, 13 insertions(+), 8 deletions(-)
>
>
Signed-off-by: Igor Mammedov
---
Makefile.target | 13 +++--
include/hw/pci/msi.h | 2 ++
include/sysemu/kvm.h | 4 ++--
kvm-stub.c | 2 ++
4 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index 2bd6d14..18f348c 100644
---