Re: [Qemu-devel] [PATCH 01/22] Remove TARGET_PHYS_ADDR_BITS define completely

2012-10-29 Thread Alexander Graf
On 29.10.2012, at 11:38, Peter Maydell wrote: > On 29 October 2012 10:25, Alexander Graf wrote: >> From: Peter Maydell >> >> Following commit 4be403c81 TARGET_PHYS_ADDR_BITS is always 64, >> and it's only used in one place (that commit removed all the >> other uses). Remove it completely, to a

Re: [Qemu-devel] [PATCH 01/22] Remove TARGET_PHYS_ADDR_BITS define completely

2012-10-29 Thread Peter Maydell
On 29 October 2012 10:25, Alexander Graf wrote: > From: Peter Maydell > > Following commit 4be403c81 TARGET_PHYS_ADDR_BITS is always 64, > and it's only used in one place (that commit removed all the > other uses). Remove it completely, to avoid confusion with > the genuinely useful TARGET_PHYS_A

[Qemu-devel] [PATCH 01/22] Remove TARGET_PHYS_ADDR_BITS define completely

2012-10-29 Thread Alexander Graf
From: Peter Maydell Following commit 4be403c81 TARGET_PHYS_ADDR_BITS is always 64, and it's only used in one place (that commit removed all the other uses). Remove it completely, to avoid confusion with the genuinely useful TARGET_PHYS_ADDR_SPACE_BITS. Signed-off-by: Peter Maydell Signed-off-by