diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-10-16 11:53:13 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-16 11:11:55 +0000 |
commit | 661f1929d0b9ce9af530f1806cfc6136c630d405 (patch) | |
tree | b21aedb0a4843dc347971e676d1327c1de7d56f8 /hw/xtensa_pic.c | |
parent | 81a02f93bac79598637eb5ffa5a5e3a6f1887175 (diff) |
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>
Diffstat (limited to 'hw/xtensa_pic.c')
-rw-r--r-- | hw/xtensa_pic.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hw/xtensa_pic.c b/hw/xtensa_pic.c index 93e28fd04b..71d5fc89d4 100644 --- a/hw/xtensa_pic.c +++ b/hw/xtensa_pic.c @@ -26,19 +26,9 @@ */ #include "hw.h" -#include "pc.h" #include "qemu-log.h" #include "qemu-timer.h" -/* Stub functions for hardware that doesn't exist. */ -void pic_info(Monitor *mon) -{ -} - -void irq_info(Monitor *mon) -{ -} - void xtensa_advance_ccount(CPUState *env, uint32_t d) { uint32_t old_ccount = env->sregs[CCOUNT]; |