mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw: move private headers to hw/ subdirectories.
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
#include "elf.h"
|
||||
#include "hw/loader.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/alpha_sys.h"
|
||||
#include "alpha_sys.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/timer/mc146818rtc.h"
|
||||
#include "hw/ide.h"
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "hw/alpha_sys.h"
|
||||
#include "alpha_sys.h"
|
||||
#include "qemu/log.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
#include "hw/hw.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/alpha_sys.h"
|
||||
#include "alpha_sys.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/strongarm.h"
|
||||
#include "strongarm.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
* GNU GPL, version 2 or (at your option) any later version.
|
||||
*/
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/strongarm.h"
|
||||
#include "strongarm.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "hw/arm.h"
|
||||
#include "char/char.h"
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@
|
||||
void YMF262UpdateOneQEMU (int which, INT16 *dst, int length);
|
||||
#define SHIFT 2
|
||||
#else
|
||||
#include "hw/fmopl.h"
|
||||
#include "fmopl.h"
|
||||
#define SHIFT 1
|
||||
#endif
|
||||
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <math.h>
|
||||
//#include "driver.h" /* use M.A.M.E. */
|
||||
#include "hw/fmopl.h"
|
||||
#include "fmopl.h"
|
||||
|
||||
#ifndef PI
|
||||
#define PI 3.14159265358979323846
|
||||
|
||||
+2
-2
@@ -25,8 +25,8 @@
|
||||
#include "hw/audio/audio.h"
|
||||
#include "audio/audio.h"
|
||||
#include "hw/isa/isa.h"
|
||||
#include "hw/gusemu.h"
|
||||
#include "hw/gustate.h"
|
||||
#include "gusemu.h"
|
||||
#include "gustate.h"
|
||||
|
||||
#define dolog(...) AUD_log ("audio", __VA_ARGS__)
|
||||
#ifdef DEBUG
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
* TODO: check mixer: see 7.20 of sdk for panning pos (applies to all gus models?)?
|
||||
*/
|
||||
|
||||
#include "hw/gustate.h"
|
||||
#include "hw/gusemu.h"
|
||||
#include "gustate.h"
|
||||
#include "gusemu.h"
|
||||
|
||||
#define GUSregb(position) (* (gusptr+(position)))
|
||||
#define GUSregw(position) (*(GUSword *) (gusptr+(position)))
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "hw/gusemu.h"
|
||||
#include "hw/gustate.h"
|
||||
#include "gusemu.h"
|
||||
#include "gustate.h"
|
||||
|
||||
#define GUSregb(position) (* (gusptr+(position)))
|
||||
#define GUSregw(position) (*(GUSword *) (gusptr+(position)))
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/intel-hda.h"
|
||||
#include "hw/intel-hda-defs.h"
|
||||
#include "intel-hda.h"
|
||||
#include "intel-hda-defs.h"
|
||||
#include "audio/audio.h"
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
#include "hw/pci/msi.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "hw/audio/audio.h"
|
||||
#include "hw/intel-hda.h"
|
||||
#include "hw/intel-hda-defs.h"
|
||||
#include "intel-hda.h"
|
||||
#include "intel-hda-defs.h"
|
||||
#include "sysemu/dma.h"
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "audio/audio.h"
|
||||
#include "hw/lm4549.h"
|
||||
#include "lm4549.h"
|
||||
|
||||
#if 0
|
||||
#define LM4549_DEBUG 1
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user