Re: mips system emulation failure with virtio

2023-09-06 Thread Richard Purdie
On Wed, 2023-09-06 at 17:50 +0200, Philippe Mathieu-Daudé wrote: > +rth/pm215/dhildenb > > On 5/9/23 16:50, Richard Purdie wrote: > > On Tue, 2023-09-05 at 14:59 +0100, Alex Bennée wrote: > > > Richard Purdie writes: > > > > > > > With qemu 8.1.0 we see boot hangs fox x86-64 targets. > > > > >

Re: mips system emulation failure with virtio

2023-09-06 Thread Philippe Mathieu-Daudé
On 6/9/23 17:50, Philippe Mathieu-Daudé wrote: +rth/pm215/dhildenb On 5/9/23 16:50, Richard Purdie wrote: On Tue, 2023-09-05 at 14:59 +0100, Alex Bennée wrote: Richard Purdie writes: With qemu 8.1.0 we see boot hangs fox x86-64 targets. These are fixed by 0d58c660689f6da1e3feff8a997014003d

Re: mips system emulation failure with virtio

2023-09-06 Thread Philippe Mathieu-Daudé
+rth/pm215/dhildenb On 5/9/23 16:50, Richard Purdie wrote: On Tue, 2023-09-05 at 14:59 +0100, Alex Bennée wrote: Richard Purdie writes: With qemu 8.1.0 we see boot hangs fox x86-64 targets. These are fixed by 0d58c660689f6da1e3feff8a997014003d928b3b (softmmu: Use async_run_on_cpu in tcg_com

Re: mips system emulation failure with virtio

2023-09-05 Thread Richard Purdie
On Tue, 2023-09-05 at 18:46 +0200, Philippe Mathieu-Daudé wrote: > On 5/9/23 17:53, Richard Purdie wrote: > > On Tue, 2023-09-05 at 17:12 +0200, Philippe Mathieu-Daudé wrote: > > > Hi Richard, > > > > > > On 5/9/23 16:50, Richard Purdie wrote: > > > > On Tue, 2023-09-05 at 14:59 +0100, Alex Bennée

Re: mips system emulation failure with virtio

2023-09-05 Thread Philippe Mathieu-Daudé
On 5/9/23 17:53, Richard Purdie wrote: On Tue, 2023-09-05 at 17:12 +0200, Philippe Mathieu-Daudé wrote: Hi Richard, On 5/9/23 16:50, Richard Purdie wrote: On Tue, 2023-09-05 at 14:59 +0100, Alex Bennée wrote: Richard Purdie writes: With qemu 8.1.0 we see boot hangs fox x86-64 targets. The

Re: mips system emulation failure with virtio

2023-09-05 Thread Richard Purdie
On Tue, 2023-09-05 at 17:12 +0200, Philippe Mathieu-Daudé wrote: > Hi Richard, > > On 5/9/23 16:50, Richard Purdie wrote: > > On Tue, 2023-09-05 at 14:59 +0100, Alex Bennée wrote: > > > Richard Purdie writes: > > > > > > > With qemu 8.1.0 we see boot hangs fox x86-64 targets. > > > > > > > > Th

Re: mips system emulation failure with virtio

2023-09-05 Thread Philippe Mathieu-Daudé
Hi Richard, On 5/9/23 16:50, Richard Purdie wrote: On Tue, 2023-09-05 at 14:59 +0100, Alex Bennée wrote: Richard Purdie writes: With qemu 8.1.0 we see boot hangs fox x86-64 targets. These are fixed by 0d58c660689f6da1e3feff8a997014003d928b3b (softmmu: Use async_run_on_cpu in tcg_commit) but

Re: mips system emulation failure with virtio

2023-09-05 Thread Richard Purdie
On Tue, 2023-09-05 at 14:59 +0100, Alex Bennée wrote: > Richard Purdie writes: > > > With qemu 8.1.0 we see boot hangs fox x86-64 targets.  > > > > These are fixed by 0d58c660689f6da1e3feff8a997014003d928b3b (softmmu: > > Use async_run_on_cpu in tcg_commit) but if I add that commit, mips and > >

Re: mips system emulation failure with virtio

2023-09-05 Thread Alex Bennée
Richard Purdie writes: > With qemu 8.1.0 we see boot hangs fox x86-64 targets.  > > These are fixed by 0d58c660689f6da1e3feff8a997014003d928b3b (softmmu: > Use async_run_on_cpu in tcg_commit) but if I add that commit, mips and > mips64 break, hanging at boot unable to find a rootfs.  (Widen CC

mips system emulation failure with virtio

2023-09-05 Thread Richard Purdie
With qemu 8.1.0 we see boot hangs fox x86-64 targets.  These are fixed by 0d58c660689f6da1e3feff8a997014003d928b3b (softmmu: Use async_run_on_cpu in tcg_commit) but if I add that commit, mips and mips64 break, hanging at boot unable to find a rootfs.  We use virtio for network and disk and both o