qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC v6 10/11] accel: introduce AccelCPUClass extending CPUClass


From: Paolo Bonzini
Subject: Re: [RFC v6 10/11] accel: introduce AccelCPUClass extending CPUClass
Date: Fri, 27 Nov 2020 14:31:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

On 27/11/20 12:41, Claudio Fontana wrote:
This seems to be due to "-machine none", is machine none supposed to
have no default cpu_type? Is it expected that for machine none
current_machine->cpu_type is NULL, or is it a bug?

"-machine none" has no CPU at all, so I think anything is acceptable. There's also the possibility of emulating big.LITTLE machines in the future with >1 cpu_type, so the cop out of doing it on the whole hierarchy is easiest.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]