Internships/ProjectIdeas/CentralRegisterRegistry

From QEMU
Revision as of 13:36, 14 February 2022 by Ajb (talk | contribs) (Created page with "=== Central Register Registry === '''Summary:''' Provide a new internal API for accessing register values Currently there are a number of places that need to access guest re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Central Register Registry

Summary: Provide a new internal API for accessing register values

Currently there are a number of places that need to access guest register values including:

- -d cpu output
- hmp/qmp info registers
- gdbstub

and places that would like to access the register values like the TCG plugins sub-system. It's time to bring

Links:

Details:

  • Skill level: intermediate
  • Language: C
  • Mentor: Alex Bennée <alex.bennee@linaro.org> ("stsquad" on IRC)
  • Suggested by: Alex Bennée