Re: [Qemu-devel] [PATCH] configure: Don't build bsd-user on Mac OS X by default

2012-04-28 Thread Blue Swirl
On Thu, Apr 26, 2012 at 09:57, Andreas Färber wrote: > Fixes the build when combined with the drop of darwin-user. > Enthusiasts can still try building it using --enable-bsd-user. > > Signed-off-by: Andreas Färber > Cc: Bernhard Walle Thanks, applied. > --- >  configure |    2 +- >  1 files ch

Re: [Qemu-devel] [PATCH] configure: Don't build bsd-user on Mac OS X by default

2012-04-26 Thread Bernhard Walle
Am 26.04.12 14:50, schrieb Andreas Färber: > Am 26.04.2012 12:30, schrieb Bernhard Walle: >> >> Thanks. I already stumbled over this when trying to test your >> uint16 fixes (they work for me, BTW). > > In that case please add an appropriate tag (e.g., Tested-by) as reply > there (best with info o

Re: [Qemu-devel] [PATCH] configure: Don't build bsd-user on Mac OS X by default

2012-04-26 Thread Bernhard Walle
Am 26.04.12 11:57, schrieb Andreas Färber: > Fixes the build when combined with the drop of darwin-user. > Enthusiasts can still try building it using --enable-bsd-user. > > Signed-off-by: Andreas Färber > Cc: Bernhard Walle Tested-by: Bernhard Walle [Mac OS 10.7.3] Acked-by: Bernhard Walle

Re: [Qemu-devel] [PATCH] configure: Don't build bsd-user on Mac OS X by default

2012-04-26 Thread Andreas Färber
Am 26.04.2012 12:30, schrieb Bernhard Walle: > Am 26.04.12 11:57, schrieb Andreas Färber: >> Fixes the build when combined with the drop of darwin-user. >> Enthusiasts can still try building it using --enable-bsd-user. >> >> Signed-off-by: Andreas Färber >> Cc: Bernhard Walle > > Thanks. I alrea

Re: [Qemu-devel] [PATCH] configure: Don't build bsd-user on Mac OS X by default

2012-04-26 Thread Bernhard Walle
Am 26.04.12 11:57, schrieb Andreas Färber: > Fixes the build when combined with the drop of darwin-user. > Enthusiasts can still try building it using --enable-bsd-user. > > Signed-off-by: Andreas Färber > Cc: Bernhard Walle Thanks. I already stumbled over this when trying to test your uint16 f

[Qemu-devel] [PATCH] configure: Don't build bsd-user on Mac OS X by default

2012-04-26 Thread Andreas Färber
Fixes the build when combined with the drop of darwin-user. Enthusiasts can still try building it using --enable-bsd-user. Signed-off-by: Andreas Färber Cc: Bernhard Walle --- configure |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index dd09f1a