Re: [PATCH v2 3/3] virtio_net: Add the 3rd acceptable situation for Mac setup.

2024-10-13 Thread Cindy Lu
On Wed, 9 Oct 2024 at 16:30, Jason Wang wrote: > > On Mon, Sep 30, 2024 at 12:01 AM Cindy Lu wrote: > > > > While the hardware MAC address is 0 and the MAC address in > > the QEMU command line is also 0, this configuration is > > acceptable. > > > > Signed-off-by: Cindy Lu > > --- > > hw/net/vi

Re: [PATCH v2 3/3] virtio_net: Add the 3rd acceptable situation for Mac setup.

2024-10-09 Thread Jason Wang
On Mon, Sep 30, 2024 at 12:01 AM Cindy Lu wrote: > > While the hardware MAC address is 0 and the MAC address in > the QEMU command line is also 0, this configuration is > acceptable. > > Signed-off-by: Cindy Lu > --- > hw/net/virtio-net.c | 11 +++ > 1 file changed, 11 insertions(+) > >

[PATCH v2 3/3] virtio_net: Add the 3rd acceptable situation for Mac setup.

2024-09-29 Thread Cindy Lu
While the hardware MAC address is 0 and the MAC address in the QEMU command line is also 0, this configuration is acceptable. Signed-off-by: Cindy Lu --- hw/net/virtio-net.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index 5c610d807