All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] plugins: Move declarations around and rename 'hwaddr' argument
@ 2020-05-10 17:11 Philippe Mathieu-Daudé
  2020-05-10 17:11 ` [PATCH 1/3] qemu/plugin: Trivial code movement Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-10 17:11 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Emilio G . Cota, Alex Bennée,
	Philippe Mathieu-Daudé

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

 include/qemu/plugin.h      | 65 ++++++++++++++++++--------------------
 include/qemu/qemu-plugin.h |  2 +-
 plugins/api.c              |  4 +--
 3 files changed, 34 insertions(+), 37 deletions(-)

-- 
2.21.3



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-12 18:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10 17:11 [PATCH 0/3] plugins: Move declarations around and rename 'hwaddr' argument Philippe Mathieu-Daudé
2020-05-10 17:11 ` [PATCH 1/3] qemu/plugin: Trivial code movement Philippe Mathieu-Daudé
2020-05-10 17:11 ` [PATCH 2/3] qemu/plugin: Move !CONFIG_PLUGIN stubs altogether Philippe Mathieu-Daudé
2020-05-10 17:11 ` [PATCH 3/3] qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const Philippe Mathieu-Daudé
2020-05-10 20:14 ` [PATCH 0/3] plugins: Move declarations around and rename 'hwaddr' argument Emilio G. Cota
2020-05-12 18:44 ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.