Re: [PATCH 1/1] Allow setting up to 8 bytes with the generic loader

2022-01-23 Thread Alistair Francis
On Thu, Jan 20, 2022 at 7:57 PM Petr Tesarik wrote: > > The documentation for the generic loader says that "the maximum size of > the data is 8 bytes". However, attempts to set data-len=8 trigger the > following assertion failure: > > ../hw/core/generic-loader.c:59: generic_loader_reset: Assertion

Re: [PATCH 1/1] Allow setting up to 8 bytes with the generic loader

2022-01-20 Thread Alistair Francis
On Thu, Jan 20, 2022 at 7:57 PM Petr Tesarik wrote: > > The documentation for the generic loader says that "the maximum size of > the data is 8 bytes". However, attempts to set data-len=8 trigger the > following assertion failure: > > ../hw/core/generic-loader.c:59: generic_loader_reset: Assertion

Re: [PATCH 1/1] Allow setting up to 8 bytes with the generic loader

2022-01-20 Thread Philippe Mathieu-Daudé via
On 1/20/22 10:27, Petr Tesarik wrote: > The documentation for the generic loader says that "the maximum size of > the data is 8 bytes". However, attempts to set data-len=8 trigger the > following assertion failure: > > ../hw/core/generic-loader.c:59: generic_loader_reset: Assertion `s->data_len >

[PATCH 1/1] Allow setting up to 8 bytes with the generic loader

2022-01-20 Thread Petr Tesarik
The documentation for the generic loader says that "the maximum size of the data is 8 bytes". However, attempts to set data-len=8 trigger the following assertion failure: ../hw/core/generic-loader.c:59: generic_loader_reset: Assertion `s->data_len < sizeof(s->data)' failed. The type of s->data i