Re: [PATCH 4/5] s390x: Add KVM PV dump interface
On 10/03/2022 12.25, Janosch Frank wrote: Let's add a few bits of code which hide the new KVM PV dump API from us via new functions. Signed-off-by: Janosch Frank --- hw/s390x/pv.c | 52 +++ include/hw/s390x/pv.h | 8 +++ 2 files changed,
[PATCH 4/5] s390x: Add KVM PV dump interface
Let's add a few bits of code which hide the new KVM PV dump API from us via new functions. Signed-off-by: Janosch Frank --- hw/s390x/pv.c | 52 +++ include/hw/s390x/pv.h | 8 +++ 2 files changed, 60 insertions(+) diff --git a/hw/s390x/pv.c b/