qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Test failure with Smartfusion2 emac block (msf2-emac)
@ 2020-07-07  5:18 Thomas Huth
  2020-07-07  5:32 ` Thomas Huth
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2020-07-07  5:18 UTC (permalink / raw)
  To: QEMU Developers, Subbaraya Sundeep; +Cc: qemu-arm, Philippe Mathieu-Daudé


 Hi Subbaraya,

today, I noticed that there is a test failure with msf2-emac when
running the device-introspect-test in slow mode. Either run:

 make check-qtest-aarch64 SPEED=slow

or as a shortcut:

 make tests/qtest/device-introspect-test
 QTEST_QEMU_BINARY="aarch64-softmmu/qemu-system-aarch64" \
  ./tests/qtest/device-introspect-test -m slow

Then the test fails with:

Unexpected error in error_set_from_qdev_prop_error() at
hw/core/qdev-properties.c:1251:
Property 'msf2-emac.netdev' can't take value 'hub0port0', it's in use

Could you please have a look?

 Thanks,
  Thomas



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Test failure with Smartfusion2 emac block (msf2-emac)
  2020-07-07  5:18 Test failure with Smartfusion2 emac block (msf2-emac) Thomas Huth
@ 2020-07-07  5:32 ` Thomas Huth
  2020-07-14 14:42   ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2020-07-07  5:32 UTC (permalink / raw)
  To: QEMU Developers, Subbaraya Sundeep; +Cc: qemu-arm, Philippe Mathieu-Daudé

On 07/07/2020 07.18, Thomas Huth wrote:
> 
>  Hi Subbaraya,
> 
> today, I noticed that there is a test failure with msf2-emac when
> running the device-introspect-test in slow mode. Either run:
> 
>  make check-qtest-aarch64 SPEED=slow
> 
> or as a shortcut:
> 
>  make tests/qtest/device-introspect-test
>  QTEST_QEMU_BINARY="aarch64-softmmu/qemu-system-aarch64" \
>   ./tests/qtest/device-introspect-test -m slow
> 
> Then the test fails with:
> 
> Unexpected error in error_set_from_qdev_prop_error() at
> hw/core/qdev-properties.c:1251:
> Property 'msf2-emac.netdev' can't take value 'hub0port0', it's in use
> 
> Could you please have a look?

The problem might be related to m2sxxx_soc_initfn() in msf2-soc.c. Looks
like you are using nd_table in an instance_init function. This is almost
always wrong, and should be done by the machine code instead (e.g. in
msf2-som.c).

 Thomas


PS: Maybe also have a look at this article, it might help to understand
the idea behind instance_init a little bit:
http://people.redhat.com/~thuth/blog/qemu/2018/09/10/instance-init-realize.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Test failure with Smartfusion2 emac block (msf2-emac)
  2020-07-07  5:32 ` Thomas Huth
@ 2020-07-14 14:42   ` Philippe Mathieu-Daudé
  2020-07-16  2:50     ` sundeep subbaraya
  0 siblings, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-07-14 14:42 UTC (permalink / raw)
  To: Thomas Huth, QEMU Developers, Subbaraya Sundeep; +Cc: qemu-arm

Ping?

On 7/7/20 7:32 AM, Thomas Huth wrote:
> On 07/07/2020 07.18, Thomas Huth wrote:
>>
>>  Hi Subbaraya,
>>
>> today, I noticed that there is a test failure with msf2-emac when
>> running the device-introspect-test in slow mode. Either run:
>>
>>  make check-qtest-aarch64 SPEED=slow
>>
>> or as a shortcut:
>>
>>  make tests/qtest/device-introspect-test
>>  QTEST_QEMU_BINARY="aarch64-softmmu/qemu-system-aarch64" \
>>   ./tests/qtest/device-introspect-test -m slow
>>
>> Then the test fails with:
>>
>> Unexpected error in error_set_from_qdev_prop_error() at
>> hw/core/qdev-properties.c:1251:
>> Property 'msf2-emac.netdev' can't take value 'hub0port0', it's in use
>>
>> Could you please have a look?
> 
> The problem might be related to m2sxxx_soc_initfn() in msf2-soc.c. Looks
> like you are using nd_table in an instance_init function. This is almost
> always wrong, and should be done by the machine code instead (e.g. in
> msf2-som.c).
> 
>  Thomas
> 
> 
> PS: Maybe also have a look at this article, it might help to understand
> the idea behind instance_init a little bit:
> http://people.redhat.com/~thuth/blog/qemu/2018/09/10/instance-init-realize.html
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Test failure with Smartfusion2 emac block (msf2-emac)
  2020-07-14 14:42   ` Philippe Mathieu-Daudé
@ 2020-07-16  2:50     ` sundeep subbaraya
  0 siblings, 0 replies; 4+ messages in thread
From: sundeep subbaraya @ 2020-07-16  2:50 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé; +Cc: Thomas Huth, qemu-arm, QEMU Developers

Hi Thomas,

I will check and get back to you in a week.
Hope that's okay.

Thanks,
Sundeep

On Tue, Jul 14, 2020 at 8:12 PM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> Ping?
>
> On 7/7/20 7:32 AM, Thomas Huth wrote:
> > On 07/07/2020 07.18, Thomas Huth wrote:
> >>
> >>  Hi Subbaraya,
> >>
> >> today, I noticed that there is a test failure with msf2-emac when
> >> running the device-introspect-test in slow mode. Either run:
> >>
> >>  make check-qtest-aarch64 SPEED=slow
> >>
> >> or as a shortcut:
> >>
> >>  make tests/qtest/device-introspect-test
> >>  QTEST_QEMU_BINARY="aarch64-softmmu/qemu-system-aarch64" \
> >>   ./tests/qtest/device-introspect-test -m slow
> >>
> >> Then the test fails with:
> >>
> >> Unexpected error in error_set_from_qdev_prop_error() at
> >> hw/core/qdev-properties.c:1251:
> >> Property 'msf2-emac.netdev' can't take value 'hub0port0', it's in use
> >>
> >> Could you please have a look?
> >
> > The problem might be related to m2sxxx_soc_initfn() in msf2-soc.c. Looks
> > like you are using nd_table in an instance_init function. This is almost
> > always wrong, and should be done by the machine code instead (e.g. in
> > msf2-som.c).
> >
> >  Thomas
> >
> >
> > PS: Maybe also have a look at this article, it might help to understand
> > the idea behind instance_init a little bit:
> > http://people.redhat.com/~thuth/blog/qemu/2018/09/10/instance-init-realize.html
> >
> >


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-16  2:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-07  5:18 Test failure with Smartfusion2 emac block (msf2-emac) Thomas Huth
2020-07-07  5:32 ` Thomas Huth
2020-07-14 14:42   ` Philippe Mathieu-Daudé
2020-07-16  2:50     ` sundeep subbaraya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).