Re: [Qemu-devel] [PATCH] i386: hvf: Remove hvf_disabled

2018-10-18 Thread Peter Maydell
On 18 October 2018 at 15:30, Roman Bolshakov wrote: > accel_init_machine sets *(acc->allowed) to true if acc->init_machine(ms) > succeeds. There's no need to have both hvf_allowed and hvf_disabled. > > Signed-off-by: Roman Bolshakov > --- > include/sysemu/hvf.h | 4 ++-- > target/i386/hvf/hvf.c

Re: [Qemu-devel] [PATCH] i386: hvf: Remove hvf_disabled

2018-10-18 Thread Paolo Bonzini
On 18/10/2018 16:30, Roman Bolshakov wrote: > accel_init_machine sets *(acc->allowed) to true if acc->init_machine(ms) > succeeds. There's no need to have both hvf_allowed and hvf_disabled. > > Signed-off-by: Roman Bolshakov > --- > include/sysemu/hvf.h | 4 ++-- > target/i386/hvf/hvf.c | 9 +--

[Qemu-devel] [PATCH] i386: hvf: Remove hvf_disabled

2018-10-18 Thread Roman Bolshakov
accel_init_machine sets *(acc->allowed) to true if acc->init_machine(ms) succeeds. There's no need to have both hvf_allowed and hvf_disabled. Signed-off-by: Roman Bolshakov --- include/sysemu/hvf.h | 4 ++-- target/i386/hvf/hvf.c | 9 + 2 files changed, 3 insertions(+), 10 deletions(-)