Re: [Qemu-devel] [PATCH 1/6] i82378/i82374: do not create DMA controller twice

2012-04-14 Thread Andreas Färber
Am 19.03.2012 12:03, schrieb Andreas Färber: > Am 17.03.2012 15:39, schrieb Hervé Poussineau: >> This fixes a crash in PReP emulation when using DMA controller to access >> floppy drive. >> >> Signed-off-by: Hervé Poussineau > > Reviewed-by: Andreas Färber Thanks, tested and applied to prep-up

Re: [Qemu-devel] [PATCH 1/6] i82378/i82374: do not create DMA controller twice

2012-03-19 Thread Andreas Färber
Am 17.03.2012 15:39, schrieb Hervé Poussineau: > This fixes a crash in PReP emulation when using DMA controller to access > floppy drive. > > Signed-off-by: Hervé Poussineau Reviewed-by: Andreas Färber Andreas > --- > hw/i82374.c |5 - > hw/i82378.c |5 +++-- > 2 files changed,

[Qemu-devel] [PATCH 1/6] i82378/i82374: do not create DMA controller twice

2012-03-17 Thread Hervé Poussineau
This fixes a crash in PReP emulation when using DMA controller to access floppy drive. Signed-off-by: Hervé Poussineau --- hw/i82374.c |5 - hw/i82378.c |5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/hw/i82374.c b/hw/i82374.c index 67298a3..4a922c3 100644 -