On 1/9/23 18:50, Stephen Longfield wrote:
Does anything more need to happen with this patch before it can be
applied? Not sure if it had gotten lost over the holidays.
I queued it with other aspeed changes :
https://github.com/legoater/qemu/commits/aspeed-8.0
We have some time before 8.0 is
Does anything more need to happen with this patch before it can be
applied? Not sure if it had gotten lost over the holidays.
Best,
--Stephen
On Wed, Dec 21, 2022 at 9:58 AM Stephen Longfield wrote:
>
> On Tue, Dec 20, 2022 at 11:30 PM Cédric Le Goater wrote:
> >
> > On 12/20/22 23:14, Stephe
On Tue, Dec 20, 2022 at 11:30 PM Cédric Le Goater wrote:
>
> On 12/20/22 23:14, Stephen Longfield wrote:
> > With the `size += 4` before the call to `crc32`, the CRC calculation
> > would overrun the buffer. Size is used in the while loop starting on
> > line 1009 to determine how much data to wri
On 12/20/22 23:14, Stephen Longfield wrote:
With the `size += 4` before the call to `crc32`, the CRC calculation
would overrun the buffer. Size is used in the while loop starting on
line 1009 to determine how much data to write back, with the last
four bytes coming from `crc_ptr`, so do need to i
With the `size += 4` before the call to `crc32`, the CRC calculation
would overrun the buffer. Size is used in the while loop starting on
line 1009 to determine how much data to write back, with the last
four bytes coming from `crc_ptr`, so do need to increase it, but should
do this after the compu