mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Use qemu-log.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5413 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
fdb0d09d02
commit
3b3fb32229
8 changed files with 8 additions and 21 deletions
|
@ -15,6 +15,7 @@
|
|||
#include "sysemu.h"
|
||||
#include "boards.h"
|
||||
#include "flash.h"
|
||||
#include "qemu-log.h"
|
||||
|
||||
#ifdef TARGET_WORDS_BIGENDIAN
|
||||
#define BIOS_FILENAME "mips_bios.bin"
|
||||
|
@ -35,8 +36,6 @@ static const int ide_irq[2] = { 14, 15 };
|
|||
static int serial_io[MAX_SERIAL_PORTS] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8 };
|
||||
static int serial_irq[MAX_SERIAL_PORTS] = { 4, 3, 4, 3 };
|
||||
|
||||
extern FILE *logfile;
|
||||
|
||||
static PITState *pit; /* PIT i8254 */
|
||||
|
||||
/* i8254 PIT is attached to the IRQ0 at PIC i8259 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue