]> git.proxmox.com Git - mirror_qemu.git/blobdiff - balloon.c
sPAPR: Introduce rtas_ldq()
[mirror_qemu.git] / balloon.c
index 5f5202c25e1e8f2edf40c1a39a6e76873ba604ae..5d69e8a00b4873b416868d271b45f4e6a39af42e 100644 (file)
--- a/balloon.c
+++ b/balloon.c
  * THE SOFTWARE.
  */
 
-#include "monitor/monitor.h"
+#include "qemu-common.h"
 #include "exec/cpu-common.h"
 #include "sysemu/kvm.h"
 #include "sysemu/balloon.h"
 #include "trace.h"
 #include "qmp-commands.h"
+#include "qapi/qmp/qerror.h"
 #include "qapi/qmp/qjson.h"
 
 static QEMUBalloonEvent *balloon_event_fn;