mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
hw/virtio: move virtio-pci.h into shared include space
This allows other device classes that will be exposed via PCI to be able to do so in the appropriate hw/ directory. I resisted the temptation to re-order headers to be more aesthetically pleasing. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20200925125147.26943-4-alex.bennee@linaro.org> Message-Id: <20220321153037.3622127-2-alex.bennee@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
1eed051c8c
commit
e1b1f5341a
21 changed files with 20 additions and 20 deletions
|
@ -9,7 +9,7 @@
|
|||
#include "hw/virtio/virtio-input.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "virtio-pci.h"
|
||||
#include "hw/virtio/virtio-pci.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
typedef struct VHostUserInputPCI VHostUserInputPCI;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue