qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dma/rc4030: correctly reset DMA translation table at reset
@ 2019-12-22 17:29 Hervé Poussineau
  2019-12-23  8:26 ` Aleksandar Markovic
  0 siblings, 1 reply; 2+ messages in thread
From: Hervé Poussineau @ 2019-12-22 17:29 UTC (permalink / raw)
  To: qemu-devel, Aleksandar Rikalo; +Cc: Hervé Poussineau

This fixes a freeze at reboot, introduced in c627e7526a902dd5bb1907dbbd5cf961679dfa68

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
---
 hw/dma/rc4030.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/dma/rc4030.c b/hw/dma/rc4030.c
index c4cf8236f4..76302fe431 100644
--- a/hw/dma/rc4030.c
+++ b/hw/dma/rc4030.c
@@ -534,6 +534,7 @@ static void rc4030_reset(DeviceState *dev)
 
     memset(s->dma_regs, 0, sizeof(s->dma_regs));
 
+    s->dma_tl_base = s->dma_tl_limit = 0;
     s->remote_failed_address = s->memory_failed_address = 0;
     s->cache_maint = 0;
     s->cache_ptag = s->cache_ltag = 0;
-- 
2.19.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-23  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-22 17:29 [PATCH] dma/rc4030: correctly reset DMA translation table at reset Hervé Poussineau
2019-12-23  8:26 ` Aleksandar Markovic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).