Re: [Qemu-devel] [PATCH 07/21] Revert memory: limit sections in the radix tree to the actual address space size

2013-06-01 Thread Paolo Bonzini
Il 01/06/2013 00:04, Richard Henderson ha scritto:
 On 05/30/2013 02:16 PM, Paolo Bonzini wrote:
 This reverts commit 86a8623692b1b559a419a92eb8b6897c221bca74.

 Signed-off-by: Paolo Bonzini pbonz...@redhat.com
 ---
  exec.c| 13 +
  include/exec/memory.h |  3 ---
  2 files changed, 1 insertion(+), 15 deletions(-)
 
 I would think that both the 7/ and 8/ reversion patches would
 have to be after 10/ in order to be bi-sectable?

Not necessary, it only matters after IOMMU regions are introduced.
Normal regions are never 2^64 bytes in size.

Putting the reversion afterwards would conflict.

Paolo




Re: [Qemu-devel] [PATCH 07/21] Revert memory: limit sections in the radix tree to the actual address space size

2013-05-31 Thread Richard Henderson
On 05/30/2013 02:16 PM, Paolo Bonzini wrote:
 This reverts commit 86a8623692b1b559a419a92eb8b6897c221bca74.
 
 Signed-off-by: Paolo Bonzini pbonz...@redhat.com
 ---
  exec.c| 13 +
  include/exec/memory.h |  3 ---
  2 files changed, 1 insertion(+), 15 deletions(-)

I would think that both the 7/ and 8/ reversion patches would
have to be after 10/ in order to be bi-sectable?


r~