Re: [Qemu-devel] [PATCH v2 00/19] bsd-user: Add system call and mips/arm support.

2013-12-13 Thread Paolo Bonzini
Il 12/12/2013 20:57, Ed Maste ha scritto: >>> >> This is a large change in an area that hasn't had a lot of activity of >>> >> late; what are the next steps here? >> > >> > We're now in hard freeze, so the next step is to wait for 1.8 to be >> > released. >> > >> > I reviewed the parts out of bsd-u

Re: [Qemu-devel] [PATCH v2 00/19] bsd-user: Add system call and mips/arm support.

2013-12-12 Thread Stacey Son
On Dec 12, 2013, at 1:57 PM, Ed Maste wrote: > On 27 November 2013 06:29, Paolo Bonzini wrote: >> Il 26/11/2013 22:01, Ed Maste ha scritto: >>> >>> Ping. >>> >>> This is a large change in an area that hasn't had a lot of activity of >>> late; what are the next steps here? >> >> We're now in

Re: [Qemu-devel] [PATCH v2 00/19] bsd-user: Add system call and mips/arm support.

2013-12-12 Thread Ed Maste
On 27 November 2013 06:29, Paolo Bonzini wrote: > Il 26/11/2013 22:01, Ed Maste ha scritto: >> On 8 November 2013 11:33, Stacey Son wrote: >>> [v2] >>> >>> - Rebases to 1.7.0-rc0. (Requires, however, Andreas Tobler's patch to >>> build: see >>> http://lists.nongnu.org/archive/html/qemu-devel/

Re: [Qemu-devel] [PATCH v2 00/19] bsd-user: Add system call and mips/arm support.

2013-11-27 Thread Paolo Bonzini
Il 26/11/2013 22:01, Ed Maste ha scritto: > On 8 November 2013 11:33, Stacey Son wrote: >> [v2] >> >> - Rebases to 1.7.0-rc0. (Requires, however, Andreas Tobler's patch to >> build: see >> http://lists.nongnu.org/archive/html/qemu-devel/2013-11/msg0.html) >> - Fixes deadlock in the _umtx_o

Re: [Qemu-devel] [PATCH v2 00/19] bsd-user: Add system call and mips/arm support.

2013-11-26 Thread Ed Maste
On 8 November 2013 11:33, Stacey Son wrote: > [v2] > > - Rebases to 1.7.0-rc0. (Requires, however, Andreas Tobler's patch to > build: see > http://lists.nongnu.org/archive/html/qemu-devel/2013-11/msg0.html) > - Fixes deadlock in the _umtx_op() system call handler. > - Fixes race condition

[Qemu-devel] [PATCH v2 00/19] bsd-user: Add system call and mips/arm support.

2013-11-11 Thread Stacey Son
[v2] - Rebases to 1.7.0-rc0. (Requires, however, Andreas Tobler's patch to build: see http://lists.nongnu.org/archive/html/qemu-devel/2013-11/msg0.html) - Fixes deadlock in the _umtx_op() system call handler. - Fixes race condition in mmap() system call handler. - Makes qemu-mips (o32) usa