qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH v2 0/3] hmp: fix "dump-quest-memory" segfault


From: Laurent Vivier
Subject: [Qemu-arm] [PATCH v2 0/3] hmp: fix "dump-quest-memory" segfault
Date: Mon, 11 Sep 2017 16:20:53 +0200

Fix aarch64 and ppc when dump-guest-memory is
used with none machine type and no CPU.

The other machine types don't have the problem.

Update test-hmp, to test none machine type
with (2 MB) and without memory, and add a test
to test dump-quest-memory without filter parameters
(it needs the fix from Cornelia Huck to work)

v2:
  - add arm fix
  - update test-hmp

Laurent Vivier (3):
  hmp: fix "dump-quest-memory" segfault (ppc)
  hmp: fix "dump-quest-memory" segfault (arm)
  tests/hmp: test "none" machine with memory

 target/arm/arch_dump.c | 52 +++++++++++++++++++++++++++++++++-----------------
 target/ppc/arch_dump.c | 17 +++++++++++------
 tests/test-hmp.c       |  5 +++++
 3 files changed, 50 insertions(+), 24 deletions(-)

-- 
2.13.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]