Re: [PATCH] conf: Introduce igb model for

2023-04-12 Thread Akihiko Odaki
On 2023/04/13 1:23, Michal Prívozník wrote: On 4/10/23 07:48, Akihiko Odaki wrote: igb is a new network device which will be introduced with QEMU 8.0.0. It is a successor of e1000e so it has PCIe interface and is understands virtio-net headers as e1000e does. Signed-off-by: Akihiko Odaki

[PATCH] conf: Introduce igb model for

2023-04-12 Thread Akihiko Odaki
igb is a new network device which will be introduced with QEMU 8.0.0. It is a successor of e1000e so it has PCIe interface and is understands virtio-net headers as e1000e does. Signed-off-by: Akihiko Odaki --- src/conf/domain_conf.c | 1 + src/conf/domain_conf.h | 1 + src/qemu