On 23.08.15 16:42, Laurent Vivier wrote: > All tcg host architectures now support the guest base and as > there is no real performance lost, it can be always enabled. > > Anyway, guest base use can be disabled lively by setting guest > base to 0. > > CONFIG_USE_GUEST_BASE is defined as (USE_GUEST_BASE && USER_ONLY), > it should have to be replaced by CONFIG_USER_ONLY in non CONFIG_USER_ONLY > parts, but as some other parts are using !CONFIG_SOFTMMU I have chosen to > use !CONFIG_SOFTMMU instead. > > Signed-off-by: Laurent Vivier <[email protected]>
Reviewed-by: Alexander Graf <[email protected]> Alex
