qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] various aarch64 fixes for running Hyper-V on TCG
@ 2023-01-20 15:59 Evgeny Iakovlev
  2023-01-20 15:59 ` [PATCH v3 1/2] target/arm: implement DBGCLAIM registers Evgeny Iakovlev
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Evgeny Iakovlev @ 2023-01-20 15:59 UTC (permalink / raw)
  To: qemu-arm; +Cc: qemu-devel, peter.maydell, richard.henderson

Small series of changes to aarch64 emulation to better support running
Hyper-V as a TCG guest wtih EL3 firmware.

v3:
* Replaced raw_write fn with raw_write instead of a manual function

v2:
* DBGCLAIM now implements a (trivial) raw_write handler
* Added comments around ignored external debug registers
* Patch 3 is dropped because it was manually picked into target-arm.next

Evgeny Iakovlev (2):
  target/arm: implement DBGCLAIM registers
  target/arm: provide stubs for more external debug registers

 target/arm/cpu.h          |  1 +
 target/arm/debug_helper.c | 54 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

-- 
2.34.1



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

end of thread, other threads:[~2023-01-20 18:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-20 15:59 [PATCH v3 0/2] various aarch64 fixes for running Hyper-V on TCG Evgeny Iakovlev
2023-01-20 15:59 ` [PATCH v3 1/2] target/arm: implement DBGCLAIM registers Evgeny Iakovlev
2023-01-20 15:59 ` [PATCH v3 2/2] target/arm: provide stubs for more external debug registers Evgeny Iakovlev
2023-01-20 18:25 ` [PATCH v3 0/2] various aarch64 fixes for running Hyper-V on TCG Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).