]> git.proxmox.com Git - mirror_qemu.git/blobdiff - softmmu/balloon.c
target/riscv: Implementation of enhanced PMP (ePMP)
[mirror_qemu.git] / softmmu / balloon.c
index b89646f85d5d90574a9fb4434f6064d363d56b55..e0e8969a4b926a89f2cc9e2cae060bac63e62428 100644 (file)
 #include "qemu/atomic.h"
 #include "sysemu/kvm.h"
 #include "sysemu/balloon.h"
-#include "trace/trace-root.h"
 #include "qapi/error.h"
-#include "qapi/qapi-commands-misc.h"
+#include "qapi/qapi-commands-machine.h"
 #include "qapi/qmp/qerror.h"
+#include "trace.h"
 
 static QEMUBalloonEvent *balloon_event_fn;
 static QEMUBalloonStatus *balloon_stat_fn;