mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
virtio: use standard virtio_ring.h
Switch to virtio_ring.h from standard headers. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
9fbe302b2a
commit
4fbe0f322d
4 changed files with 3 additions and 170 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "hw/virtio/virtio_ring.h"
|
||||
#include "standard-headers/linux/virtio_ring.h"
|
||||
#include "hw/virtio/vhost.h"
|
||||
#include "hw/virtio/virtio-bus.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue