]> git.proxmox.com Git - mirror_qemu.git/commit
sparc64: disable floppy DMA
authorHervé Poussineau <hpoussin@reactos.org>
Wed, 3 Feb 2016 16:28:57 +0000 (11:28 -0500)
committerJohn Snow <jsnow@redhat.com>
Wed, 3 Feb 2016 16:28:57 +0000 (11:28 -0500)
commitc3ae40e12cd7a41d2620ca2b771f6e167c0632d6
tree4f028ec31af4176b397587d2771bcdb02ed65b8e
parentdd446051b797f72d6293c26bde2db16fddc42d0b
sparc64: disable floppy DMA

All functions relative to DMA (DMA_*() functions) are stubs on sparc64 platform.
Disable the DMA of the floppy controller, instead of calling these stubs.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Message-id: 1453843944-26833-15-git-send-email-hpoussin@reactos.org
Signed-off-by: John Snow <jsnow@redhat.com>
hw/sparc64/sun4u.c