> -----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 1/2] igb: Add a VF reset handler
> 
> From: Cédric Le Goater <c...@redhat.com>
> 
> Export the igb_vf_reset() helper routine from the PF model to let the IGBVF
> model implement its own device reset.
> 
> Cc: Akihiko Odaki <akihiko.od...@daynix.com>
> Suggested-by: Sriram Yagnaraman <sriram.yagnara...@est.tech>
> Signed-off-by: Cédric Le Goater <c...@redhat.com>
> ---
>  hw/net/igb_common.h |  1 +
>  hw/net/igb_core.h   |  3 +++
>  hw/net/igb.c        |  6 ++++++
>  hw/net/igb_core.c   |  6 ++++--
>  hw/net/igbvf.c      | 10 ++++++++++
>  hw/net/trace-events |  1 +
>  6 files changed, 25 insertions(+), 2 deletions(-)
> 

Reviewed-by: Sriram Yagnaraman <sriram.yagnara...@est.tech>

Reply via email to