Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
npiggin authored and legoater committed Jun 25, 2023
1 parent cb4e61a commit 6b8a053
Show file tree
Hide file tree
Showing 6 changed files with 501 additions and 476 deletions.
1 change: 1 addition & 0 deletions hw/ppc/meson.build
Expand Up @@ -15,6 +15,7 @@ ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files(
'spapr_vio.c',
'spapr_events.c',
'spapr_hcall.c',
'spapr_nested.c',
'spapr_iommu.c',
'spapr_rtas.c',
'spapr_pci.c',
Expand Down
1 change: 1 addition & 0 deletions hw/ppc/spapr.c
Expand Up @@ -61,6 +61,7 @@

#include "hw/ppc/fdt.h"
#include "hw/ppc/spapr.h"
#include "hw/ppc/spapr_nested.h"
#include "hw/ppc/spapr_vio.h"
#include "hw/ppc/vof.h"
#include "hw/qdev-properties.h"
Expand Down

0 comments on commit 6b8a053

Please sign in to comment.