]> xenbits.xensource.com Git - qemu-xen.git/commit
spapr: nested: move nested part of spapr_get_pate into spapr_nested.c
authorHarsh Prateek Bora <harshpb@linux.ibm.com>
Fri, 8 Mar 2024 11:19:28 +0000 (16:49 +0530)
committerNicholas Piggin <npiggin@gmail.com>
Tue, 12 Mar 2024 16:47:04 +0000 (02:47 +1000)
commitc2813a35700a53d660d9b7f7b4810e1cef167ede
tree9024f094240eef790ed2236d825576d9cf860943
parent6026fdbdbdf5f30edc906de0ae287e95c1b6892b
spapr: nested: move nested part of spapr_get_pate into spapr_nested.c

Most of the nested code has already been moved to spapr_nested.c
This logic inside spapr_get_pate is related to nested guests and
better suited for spapr_nested.c, hence moving there.

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
hw/ppc/spapr.c
hw/ppc/spapr_nested.c
include/hw/ppc/spapr_nested.h