]> Git Repo - qemu.git/blobdiff - balloon.c
qtest: fix vhost-user-test compilation with old GLib
[qemu.git] / balloon.c
index aa354f75546122df10b4a9cba27e5725d8099c35..b70da4fa29aaddf24c277b9a312b23423dda1ddc 100644 (file)
--- a/balloon.c
+++ b/balloon.c
  * THE SOFTWARE.
  */
 
-#include "monitor.h"
-#include "cpu-common.h"
-#include "kvm.h"
-#include "balloon.h"
+#include "monitor/monitor.h"
+#include "exec/cpu-common.h"
+#include "sysemu/kvm.h"
+#include "sysemu/balloon.h"
 #include "trace.h"
 #include "qmp-commands.h"
+#include "qapi/qmp/qjson.h"
 
 static QEMUBalloonEvent *balloon_event_fn;
 static QEMUBalloonStatus *balloon_stat_fn;
This page took 0.02336 seconds and 4 git commands to generate.