qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditiona


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
Date: Fri, 5 Oct 2012 17:45:51 +0100

On 4 October 2012 11:36, Avi Kivity <address@hidden> wrote:
> diff --git a/targphys.h b/targphys.h
> index bd4938f..08cade9 100644
> --- a/targphys.h
> +++ b/targphys.h
> @@ -3,25 +3,10 @@
>  #ifndef TARGPHYS_H
>  #define TARGPHYS_H
>
> -#ifdef TARGET_PHYS_ADDR_BITS
> +#define TARGET_PHYS_ADDR_BITS 64
>  /* target_phys_addr_t is the type of a physical address (its size can
>     be different from 'target_ulong').  */

I've just noticed that this change means that linux-user binaries
now get a definition of target_phys_addr_t (where previously they
did not get that type at all). Was this intentional, and does it
make sense?

-- PMM



reply via email to

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