Re: [Qemu-devel] [PATCH v3 4/4] x86: Set physical address bits based on host

2016-07-07 Thread Dr. David Alan Gilbert
* Eduardo Habkost (ehabk...@redhat.com) wrote: > On Tue, Jul 05, 2016 at 08:03:18PM +0100, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > A special case based on the previous phys-bits property; if it's > > the magic value 0 then use the hosts capabilities. > > >

Re: [Qemu-devel] [PATCH v3 4/4] x86: Set physical address bits based on host

2016-07-06 Thread Eduardo Habkost
On Tue, Jul 05, 2016 at 08:03:18PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > A special case based on the previous phys-bits property; if it's > the magic value 0 then use the hosts capabilities. > > We can also use the value we read from the host to check th

[Qemu-devel] [PATCH v3 4/4] x86: Set physical address bits based on host

2016-07-05 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" A special case based on the previous phys-bits property; if it's the magic value 0 then use the hosts capabilities. We can also use the value we read from the host to check the users explicitly set value and warn them if it doesn't match. Signed-off-by: Dr. David