Re: [Qemu-devel] [RFC128 3/2] Adjust system and pci address spaces to full 64-bit

2011-10-17 Thread Avi Kivity
On 10/17/2011 07:33 AM, David Gibson wrote: > On Sun, Oct 16, 2011 at 05:29:07PM +0200, Avi Kivity wrote: > > Now that the memory API supports full 64-bit buses, adjust the relevant > > callers to take advantage of it. > > Note that this doesn't, strictly speaking doesn't give you full 64-bit > cov

Re: [Qemu-devel] [RFC128 3/2] Adjust system and pci address spaces to full 64-bit

2011-10-16 Thread David Gibson
On Sun, Oct 16, 2011 at 05:29:07PM +0200, Avi Kivity wrote: > Now that the memory API supports full 64-bit buses, adjust the relevant > callers to take advantage of it. Note that this doesn't, strictly speaking doesn't give you full 64-bit coverage, since the range covered is 2^64-1 bytes rather t

[Qemu-devel] [RFC128 3/2] Adjust system and pci address spaces to full 64-bit

2011-10-16 Thread Avi Kivity
Now that the memory API supports full 64-bit buses, adjust the relevant callers to take advantage of it. Signed-off-by: Avi Kivity --- Note needs slight adjustment to patch 2 to make 'info mtree' work. exec.c |2 +- hw/pc_piix.c|2 +- hw/pci_bridge.c |2 +- 3 files cha