On 19.11.2013 14:21, Paolo Bonzini wrote:
Il 19/11/2013 13:32, Peter Lieven ha scritto:
+
+        /* We give out APIC IDs ourselves, so force bits 31..26 even
for "-cpu host".  */
+        if (cs->nr_cores > 1) {
+            *eax |= (cs->nr_cores - 1) << 26;
           }
           break;
       case 5:
I already tried exactly this fix. Its reading index 0x0000004 for
increasing indexes until qemu aborts:
Oops, it should be I guess "if ((*eax & 31) && cs->nr_cores > 1)".
Maybe, how should we continue. This should be fixed before 1.7 comes out.

Peter

Reply via email to