diff options
author | Veronia Bahaa <veroniabahaa@gmail.com> | 2016-03-20 19:16:19 +0200 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:55:13 -0600 |
commit | 2c594eb97b17410fd65f3fed4af7355389ccb5b0 (patch) | |
tree | 9131d5e751c88007773d32b32a38ab835a7bb08c /hmp.c | |
parent | 89492b974896cf041e346da9ca03cfb5b94423e0 (diff) | |
download | hqemu-2c594eb97b17410fd65f3fed4af7355389ccb5b0.zip hqemu-2c594eb97b17410fd65f3fed4af7355389ccb5b0.tar.gz |
util: move declarations out of qemu-common.h
Move declarations out of qemu-common.h for functions declared in
utils/ files: e.g. include/qemu/path.h for utils/path.c.
Move inline functions out of qemu-common.h and into new files (e.g.
include/qemu/bcd.h)
Signed-off-by: Veronia Bahaa <veroniabahaa@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hmp.c')
-rw-r--r-- | hmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ #include "ui/console.h" #include "block/qapi.h" #include "qemu-io.h" +#include "qemu/cutils.h" #ifdef CONFIG_SPICE #include <spice/enums.h> |