mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
util/vhost-user-server: move header to include/
Headers used by other subsystems are located in include/. Also add the vhost-user-server and vhost-user-blk-server headers to MAINTAINERS. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20200924151549.913737-13-stefanha@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
90fc91d50b
commit
80a06cc52b
4 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
#include "block/block.h"
|
||||
#include "contrib/libvhost-user/libvhost-user.h"
|
||||
#include "standard-headers/linux/virtio_blk.h"
|
||||
#include "util/vhost-user-server.h"
|
||||
#include "qemu/vhost-user-server.h"
|
||||
#include "vhost-user-blk-server.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qom/object_interfaces.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue