diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-10-03 15:22:35 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-12-22 15:02:07 +0100 |
commit | 895f9fdf3ac5481ca5ad5763bf667cbf82aa52c4 (patch) | |
tree | 8ed71db2ee58126c7d3a893e9cb516adcde2c621 /target/i386/hvf/x86_mmu.c | |
parent | da20f5cd0d9935205e607eaa843ed22fdea91b83 (diff) |
i386: hvf: cleanup x86_gen.h
This only includes VM_PANIC now. No need to include it from headers.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/hvf/x86_mmu.c')
-rw-r--r-- | target/i386/hvf/x86_mmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/i386/hvf/x86_mmu.c b/target/i386/hvf/x86_mmu.c index cd8d122b45..5c1f35acd0 100644 --- a/target/i386/hvf/x86_mmu.c +++ b/target/i386/hvf/x86_mmu.c @@ -16,6 +16,7 @@ * License along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "qemu/osdep.h" +#include "panic.h" #include "qemu-common.h" #include "cpu.h" |