Re: [Qemu-devel] Looking for a linux-user mode test

2016-12-28 Thread Peter Maydell
On 28 December 2016 at 17:12, Sean Bruno wrote: > On 12/28/16 10:05, Peter Maydell wrote: >> Ideally all of that rework (including the support for properly >> interrupting syscalls without races) should be ported over to >> bsd-user at some point. > > If you have a moment to point me at the merge

Re: [Qemu-devel] Looking for a linux-user mode test

2016-12-28 Thread Sean Bruno
On 12/28/16 10:05, Peter Maydell wrote: > On 28 December 2016 at 15:06, Sean Bruno wrote: >> After some recent-ish changes to how user mode executes things/stuff, >> I'm running into issues with the out of tree bsd-user mode code that >> FreeBSD has been maintaining. It looks like the host_sign

Re: [Qemu-devel] Looking for a linux-user mode test

2016-12-28 Thread Peter Maydell
On 28 December 2016 at 15:06, Sean Bruno wrote: > After some recent-ish changes to how user mode executes things/stuff, > I'm running into issues with the out of tree bsd-user mode code that > FreeBSD has been maintaining. It looks like the host_signal_handler() > is never executed or registered

[Qemu-devel] Looking for a linux-user mode test

2016-12-28 Thread Sean Bruno
After some recent-ish changes to how user mode executes things/stuff, I'm running into issues with the out of tree bsd-user mode code that FreeBSD has been maintaining. It looks like the host_signal_handler() is never executed or registered correctly in our code. I'm curious if the linux-user cod