On Fri, 18 Oct 2019 at 16:42, Marc-André Lureau <marcandre.lur...@redhat.com> wrote: > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > hw/dma/sparc32_dma.c | 2 +- > hw/net/lance.c | 5 ++--- > hw/net/pcnet-pci.c | 2 +- > hw/net/pcnet.h | 2 +- > 4 files changed, 5 insertions(+), 6 deletions(-)
I feel like there's probably a way to be more type-safe here (eg for the lance.c property we know the linked device must be TYPE_SPARC32_LEDMA_DEVICE, not just TYPE_DEVICE), but I guess this will do. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM