qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH v2] bsd-user: fix compile failure


From: Stefan Hajnoczi
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v2] bsd-user: fix compile failure
Date: Fri, 13 Apr 2012 09:57:47 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Apr 12, 2012 at 12:43:41PM +0100, Peter Maydell wrote:
> bsd-user doesn't actually support reserving a memory area for the
> guest address space, but we need to at least define the reserved_va
> global so that cpu-all.h's RESERVED_VA macro will work correctly.
> 
> This fixes a compilation error introduced in commit 39879bb
> which added a use of RESERVED_VA to h2g_valid().
> 
> Reported-by: Brad Smith <address@hidden>
> Signed-off-by: Peter Maydell <address@hidden>
> ---
> v1->v2 changes: added commit hash accidentally omitted from message
> added reported-by line. no code change.
> 
>  bsd-user/main.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]