mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
@ -9,8 +9,8 @@
|
||||
*/
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "qemu/vhost-user-server.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "vhost-user-server.h"
|
||||
|
||||
/*
|
||||
* Theory of operation:
|
||||
|
Reference in New Issue
Block a user