All of lore.kernel.org
 help / color / mirror / Atom feed
* Plugin Register Accesses
@ 2020-12-07 21:03 Aaron Lindsay
  2020-12-08 12:17 ` Alex Bennée
  0 siblings, 1 reply; 10+ messages in thread
From: Aaron Lindsay @ 2020-12-07 21:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: cota, alex.bennee, richard.henderson

I'm trying to migrate to using the new plugin interface. I see the
following in include/qemu/qemu-plugin.h:

> enum qemu_plugin_cb_flags {
>     QEMU_PLUGIN_CB_NO_REGS, /* callback does not access the CPU's regs */
>     QEMU_PLUGIN_CB_R_REGS,  /* callback reads the CPU's regs */
>     QEMU_PLUGIN_CB_RW_REGS, /* callback reads and writes the CPU's regs */
> };

But I don't see a way to access registers in callbacks. Am I missing
something?

-Aaron


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

end of thread, other threads:[~2021-01-07 21:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 21:03 Plugin Register Accesses Aaron Lindsay
2020-12-08 12:17 ` Alex Bennée
2020-12-08 14:46   ` Aaron Lindsay via
2020-12-08 17:56     ` Alex Bennée
2020-12-08 19:44       ` Aaron Lindsay via
2020-12-30 21:12         ` Aaron Lindsay via
2021-01-07 16:49           ` Alex Bennée
2021-01-07 20:45             ` Aaron Lindsay via
2020-12-08 19:49       ` Aaron Lindsay via
2020-12-08 22:34         ` 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.