mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
ide: split away ide-isa.c
create ide-isa.c and place isa bus support there. only build ide-isa support for platforms using it. also create ide.h header file. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
356721aede
commit
ec82026c97
9 changed files with 63 additions and 19 deletions
1
hw/pc.c
1
hw/pc.c
|
@ -36,6 +36,7 @@
|
|||
#include "hpet_emul.h"
|
||||
#include "watchdog.h"
|
||||
#include "smbios.h"
|
||||
#include "ide.h"
|
||||
|
||||
/* output Bochs bios info messages */
|
||||
//#define DEBUG_BIOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue