> -----Original Message----- > From: Cédric Le Goater <c...@kaod.org> > Sent: Tuesday, 29 August 2023 11:05 > To: qemu-devel@nongnu.org > Cc: Akihiko Odaki <akihiko.od...@daynix.com>; Sriram Yagnaraman > <sriram.yagnara...@est.tech>; Jason Wang <jasow...@redhat.com>; Cédric > Le Goater <c...@redhat.com> > Subject: [PATCH 2/2] igb: Add Function Level Reset to PF and VF > > From: Cédric Le Goater <c...@redhat.com> > > The Intel 82576EB GbE Controller say that the Physical and Virtual Functions > support Function Level Reset. Add the capability to each device model. > > Cc: Sriram Yagnaraman <sriram.yagnara...@est.tech> > Fixes: 3a977deebe6b ("Intrdocue igb device emulation") > Reviewed-by: Akihiko Odaki <akihiko.od...@daynix.com> > Tested-by: Akihiko Odaki <akihiko.od...@daynix.com> > Signed-off-by: Cédric Le Goater <c...@redhat.com> > --- > hw/net/igb.c | 3 +++ > hw/net/igbvf.c | 3 +++ > 2 files changed, 6 insertions(+) >
Reviewed-by: Sriram Yagnaraman <sriram.yagnara...@est.tech>