tobimensch / aqemu

Official AQEMU repository - a GUI for virtual machines using QEMU as the backend
https://sourceforge.net/projects/aqemu/
GNU General Public License v2.0
502 stars 88 forks source link

CPU Type list error #130

Open logout128 opened 7 months ago

logout128 commented 7 months ago

Hello, I tried browsing both opened and closed issues and didn't find this one. It seems that there is some error in parsing the output of -cpu ? when feeding it into CPU Type list - in 32bit PowerPC architecture allmost all CPU types have two words "PowerPC" + "something". But in the list they are splitted into two items - first is the "something" and second is PowerPC.

So the only usable item is "Default" which is single-word one, all others are broken - the are either missing the "PowerPC" word or the "something" which is usually the type or subtype itself.

The error is i.e. qemu-system-ppc: unable to find CPU model '603e7v2 '

And the list looks like this:

cpu_type

My version is 0.9.2 (2016.05.31) from package in current version of Devuan GNU/Linux.

Thanks.