Re: [Qemu-devel] [PATCH 03/19] cpu: make kvm-stub.o a part of CPU library

2013-04-15 Thread Igor Mammedov
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

Re: [Qemu-devel] [PATCH 03/19] cpu: make kvm-stub.o a part of CPU library

2013-04-12 Thread Eduardo Habkost
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; > > > } > > > > > >

Re: [Qemu-devel] [PATCH 03/19] cpu: make kvm-stub.o a part of CPU library

2013-04-12 Thread Igor Mammedov
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

Re: [Qemu-devel] [PATCH 03/19] cpu: make kvm-stub.o a part of CPU library

2013-04-11 Thread Eduardo Habkost
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(-) > >

[Qemu-devel] [PATCH 03/19] cpu: make kvm-stub.o a part of CPU library

2013-04-11 Thread Igor Mammedov
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 ---