Re: [PATCH v2 1/3] ppc: Check partition and process table alignment

2022-06-24 Thread Fabiano Rosas
Leandro Lupori writes: > Check if partition and process tables are properly aligned, in > their size, according to PowerISA 3.1B, Book III 6.7.6 programming > note. Hardware and KVM also raise an exception in these cases. > > Signed-off-by: Leandro Lupori Reviewed-by: Fabiano Rosas

[PATCH v2 1/3] ppc: Check partition and process table alignment

2022-06-24 Thread Leandro Lupori
Check if partition and process tables are properly aligned, in their size, according to PowerISA 3.1B, Book III 6.7.6 programming note. Hardware and KVM also raise an exception in these cases. Signed-off-by: Leandro Lupori --- hw/ppc/spapr.c | 5 + hw/ppc/spapr_hcall.c |