All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix bsd-user build after d915b7bb
@ 2016-08-22 14:57 Ed Maste
  2016-08-22 16:20 ` Peter Maydell
  0 siblings, 1 reply; 4+ messages in thread
From: Ed Maste @ 2016-08-22 14:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Ed Maste

Must include "qemu-version.h" for the QEMU_PKGVERSION definition.

Signed-off-by: Ed Maste <emaste@freebsd.org>
---
 bsd-user/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bsd-user/main.c b/bsd-user/main.c
index b4a0a00..0fb08e4 100644
--- a/bsd-user/main.c
+++ b/bsd-user/main.c
@@ -17,6 +17,7 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "qemu/osdep.h"
+#include "qemu-version.h"
 #include <machine/trap.h>
 
 #include "qapi/error.h"
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] Fix bsd-user build after d915b7bb
  2016-08-22 14:57 [Qemu-devel] [PATCH] Fix bsd-user build after d915b7bb Ed Maste
@ 2016-08-22 16:20 ` Peter Maydell
  2016-08-22 20:15   ` Ed Maste
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Maydell @ 2016-08-22 16:20 UTC (permalink / raw)
  To: Ed Maste; +Cc: QEMU Developers, QEMU Trivial

On 22 August 2016 at 15:57, Ed Maste <emaste@freebsd.org> wrote:
> Must include "qemu-version.h" for the QEMU_PKGVERSION definition.
>
> Signed-off-by: Ed Maste <emaste@freebsd.org>
> ---
>  bsd-user/main.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/bsd-user/main.c b/bsd-user/main.c
> index b4a0a00..0fb08e4 100644
> --- a/bsd-user/main.c
> +++ b/bsd-user/main.c
> @@ -17,6 +17,7 @@
>   *  along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>  #include "qemu/osdep.h"
> +#include "qemu-version.h"
>  #include <machine/trap.h>
>
>  #include "qapi/error.h"

Awkward that this missed rc4 by an hour or two :-(

-- PMM

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] Fix bsd-user build after d915b7bb
  2016-08-22 16:20 ` Peter Maydell
@ 2016-08-22 20:15   ` Ed Maste
  2016-08-24 16:20     ` Peter Maydell
  0 siblings, 1 reply; 4+ messages in thread
From: Ed Maste @ 2016-08-22 20:15 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers

On 22 August 2016 at 12:20, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> Awkward that this missed rc4 by an hour or two :-(

Indeed, and I'm sorry that's the case. It wasn't even in the context
of the upcoming release that I tried building and stumbled across this
- I'm just back after some time away.

This is a good reminder of the need for us (FreeBSD) to get a build
bot going though.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] Fix bsd-user build after d915b7bb
  2016-08-22 20:15   ` Ed Maste
@ 2016-08-24 16:20     ` Peter Maydell
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2016-08-24 16:20 UTC (permalink / raw)
  To: Ed Maste; +Cc: QEMU Developers

On 22 August 2016 at 21:15, Ed Maste <emaste@freebsd.org> wrote:
> On 22 August 2016 at 12:20, Peter Maydell <peter.maydell@linaro.org> wrote:
>>
>> Awkward that this missed rc4 by an hour or two :-(
>
> Indeed, and I'm sorry that's the case. It wasn't even in the context
> of the upcoming release that I tried building and stumbled across this
> - I'm just back after some time away.

Kind of my fault really for committing untested bsd-user code.
Anyway, I've applied this patch to master for rc5.

thanks
-- PMM

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-24 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-22 14:57 [Qemu-devel] [PATCH] Fix bsd-user build after d915b7bb Ed Maste
2016-08-22 16:20 ` Peter Maydell
2016-08-22 20:15   ` Ed Maste
2016-08-24 16:20     ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.