mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
virtio-9p: remove PCI dependencies from hw/9pfs/
Also move the 9p.h file to 9pfs/virtio-9p-device.h, for consistency with the corresponding .c file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7e6b14dfb5
commit
60653b28f5
7 changed files with 55 additions and 60 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "virtio-serial.h"
|
||||
#include "virtio-scsi.h"
|
||||
#include "virtio-bus.h"
|
||||
#include "9pfs/virtio-9p-device.h"
|
||||
|
||||
typedef struct VirtIOPCIProxy VirtIOPCIProxy;
|
||||
|
||||
|
@ -90,7 +91,6 @@ struct VirtIOPCIProxy {
|
|||
};
|
||||
|
||||
void virtio_init_pci(VirtIOPCIProxy *proxy, VirtIODevice *vdev);
|
||||
void virtio_pci_reset(DeviceState *d);
|
||||
void virtio_pci_bus_new(VirtioBusState *bus, VirtIOPCIProxy *dev);
|
||||
|
||||
/* Virtio ABI version, if we increment this, we break the guest driver. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue