[SeaBIOS] Re: [PATCH v4 0/3] virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX

2021-12-19 Thread Pei, Andy
Thanks Kevin -Original Message- From: Kevin O'Connor Sent: Sunday, December 19, 2021 12:55 AM To: Pei, Andy Cc: seabios@seabios.org; kra...@redhat.com Subject: Re: [PATCH v4 0/3] virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX On Tue, Dec 07, 2021 at 09:31:05AM +0800, Andy Pei wrote: > i

[SeaBIOS] [PATCH 2/2] scripts: Remove python23compat.py

2021-12-19 Thread Kevin O'Connor
It's simpler to use b"" designations around binary strings than to use the as_bytes() function. Signed-off-by: Kevin O'Connor --- scripts/buildrom.py | 6 ++ scripts/checkrom.py | 4 +--- scripts/python23compat.py | 14 -- 3 files changed, 3 insertions(+), 21 deleti

[SeaBIOS] [PATCH 1/2] readserial: Improve Python3 compatibility

2021-12-19 Thread Kevin O'Connor
Signed-off-by: Kevin O'Connor --- scripts/readserial.py | 28 +++- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/scripts/readserial.py b/scripts/readserial.py index a7383e8..e3f56e5 100755 --- a/scripts/readserial.py +++ b/scripts/readserial.py @@ -10,8 +

[SeaBIOS] Re: [PATCH] memmap: Fix gcc out-of-bounds warning

2021-12-19 Thread Paul Menzel
Dear Kevin, Am 18.12.21 um 22:40 schrieb Kevin O'Connor: On Sat, Dec 18, 2021 at 09:13:57PM +0100, Paul Menzel wrote: Am 18.12.21 um 19:10 schrieb Kevin O'Connor: Use a different definition for the linker script symbol to avoid a gcc warning. What GCC version did you use, and which warnin