Re: [Qemu-devel] [PATCH 0/2] linux-user: remove guest-base configure parameter

2015-08-24 Thread Richard Henderson
On 08/23/2015 04:42 PM, Laurent Vivier wrote: These two patches remove the parameters --enable-guest-base/--disable-guest-base from the configure options. So, in linux-user mode, guest base is always enabled, and can be disabled by setting the guest base to 0. I've checked some softmmu targets

[Qemu-devel] [PATCH 0/2] linux-user: remove guest-base configure parameter

2015-08-23 Thread Laurent Vivier
These two patches remove the parameters --enable-guest-base/--disable-guest-base from the configure options. So, in linux-user mode, guest base is always enabled, and can be disabled by setting the guest base to 0. I've checked some softmmu targets with BIOS/firmware, and booted a raspbian distro