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:
Paolo Bonzini
2013-04-08 18:13:16 +02:00
parent 8d8b636d28
commit 47b43a1f41
141 changed files with 169 additions and 169 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
+2 -2
View File
@@ -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
View File
+2 -2
View File
@@ -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)))
+2 -2
View File
@@ -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)))
View File
+2 -2
View File
@@ -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"
/* -------------------------------------------------------------------------- */
+2 -2
View File
@@ -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
View File
@@ -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