[PATCH v2 0/2] various aarch64 fixes for running Hyper-V on TCG

Evgeny Iakovlev posted 2 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230117150405.2940-1-eiakovlev@linux.microsoft.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>
There is a newer version of this series
target/arm/cpu.h          |  1 +
target/arm/debug_helper.c | 59 +++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
[PATCH v2 0/2] various aarch64 fixes for running Hyper-V on TCG
Posted by Evgeny Iakovlev 1 year, 3 months ago
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