On 26/09/2022 15.38, Alex Bennée wrote:
The point of qtest is to simulate how running code might interact with
the system. However because it's not a real system we have places in
the code which especially handle check qtest_enabled() before
referencing current_cpu. Now we can encode these details in the
MemTxAttrs lets do that so we can start removing them.

s/lets/let's/

Signed-off-by: Alex Bennée <alex.ben...@linaro.org>

---
v2
   - use a common macro instead of specific MEMTXATTRS_QTEST
v3
   - macro moved to earlier
---
  softmmu/qtest.c | 26 +++++++++++++-------------
  1 file changed, 13 insertions(+), 13 deletions(-)

Acked-by: Thomas Huth <th...@redhat.com>


Reply via email to