mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
monitor: Restrict pic/irq_info to supporting targets
This allows to drop various stubs and move the i8359 into hwlib. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
81a02f93ba
commit
661f1929d0
14 changed files with 33 additions and 77 deletions
10
hw/an5206.c
10
hw/an5206.c
|
@ -7,7 +7,6 @@
|
|||
*/
|
||||
|
||||
#include "hw.h"
|
||||
#include "pc.h"
|
||||
#include "mcf.h"
|
||||
#include "boards.h"
|
||||
#include "loader.h"
|
||||
|
@ -18,15 +17,6 @@
|
|||
#define AN5206_MBAR_ADDR 0x10000000
|
||||
#define AN5206_RAMBAR_ADDR 0x20000000
|
||||
|
||||
/* Stub functions for hardware that doesn't exist. */
|
||||
void pic_info(Monitor *mon)
|
||||
{
|
||||
}
|
||||
|
||||
void irq_info(Monitor *mon)
|
||||
{
|
||||
}
|
||||
|
||||
/* Board init. */
|
||||
|
||||
static void an5206_init(ram_addr_t ram_size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue