]> git.proxmox.com Git - mirror_qemu.git/commit
dp8393x: replace PROP_PTR with PROP_LINK
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 17 Oct 2019 16:03:43 +0000 (18:03 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 7 Jan 2020 13:24:29 +0000 (17:24 +0400)
commit3110ce819278f1b6d2c4fdd3e15e773e8f226316
treec5fddc311bde763e443f4925bf082b70778b8a4c
parent3af6eb8f9b489c72a1f540e752d8d5f1503b9a87
dp8393x: replace PROP_PTR with PROP_LINK

Link property is the correct way to pass a MemoryRegion to a device
for DMA purposes.

Sidenote: as a sysbus device, this remains non-usercreatable
even though we can drop the specific flag here.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Tested-by: Laurent Vivier <laurent@vivier.eu>
hw/m68k/q800.c
hw/mips/mips_jazz.c
hw/net/dp8393x.c