From: Evgeny Iakovlev <eiakovlev@linux.microsoft.com>
To: qemu-arm@nongnu.org
Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org,
richard.henderson@linaro.org
Subject: [PATCH v3 0/2] various aarch64 fixes for running Hyper-V on TCG
Date: Fri, 20 Jan 2023 16:59:27 +0100 [thread overview]
Message-ID: <20230120155929.32384-1-eiakovlev@linux.microsoft.com> (raw)
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
next reply other threads:[~2023-01-20 15:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-20 15:59 Evgeny Iakovlev [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230120155929.32384-1-eiakovlev@linux.microsoft.com \
--to=eiakovlev@linux.microsoft.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.