Browse Source

misc: drop old i386 dependency

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
pull/65/head
Philippe Mathieu-Daudé 9 years ago
committed by Michael Tokarev
parent
commit
c0578de60f
  1. 1
      hw/char/debugcon.c
  2. 1
      hw/intc/lm32_pic.c
  3. 1
      hw/moxie/moxiesim.c
  4. 1
      hw/sparc/sun4m.c
  5. 1
      hw/watchdog/wdt_ib700.c

1
hw/char/debugcon.c

@ -29,7 +29,6 @@
#include "hw/hw.h"
#include "chardev/char-fe.h"
#include "hw/isa/isa.h"
#include "hw/i386/pc.h"
#define TYPE_ISA_DEBUGCON_DEVICE "isa-debugcon"
#define ISA_DEBUGCON_DEVICE(obj) \

1
hw/intc/lm32_pic.c

@ -20,7 +20,6 @@
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/i386/pc.h"
#include "monitor/monitor.h"
#include "hw/sysbus.h"
#include "trace.h"

1
hw/moxie/moxiesim.c

@ -30,7 +30,6 @@
#include "cpu.h"
#include "hw/sysbus.h"
#include "hw/hw.h"
#include "hw/i386/pc.h"
#include "hw/isa/isa.h"
#include "net/net.h"
#include "sysemu/sysemu.h"

1
hw/sparc/sun4m.c

@ -36,7 +36,6 @@
#include "net/net.h"
#include "hw/boards.h"
#include "hw/scsi/esp.h"
#include "hw/i386/pc.h"
#include "hw/isa/isa.h"
#include "hw/nvram/sun_nvram.h"
#include "hw/nvram/chrp_nvram.h"

1
hw/watchdog/wdt_ib700.c

@ -25,7 +25,6 @@
#include "sysemu/watchdog.h"
#include "hw/hw.h"
#include "hw/isa/isa.h"
#include "hw/i386/pc.h"
/*#define IB700_DEBUG 1*/

Loading…
Cancel
Save