On Sun, May 10, 2020 at 19:11:16 +0200, Philippe Mathieu-Daudé wrote: > Rename qemu_plugin_hwaddr_is_io() 'hwaddr' argument to later > allow declaration of the 'hwaddr' type to be poisoned (see [*]). > > [*] https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg02254.html > "exec/cpu: Poison 'hwaddr' type in user-mode emulation" > > Philippe Mathieu-Daudé (3): > qemu/plugin: Trivial code movement > qemu/plugin: Move !CONFIG_PLUGIN stubs altogether > qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument > const
Reviewed-by: Emilio G. Cota <c...@braap.org> for the series. Thanks, E.