I have not yet given up on the CPU probing. Since the orginal patch
was not well received w.r.t error checking I have effectively undone
the cpu model checking part.
Next, I have enabled the QMP query-cpu-definitions command in
a minimalistic fashion, return host as the only supported CPU model.
The patch works in so far that I can see the result flowing back to
libvirt. Unfortunately libvirt seems to choke on what it gets,
but I will follow up on this seperately, probably just another
libvirt QMP hickup...
Viktor Mihajlovski (2):
S390: Undo the cpu model checking.
S390: Enable the QMP query-cpu-definitions command
hw/s390-virtio.c | 5 -----
target-s390x/cpu.c | 15 +++++++++++++++
2 files changed, 15 insertions(+), 5 deletions(-)