diff options
| author | Paolo Bonzini | 2016-03-15 16:58:45 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2016-05-19 16:42:29 +0200 |
| commit | 33c11879fd422b759483ed25fef133ea900ea8d7 (patch) | |
| tree | fe171757f860842a3c5c76474ec7b11bc08c51c8 /qtest.c | |
| parent | acpi: do not use TARGET_PAGE_SIZE (diff) | |
| download | qemu-33c11879fd422b759483ed25fef133ea900ea8d7.tar.gz qemu-33c11879fd422b759483ed25fef133ea900ea8d7.tar.xz qemu-33c11879fd422b759483ed25fef133ea900ea8d7.zip | |
qemu-common: push cpu.h inclusion out of qemu-common.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qtest.c')
| -rw-r--r-- | qtest.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ #include "qemu/osdep.h" #include "qapi/error.h" +#include "qemu-common.h" +#include "cpu.h" #include "sysemu/qtest.h" #include "hw/qdev.h" #include "sysemu/char.h" |
