Re: [PATCH] conf: Introduce igb model for

2023-04-13 Thread Michal Prívozník
On 4/13/23 08:24, Michal Prívozník wrote: > On 4/12/23 18:51, Akihiko Odaki wrote: >> 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

Re: [PATCH] conf: Introduce igb model for

2023-04-13 Thread Peter Krempa
On Wed, Apr 12, 2023 at 18:23:50 +0200, 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. > >

Re: [PATCH] conf: Introduce igb model for

2023-04-13 Thread Michal Prívozník
On 4/12/23 18:51, Akihiko Odaki wrote: > 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

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 ---

Re: [PATCH] conf: Introduce igb model for

2023-04-12 Thread Michal Prívozník
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 > --- > src/conf/domain_conf.c |

[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 +