Re: [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass

2021-02-19 Thread Leif Lindholm
On Fri, Feb 19, 2021 at 12:08:05 +, Peter Maydell wrote: > On Fri, 19 Feb 2021 at 11:58, Daniel P. Berrangé wrote: > > Is the behaviour reported really related to KVM specifically, as opposed > > to all hardware based virt backends ? > > > > eg is it actually a case of some machine types being

Re: [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass

2021-02-19 Thread Daniel P . Berrangé
On Fri, Feb 19, 2021 at 12:08:05PM +, Peter Maydell wrote: > On Fri, 19 Feb 2021 at 11:58, Daniel P. Berrangé wrote: > > Is the behaviour reported really related to KVM specifically, as opposed > > to all hardware based virt backends ? > > > > eg is it actually a case of some machine types bei

Re: [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass

2021-02-19 Thread Peter Maydell
On Fri, 19 Feb 2021 at 11:58, Daniel P. Berrangé wrote: > Is the behaviour reported really related to KVM specifically, as opposed > to all hardware based virt backends ? > > eg is it actually a case of some machine types being "tcg_only" ? Interesting question. At least for Arm the major items

Re: [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass

2021-02-19 Thread Daniel P . Berrangé
On Fri, Feb 19, 2021 at 12:44:23PM +0100, Philippe Mathieu-Daudé wrote: > Introduce the 'kvm_supported' field to express whether > a machine supports KVM acceleration or not. > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/boards.h | 3 +++ > 1 file changed, 3 insertions(+) > > dif

[PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass

2021-02-19 Thread Philippe Mathieu-Daudé
Introduce the 'kvm_supported' field to express whether a machine supports KVM acceleration or not. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/boards.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/hw/boards.h b/include/hw/boards.h index 68d3d10f6b0..0959aa743ee 100644