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

2022-06-23 Thread Leandro Lupori
On 6/21/22 08:05, Cédric Le Goater wrote: [E-MAIL EXTERNO] Não clique em links ou abra anexos, a menos que você possa confirmar o remetente e saber que o conteúdo é seguro. Em caso de e-mail suspeito entre imediatamente em contato com o DTI. On 6/20/22 22:27, Leandro Lupori wrote: Check if pa

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

2022-06-21 Thread Cédric Le Goater
On 6/20/22 22:27, Leandro Lupori wrote: 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

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

2022-06-20 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 |