Hello Peter,

This is my QOM CPU patch queue. Please pull.

I'm taking the liberty to also include a trivial x86 patch by Eduardo.

Regards,
Andreas

Cc: Peter Maydell <peter.mayd...@linaro.org>

Cc: Eduardo Habkost <ehabk...@redhat.com>

The following changes since commit 5a4992834daec85c3913654903fb9f4f954e585a:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' 
into staging (2015-03-17 11:43:00 +0000)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter

for you to fetch changes up to e1570d0005f29f97d4b1d603b4548591340c57e1:

  target-i386: Remove icc_bridge parameter from cpu_x86_create() (2015-03-17 
14:51:49 +0100)

----------------------------------------------------------------
QOM CPUState and X86CPU

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

----------------------------------------------------------------
Andreas Färber (2):
      pc: Suppress APIC ID compatibility warning for QTest
      tests: Add PC CPU test

Eduardo Habkost (1):
      target-i386: Remove icc_bridge parameter from cpu_x86_create()

 hw/i386/pc.c        |  19 +++++--
 target-i386/cpu.c   |  14 +----
 target-i386/cpu.h   |   3 +-
 tests/Makefile      |   2 +
 tests/pc-cpu-test.c | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 166 insertions(+), 19 deletions(-)
 create mode 100644 tests/pc-cpu-test.c

Reply via email to