4 * Copyright IBM, Corp. 2007
5 * Copyright (c) 2009 CodeSourcery
8 * Anthony Liguori <aliguori@us.ibm.com>
9 * Paul Brook <paul@codesourcery.com>
11 * This work is licensed under the terms of the GNU GPL, version 2. See
12 * the COPYING file in the top-level directory.
15 #ifndef QEMU_VIRTIO_PCI_H
16 #define QEMU_VIRTIO_PCI_H
18 #include "virtio-net.h"
19 #include "virtio-serial.h"
31 uint32_t host_features
;
35 virtio_serial_conf serial
;
37 bool ioeventfd_disabled
;
38 bool ioeventfd_started
;
41 void virtio_init_pci(VirtIOPCIProxy
*proxy
, VirtIODevice
*vdev
);
43 /* Virtio ABI version, if we increment this, we break the guest driver. */
44 #define VIRTIO_PCI_ABI_VERSION 0