On 7/16/19 12:03 PM, Peter Maydell wrote: > The intention of the assertion really is to catch QEMU bugs > where we got the ID register values wrong in our emulated > CPUs. Perhaps we should relax all these assertions to only > testing if we're using TCG, not KVM ?
Perhaps. In some instances if ID register values are wrong we would then not migrate properly, but none of the checks we're currently doing of this sort would catch those particular cases. r~