qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] b1c120: pc: Suppress APIC ID compatibility wa


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b1c120: pc: Suppress APIC ID compatibility warning for QTe...
Date: Tue, 17 Mar 2015 10:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b1c12027f834d50c0cf22fe8745b5d85bb87ddd0
      
https://github.com/qemu/qemu/commit/b1c12027f834d50c0cf22fe8745b5d85bb87ddd0
  Author: Andreas Färber <address@hidden>
  Date:   2015-03-17 (Tue, 17 Mar 2015)

  Changed paths:
    M hw/i386/pc.c

  Log Message:
  -----------
  pc: Suppress APIC ID compatibility warning for QTest

This avoids cluttering GTester output with irrelevant warnings.

Cc: Eduardo Habkost <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>


  Commit: 7fe55c3cbac3ffcb1f772dfa8246405bd2328810
      
https://github.com/qemu/qemu/commit/7fe55c3cbac3ffcb1f772dfa8246405bd2328810
  Author: Andreas Färber <address@hidden>
  Date:   2015-03-17 (Tue, 17 Mar 2015)

  Changed paths:
    M tests/Makefile
    A tests/pc-cpu-test.c

  Log Message:
  -----------
  tests: Add PC CPU test

Test non-default -smp core and thread counts and a non-default CPU model
on all PC machines except for isapc. Note that not all historic versions
actually supported this particular configuration, ignored for simplicity.

For machines pc-*-1.5+ test QMP cpu-add with monotonically increasing ID,
and test for graceful failure otherwise.

Cc: Eduardo Habkost <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>


  Commit: e1570d0005f29f97d4b1d603b4548591340c57e1
      
https://github.com/qemu/qemu/commit/e1570d0005f29f97d4b1d603b4548591340c57e1
  Author: Eduardo Habkost <address@hidden>
  Date:   2015-03-17 (Tue, 17 Mar 2015)

  Changed paths:
    M hw/i386/pc.c
    M target-i386/cpu.c
    M target-i386/cpu.h

  Log Message:
  -----------
  target-i386: Remove icc_bridge parameter from cpu_x86_create()

Instead of passing icc_bridge from the PC initialization code to
cpu_x86_create(), make the PC initialization code attach the CPU to
icc_bridge.

The only difference here is that icc_bridge attachment will now be done
after x86_cpu_parse_featurestr() is called. But this shouldn't make any
difference, as property setters shouldn't depend on icc_bridge.

Signed-off-by: Eduardo Habkost <address@hidden>
Reviewed-by: Igor Mammedov <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>


  Commit: ac738eadc409813c5fbb37dae8d254cb5664733a
      
https://github.com/qemu/qemu/commit/ac738eadc409813c5fbb37dae8d254cb5664733a
  Author: Peter Maydell <address@hidden>
  Date:   2015-03-17 (Tue, 17 Mar 2015)

  Changed paths:
    M hw/i386/pc.c
    M target-i386/cpu.c
    M target-i386/cpu.h
    M tests/Makefile
    A tests/pc-cpu-test.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into 
staging

QOM CPUState and X86CPU

* QTest for PC X86CPU
* Confinement of ICC bridge X86CPU parenting to PC code

# gpg: Signature made Tue Mar 17 15:23:31 2015 GMT using RSA key ID 3E7E013F
# gpg: Good signature from "Andreas Färber <address@hidden>"
# gpg:                 aka "Andreas Färber <address@hidden>"

* remotes/afaerber/tags/qom-cpu-for-peter:
  target-i386: Remove icc_bridge parameter from cpu_x86_create()
  tests: Add PC CPU test
  pc: Suppress APIC ID compatibility warning for QTest

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/1a87e52770ca...ac738eadc409

reply via email to

[Prev in Thread] Current Thread [Next in Thread]