Re: [Qemu-devel] [PATCH] trivial: Do not include pci.h if it is not necessary

2018-04-30 Thread Philippe Mathieu-Daudé
On 04/30/2018 04:32 AM, Thomas Huth wrote: > There is no need to include pci.h in these files. > > Signed-off-by: Thomas Huth > --- > include/hw/ppc/ppc4xx.h| 2 -- > include/hw/virtio/virtio-balloon.h | 1 - > include/hw/virtio/virtio-gpu.h | 1 - > 3 files changed, 4 deletions(

Re: [Qemu-devel] [PATCH] trivial: Do not include pci.h if it is not necessary

2018-04-30 Thread Michael S. Tsirkin
On Mon, Apr 30, 2018 at 09:32:19AM +0200, Thomas Huth wrote: > There is no need to include pci.h in these files. > > Signed-off-by: Thomas Huth Reviewed-by: Michael S. Tsirkin > --- > include/hw/ppc/ppc4xx.h| 2 -- > include/hw/virtio/virtio-balloon.h | 1 - > include/hw/virtio/vi

[Qemu-devel] [PATCH] trivial: Do not include pci.h if it is not necessary

2018-04-30 Thread Thomas Huth
There is no need to include pci.h in these files. Signed-off-by: Thomas Huth --- include/hw/ppc/ppc4xx.h| 2 -- include/hw/virtio/virtio-balloon.h | 1 - include/hw/virtio/virtio-gpu.h | 1 - 3 files changed, 4 deletions(-) diff --git a/include/hw/ppc/ppc4xx.h b/include/hw/ppc/p