Re: [Qemu-devel] [PATCH] bsd-user: Remove reference to CONFIG_UNAME_RELEASE

2014-05-13 Thread Peter Maydell
On 9 May 2014 16:06, Peter Maydell wrote: > Commit e586822a5 broke the bsd-user build when it removed the > CONFIG_UNAME_RELEASE define but forgot to remove the use of it > in bsd-user. Fix this in the simplest possible way (bsd-user > doesn't make any use at all of the qemu_uname_release variable

[Qemu-devel] [PATCH] bsd-user: Remove reference to CONFIG_UNAME_RELEASE

2014-05-09 Thread Peter Maydell
Commit e586822a5 broke the bsd-user build when it removed the CONFIG_UNAME_RELEASE define but forgot to remove the use of it in bsd-user. Fix this in the simplest possible way (bsd-user doesn't make any use at all of the qemu_uname_release variable except to allow it to be pointlessly set by the us