All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] various aarch64 fixes for running Hyper-V on TCG
@ 2023-01-17 15:04 Evgeny Iakovlev
  2023-01-17 15:04 ` [PATCH v2 1/2] target/arm: implement DBGCLAIM registers Evgeny Iakovlev
  2023-01-17 15:04 ` [PATCH v2 2/2] target/arm: provide stubs for more external debug registers Evgeny Iakovlev
  0 siblings, 2 replies; 5+ messages in thread
From: Evgeny Iakovlev @ 2023-01-17 15:04 UTC (permalink / raw)
  To: qemu-arm; +Cc: qemu-devel, peter.maydell

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

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 | 59 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2023-01-19 22:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-17 15:04 [PATCH v2 0/2] various aarch64 fixes for running Hyper-V on TCG Evgeny Iakovlev
2023-01-17 15:04 ` [PATCH v2 1/2] target/arm: implement DBGCLAIM registers Evgeny Iakovlev
2023-01-17 15:48   ` Richard Henderson
2023-01-19 22:03     ` Evgeny Iakovlev
2023-01-17 15:04 ` [PATCH v2 2/2] target/arm: provide stubs for more external debug registers Evgeny Iakovlev

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.