hw/net/imx_fec.c | 8 +++----- hw/net/trace-events | 2 ++ hw/net/virtio-net.c | 1 + net/tap-bsd.c | 8 -------- 4 files changed, 6 insertions(+), 13 deletions(-)
The following changes since commit d90f154867ec0ec22fd719164b88716e8fd48672: Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' into staging (2021-05-05 20:29:14 +0100) are available in the git repository at: https://github.com/jasowang/qemu.git tags/net-pull-request for you to fetch changes up to 4f8a39494aded9f2026a26b137378ea2ee3d5338: tap-bsd: Remove special casing for older OpenBSD releases (2021-05-27 11:03:55 +0800) ---------------------------------------------------------------- ---------------------------------------------------------------- Brad Smith (1): tap-bsd: Remove special casing for older OpenBSD releases Guenter Roeck (1): hw/net/imx_fec: return 0xffff when accessing non-existing PHY Laurent Vivier (1): virtio-net: failover: add missing remove_migration_state_change_notifier() hw/net/imx_fec.c | 8 +++----- hw/net/trace-events | 2 ++ hw/net/virtio-net.c | 1 + net/tap-bsd.c | 8 -------- 4 files changed, 6 insertions(+), 13 deletions(-)
Hi Jason, On Thu, May 27, 2021 at 12:24 PM Jason Wang <jasowang@redhat.com> wrote: > > The following changes since commit d90f154867ec0ec22fd719164b88716e8fd48672: > > Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' into staging (2021-05-05 20:29:14 +0100) > > are available in the git repository at: > > https://github.com/jasowang/qemu.git tags/net-pull-request > > for you to fetch changes up to 4f8a39494aded9f2026a26b137378ea2ee3d5338: > > tap-bsd: Remove special casing for older OpenBSD releases (2021-05-27 11:03:55 +0800) > > ---------------------------------------------------------------- > > ---------------------------------------------------------------- > Brad Smith (1): > tap-bsd: Remove special casing for older OpenBSD releases > > Guenter Roeck (1): > hw/net/imx_fec: return 0xffff when accessing non-existing PHY > > Laurent Vivier (1): > virtio-net: failover: add missing remove_migration_state_change_notifier() > > hw/net/imx_fec.c | 8 +++----- > hw/net/trace-events | 2 ++ > hw/net/virtio-net.c | 1 + > net/tap-bsd.c | 8 -------- > 4 files changed, 6 insertions(+), 13 deletions(-) What happened to patch 5-12 in the following series? http://patchwork.ozlabs.org/project/qemu-devel/cover/20210317062638.72626-1-bmeng.cn@gmail.com/ Regards, Bin
在 2021/5/27 下午2:13, Bin Meng 写道: > Hi Jason, > > On Thu, May 27, 2021 at 12:24 PM Jason Wang <jasowang@redhat.com> wrote: >> The following changes since commit d90f154867ec0ec22fd719164b88716e8fd48672: >> >> Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' into staging (2021-05-05 20:29:14 +0100) >> >> are available in the git repository at: >> >> https://github.com/jasowang/qemu.git tags/net-pull-request >> >> for you to fetch changes up to 4f8a39494aded9f2026a26b137378ea2ee3d5338: >> >> tap-bsd: Remove special casing for older OpenBSD releases (2021-05-27 11:03:55 +0800) >> >> ---------------------------------------------------------------- >> >> ---------------------------------------------------------------- >> Brad Smith (1): >> tap-bsd: Remove special casing for older OpenBSD releases >> >> Guenter Roeck (1): >> hw/net/imx_fec: return 0xffff when accessing non-existing PHY >> >> Laurent Vivier (1): >> virtio-net: failover: add missing remove_migration_state_change_notifier() >> >> hw/net/imx_fec.c | 8 +++----- >> hw/net/trace-events | 2 ++ >> hw/net/virtio-net.c | 1 + >> net/tap-bsd.c | 8 -------- >> 4 files changed, 6 insertions(+), 13 deletions(-) > What happened to patch 5-12 in the following series? > http://patchwork.ozlabs.org/project/qemu-devel/cover/20210317062638.72626-1-bmeng.cn@gmail.com/ I want to do some test before the merging. Or if possible, could you please write a test for this function? Thanks > > Regards, > Bin >
On Thu, May 27, 2021 at 2:35 PM Jason Wang <jasowang@redhat.com> wrote: > > > 在 2021/5/27 下午2:13, Bin Meng 写道: > > Hi Jason, > > > > On Thu, May 27, 2021 at 12:24 PM Jason Wang <jasowang@redhat.com> wrote: > >> The following changes since commit d90f154867ec0ec22fd719164b88716e8fd48672: > >> > >> Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' into staging (2021-05-05 20:29:14 +0100) > >> > >> are available in the git repository at: > >> > >> https://github.com/jasowang/qemu.git tags/net-pull-request > >> > >> for you to fetch changes up to 4f8a39494aded9f2026a26b137378ea2ee3d5338: > >> > >> tap-bsd: Remove special casing for older OpenBSD releases (2021-05-27 11:03:55 +0800) > >> > >> ---------------------------------------------------------------- > >> > >> ---------------------------------------------------------------- > >> Brad Smith (1): > >> tap-bsd: Remove special casing for older OpenBSD releases > >> > >> Guenter Roeck (1): > >> hw/net/imx_fec: return 0xffff when accessing non-existing PHY > >> > >> Laurent Vivier (1): > >> virtio-net: failover: add missing remove_migration_state_change_notifier() > >> > >> hw/net/imx_fec.c | 8 +++----- > >> hw/net/trace-events | 2 ++ > >> hw/net/virtio-net.c | 1 + > >> net/tap-bsd.c | 8 -------- > >> 4 files changed, 6 insertions(+), 13 deletions(-) > > What happened to patch 5-12 in the following series? > > http://patchwork.ozlabs.org/project/qemu-devel/cover/20210317062638.72626-1-bmeng.cn@gmail.com/ > > > I want to do some test before the merging. Or if possible, could you > please write a test for this function? > For each of these network adapter models? What kind of tests are needed? Any pointers? Regards, Bin
在 2021/5/27 下午3:14, Bin Meng 写道: > On Thu, May 27, 2021 at 2:35 PM Jason Wang <jasowang@redhat.com> wrote: >> >> 在 2021/5/27 下午2:13, Bin Meng 写道: >>> Hi Jason, >>> >>> On Thu, May 27, 2021 at 12:24 PM Jason Wang <jasowang@redhat.com> wrote: >>>> The following changes since commit d90f154867ec0ec22fd719164b88716e8fd48672: >>>> >>>> Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' into staging (2021-05-05 20:29:14 +0100) >>>> >>>> are available in the git repository at: >>>> >>>> https://github.com/jasowang/qemu.git tags/net-pull-request >>>> >>>> for you to fetch changes up to 4f8a39494aded9f2026a26b137378ea2ee3d5338: >>>> >>>> tap-bsd: Remove special casing for older OpenBSD releases (2021-05-27 11:03:55 +0800) >>>> >>>> ---------------------------------------------------------------- >>>> >>>> ---------------------------------------------------------------- >>>> Brad Smith (1): >>>> tap-bsd: Remove special casing for older OpenBSD releases >>>> >>>> Guenter Roeck (1): >>>> hw/net/imx_fec: return 0xffff when accessing non-existing PHY >>>> >>>> Laurent Vivier (1): >>>> virtio-net: failover: add missing remove_migration_state_change_notifier() >>>> >>>> hw/net/imx_fec.c | 8 +++----- >>>> hw/net/trace-events | 2 ++ >>>> hw/net/virtio-net.c | 1 + >>>> net/tap-bsd.c | 8 -------- >>>> 4 files changed, 6 insertions(+), 13 deletions(-) >>> What happened to patch 5-12 in the following series? >>> http://patchwork.ozlabs.org/project/qemu-devel/cover/20210317062638.72626-1-bmeng.cn@gmail.com/ >> >> I want to do some test before the merging. Or if possible, could you >> please write a test for this function? >> > For each of these network adapter models? e1000 and virtio-net should be sufficient. > What kind of tests are > needed? Test whether padding works. > Any pointers? You can start to look at virtio-net-test.c. Thanks > > Regards, > Bin >
On Thu, 27 May 2021 at 05:24, Jason Wang <jasowang@redhat.com> wrote: > > The following changes since commit d90f154867ec0ec22fd719164b88716e8fd48672: > > Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' into staging (2021-05-05 20:29:14 +0100) > > are available in the git repository at: > > https://github.com/jasowang/qemu.git tags/net-pull-request > > for you to fetch changes up to 4f8a39494aded9f2026a26b137378ea2ee3d5338: > > tap-bsd: Remove special casing for older OpenBSD releases (2021-05-27 11:03:55 +0800) > > ---------------------------------------------------------------- > > ---------------------------------------------------------------- Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1 for any user-visible changes. -- PMM
© 2016 - 2025 Red Hat, Inc.