]> www.infradead.org Git - users/dwmw2/qemu.git/commit
ppc/spapr: Move spapr nested HV to a new file
authorNicholas Piggin <npiggin@gmail.com>
Tue, 20 Jun 2023 10:57:37 +0000 (20:57 +1000)
committerCédric Le Goater <clg@kaod.org>
Sun, 25 Jun 2023 20:41:30 +0000 (22:41 +0200)
commit6b8a05373bf142fe5fd3839c3675da005bfc9b49
treec4e8f8d1c0f8205847fd2acef25adf54bdeff136
parentcb4e61a33b7585642a8a7ff9e5b3b78599bcc582
ppc/spapr: Move spapr nested HV to a new file

Create spapr_nested.c for most of the nested HV implementation.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/ppc/meson.build
hw/ppc/spapr.c
hw/ppc/spapr_hcall.c
hw/ppc/spapr_nested.c [new file with mode: 0644]
include/hw/ppc/spapr.h
include/hw/ppc/spapr_nested.h [new file with mode: 0644]