diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-06-17 19:23:44 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-17 19:23:44 +0000 |
commit | 699775bd9e8389fadcbb0d2f2f3bd9337703853b (patch) | |
tree | 4739f43120484ddb3d08611da06ffdc8daa8a0f2 /hw/esp.c | |
parent | 9c6d5431a3e7efcc41ea61ee294bbd41cbd65262 (diff) | |
download | qemu-699775bd9e8389fadcbb0d2f2f3bd9337703853b.tar.gz qemu-699775bd9e8389fadcbb0d2f2f3bd9337703853b.tar.bz2 qemu-699775bd9e8389fadcbb0d2f2f3bd9337703853b.zip |
Don't set IRQs on device reset and loadvm/savevm
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/esp.c')
-rw-r--r-- | hw/esp.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -401,8 +401,6 @@ static void esp_reset(void *opaque) { ESPState *s = opaque; - esp_lower_irq(s); - memset(s->rregs, 0, ESP_REGS); memset(s->wregs, 0, ESP_REGS); s->rregs[ESP_TCHI] = TCHI_FAS100A; // Indicate fas100a |