Re: [PATCH] hw/net: npcm7xx_emc: fix alignment to eth_hdr

2025-02-27 Thread Peter Maydell
On Thu, 27 Feb 2025 at 18:12, Patrick Venture wrote: > > > > On Thu, Feb 27, 2025 at 8:08 AM Patrick Venture wrote: >> >> >> >> On Thu, Feb 27, 2025 at 8:01 AM Peter Maydell >> wrote: >>> >>> On Thu, 27 Feb 2025 at 15:55, Patrick Venture wrote: >>> > >>> > >>> > >>> > On Thu, Feb 27, 2025 at 7

Re: [PATCH] hw/net: npcm7xx_emc: fix alignment to eth_hdr

2025-02-27 Thread Patrick Venture
On Thu, Feb 27, 2025 at 8:08 AM Patrick Venture wrote: > > > On Thu, Feb 27, 2025 at 8:01 AM Peter Maydell > wrote: > >> On Thu, 27 Feb 2025 at 15:55, Patrick Venture wrote: >> > >> > >> > >> > On Thu, Feb 27, 2025 at 7:52 AM Peter Maydell >> wrote: >> >> >> >> On Thu, 27 Feb 2025 at 15:40, Pa

Re: [PATCH] hw/net: npcm7xx_emc: fix alignment to eth_hdr

2025-02-27 Thread Patrick Venture
On Thu, Feb 27, 2025 at 8:01 AM Peter Maydell wrote: > On Thu, 27 Feb 2025 at 15:55, Patrick Venture wrote: > > > > > > > > On Thu, Feb 27, 2025 at 7:52 AM Peter Maydell > wrote: > >> > >> On Thu, 27 Feb 2025 at 15:40, Patrick Venture > wrote: > >> > > >> > 'const struct eth_header', which req

Re: [PATCH] hw/net: npcm7xx_emc: fix alignment to eth_hdr

2025-02-27 Thread Peter Maydell
On Thu, 27 Feb 2025 at 15:55, Patrick Venture wrote: > > > > On Thu, Feb 27, 2025 at 7:52 AM Peter Maydell > wrote: >> >> On Thu, 27 Feb 2025 at 15:40, Patrick Venture wrote: >> > >> > 'const struct eth_header', which requires 2 byte alignment >> > >> > Signed-off-by: Patrick Venture >> > ---

Re: [PATCH] hw/net: npcm7xx_emc: fix alignment to eth_hdr

2025-02-27 Thread Patrick Venture
On Thu, Feb 27, 2025 at 7:52 AM Peter Maydell wrote: > On Thu, 27 Feb 2025 at 15:40, Patrick Venture wrote: > > > > 'const struct eth_header', which requires 2 byte alignment > > > > Signed-off-by: Patrick Venture > > --- > > hw/net/npcm7xx_emc.c | 7 ++- > > 1 file changed, 6 insertions(+

Re: [PATCH] hw/net: npcm7xx_emc: fix alignment to eth_hdr

2025-02-27 Thread Peter Maydell
On Thu, 27 Feb 2025 at 15:40, Patrick Venture wrote: > > 'const struct eth_header', which requires 2 byte alignment > > Signed-off-by: Patrick Venture > --- > hw/net/npcm7xx_emc.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/hw/net/npcm7xx_emc.c b/hw/net/npcm7xx

[PATCH] hw/net: npcm7xx_emc: fix alignment to eth_hdr

2025-02-27 Thread Patrick Venture
'const struct eth_header', which requires 2 byte alignment Signed-off-by: Patrick Venture --- hw/net/npcm7xx_emc.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/net/npcm7xx_emc.c b/hw/net/npcm7xx_emc.c index e06f652629..11ed4a9e6a 100644 --- a/hw/net/npcm7xx_emc.c