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

2016-07-05 Thread Dr. David Alan Gilbert
* Eduardo Habkost (ehabk...@redhat.com) wrote: > On Mon, Jul 04, 2016 at 08:16:07PM +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 v2 4/6] x86: Set physical address bits based on host

2016-07-04 Thread Eduardo Habkost
On Mon, Jul 04, 2016 at 08:16:07PM +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. > > This becomes the default on new machine types. > > Signed-

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

2016-07-04 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. This becomes the default on new machine types. Signed-off-by: Dr. David Alan Gilbert --- include/hw/i386/pc.h | 5 + target-i386/cpu.c| 3