Re: [PATCH qemu] spapr: tune rtas-size

2021-06-23 Thread David Gibson
On Tue, Jun 22, 2021 at 05:03:36PM +1000, Alexey Kardashevskiy wrote: > QEMU reserves space for RTAS via /rtas/rtas-size which tells the client > how much space the RTAS requires to work which includes the RTAS binary > blob implementing RTAS runtime. Because pseries supports FWNMI which >

Re: [PATCH qemu] spapr: tune rtas-size

2021-06-22 Thread Greg Kurz
On Tue, 22 Jun 2021 17:03:36 +1000 Alexey Kardashevskiy wrote: > QEMU reserves space for RTAS via /rtas/rtas-size which tells the client > how much space the RTAS requires to work which includes the RTAS binary > blob implementing RTAS runtime. Because pseries supports FWNMI which > requires

[PATCH qemu] spapr: tune rtas-size

2021-06-22 Thread Alexey Kardashevskiy
QEMU reserves space for RTAS via /rtas/rtas-size which tells the client how much space the RTAS requires to work which includes the RTAS binary blob implementing RTAS runtime. Because pseries supports FWNMI which requires plenty of space, QEMU reserves more than 2KB which is enough for the RTAS