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

Aqemu does change number of CPUs on the sly #86

Open Golddouble opened 3 years ago

Golddouble commented 3 years ago

Version 0.9.2

How to reproduce:

On my Linux host with i5 generation 4 with 4 CPU kernel; 8 GB RAM:

  1. Open Aqemu
  2. Create a windows 7 VM
  3. Typical->"Windows 7"->KVM->Win7->10 GB->No network->finish

Now my "windows 7" VM only uses 1 CPU. Why 1 and not 2?

Now I make this:

  1. Change CPUs from 1 to 2
  2. Apply
  3. Go to info Tab: It shows me number of CPU "2"
  4. close Aqemu
  5. open Aqemu
  6. Go to info Tab: It shows me number of CPU "2"
  7. Go to "VM" tab: field "CPUs": "1"

My expectation was, that it remains at "2", but its "1". So I now have two different statements: "1" and "2". Which is right?

Thank you.

xBZZZZ commented 2 years ago

https://github.com/tobimensch/aqemu/issues/30