mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"
This reverts commitbf1d85c166
. Fixes:bf1d85c166
("virtio: introduce macro IRTIO_CONFIG_IRQ_IDX") Cc: "Cindy Lu" <lulu@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
a20fa00ce1
commit
a882b57123
6 changed files with 2 additions and 35 deletions
|
@ -67,9 +67,6 @@ typedef struct VirtQueueElement
|
|||
|
||||
#define VIRTIO_NO_VECTOR 0xffff
|
||||
|
||||
/* special index value used internally for config irqs */
|
||||
#define VIRTIO_CONFIG_IRQ_IDX -1
|
||||
|
||||
#define TYPE_VIRTIO_DEVICE "virtio-device"
|
||||
OBJECT_DECLARE_TYPE(VirtIODevice, VirtioDeviceClass, VIRTIO_DEVICE)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue