mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
hw: move headers to include/
Many of these should be cleaned up with proper qdev-/QOM-ification. Right now there are many catch-all headers in include/hw/ARCH depending on cpu.h, and this makes it necessary to compile these files per-target. However, fixing this does not belong in these patches. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#include "helper.h"
|
||||
#include "qemu/host-utils.h"
|
||||
|
||||
#include "hw/lm32_pic.h"
|
||||
#include "hw/lm32_juart.h"
|
||||
#include "hw/lm32/lm32_pic.h"
|
||||
#include "hw/lm32/lm32_juart.h"
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
#define MMUSUFFIX _mmu
|
||||
|
||||
Reference in New Issue
Block a user