Re: rtems_bsd_initialize() in POSIX_Init and qemu-system-i386

2020-10-01 Thread Chris Johns
On 2/10/20 2:48 pm, Heinz Junkes wrote: > init01.exe does not initialize the network interface. Yes. It splits the problem. > I see the same delay with dhcpcd01.exe Are you using the e1000? Try rtl8139. I do not see these delays on real PC hardware or qemu with rtl8139. Chris _

Re: rtems_bsd_initialize() in POSIX_Init and qemu-system-i386

2020-10-01 Thread Heinz Junkes
init01.exe does not initialize the network interface. I see the same delay with dhcpcd01.exe Heinz > On 2. Oct 2020, at 01:08, Chris Johns wrote: > > On 2/10/20 5:34 am, Heinz Junkes wrote: >> I have finally managed to apply the patch. Unfortunately it didn't lead to a >> change in the behavio

Re: rtems_bsd_initialize() in POSIX_Init and qemu-system-i386

2020-10-01 Thread Chris Johns
On 2/10/20 5:34 am, Heinz Junkes wrote: > I have finally managed to apply the patch. Unfortunately it didn't lead to a > change in the behaviour of qemu. The delay of about 45 seconds is still there. How are you initialising libbsd? If you run `init01.exe` from the tests how long does it take?

Re: rtems_bsd_initialize() in POSIX_Init and qemu-system-i386

2020-10-01 Thread Heinz Junkes
Dear Karel, I have finally managed to apply the patch. Unfortunately it didn't lead to a change in the behaviour of qemu. The delay of about 45 seconds is still there. Thanks anyway! Heinz > On 28. Sep 2020, at 21:53, Karel Gardas wrote: > > > Could you be so kind and test attached patch? It