On Tue, 6 Aug 2024 at 11:09, Jason Wang wrote:
>
> On Tue, Aug 6, 2024 at 8:58 AM Cindy Lu wrote:
> >
> > The vdpa device with MAC address 0 should not boot.
> > So remove the check here
> >
> > Signed-off-by: Cindy Lu
>
> Please describe what issues you've seen, and how it is fixed by this comm
On Tue, Aug 6, 2024 at 8:58 AM Cindy Lu wrote:
>
> The vdpa device with MAC address 0 should not boot.
> So remove the check here
>
> Signed-off-by: Cindy Lu
Please describe what issues you've seen, and how it is fixed by this commit.
Thanks
> ---
> hw/net/virtio-net.c | 13 -
> 1
The vdpa device with MAC address 0 should not boot.
So remove the check here
Signed-off-by: Cindy Lu
---
hw/net/virtio-net.c | 13 -
1 file changed, 13 deletions(-)
diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c
index c144ae2e78..8a7c743ad3 100644
--- a/hw/net/virtio-net.c
+