The following changes since commit 69680740eafa1838527c90155a7432d51b8ff203:
Merge tag 'qdev-array-prop' of https://repo.or.cz/qemu/kevin into staging (2023-11-11 11:23:25 +0800) are available in the git repository at: https://github.com/jasowang/qemu.git tags/net-pull-request for you to fetch changes up to d90014fc337ab77f37285b1a30fd4f545056be0a: igb: Add Function Level Reset to PF and VF (2023-11-13 15:33:37 +0800) ---------------------------------------------------------------- ---------------------------------------------------------------- Cédric Le Goater (2): igb: Add a VF reset handler igb: Add Function Level Reset to PF and VF hw/core/machine.c | 3 ++- hw/net/igb.c | 15 +++++++++++++++ hw/net/igb_common.h | 1 + hw/net/igb_core.c | 6 ++++-- hw/net/igb_core.h | 3 +++ hw/net/igbvf.c | 19 +++++++++++++++++++ hw/net/trace-events | 1 + 7 files changed, 45 insertions(+), 3 deletions(-)