mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -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
|
@ -243,14 +243,6 @@ static unsigned long sun4u_load_kernel(const char *kernel_filename,
|
|||
return kernel_size;
|
||||
}
|
||||
|
||||
void pic_info(Monitor *mon)
|
||||
{
|
||||
}
|
||||
|
||||
void irq_info(Monitor *mon)
|
||||
{
|
||||
}
|
||||
|
||||
void cpu_check_irqs(CPUState *env)
|
||||
{
|
||||
uint32_t pil = env->pil_in |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue