qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Andreas Färber" <afaerber@suse.de>,
	"Anthony Liguori" <anthony@codemonkey.ws>
Subject: [Qemu-devel] [PULL 0/6] QOM CPUState patch queue 2013-08-16
Date: Fri, 16 Aug 2013 18:56:37 +0200	[thread overview]
Message-ID: <1376672203-31191-1-git-send-email-afaerber@suse.de> (raw)

Hello Anthony,

This is my current QOM CPU patch queue. Please pull.

Thanks,
Andreas

Cc: Anthony Liguori <anthony@codemonkey.ws>

The following changes since commit f202039811d8746b0586d2fd5f61de6c8cf68056:

  Open up 1.7 development branch (2013-08-15 15:41:13 -0500)

are available in the git repository at:

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

for you to fetch changes up to 321bc0b2b27aa2dd64bf12e0e2a0f323a4903ecf:

  cpus: Use cpu_is_stopped() efficiently (2013-08-16 18:44:33 +0200)

----------------------------------------------------------------
QOM CPUState refactorings / X86CPU

* gdbstub coprocessor register count bugfix
* QOM instance_post_init infrastructure to override dynamic properties
* X86CPU HyperV preparations for CPU subclasses

----------------------------------------------------------------
Andreas Färber (1):
      gdbstub: Fix gdb_register_coprocessor() register counting

Eduardo Habkost (3):
      tests: Unit tests for qdev global properties handling
      qom: Introduce instance_post_init hook
      qdev: Set globals in instance_post_init function

Igor Mammedov (1):
      target-i386: Move hyperv_* static globals to X86CPU

Tiejun Chen (1):
      cpus: Use cpu_is_stopped() efficiently

 cpus.c                         |  14 ++--
 gdbstub.c                      |   6 +-
 hw/core/qdev.c                 |  11 ++-
 include/qom/cpu.h              |   2 +
 include/qom/object.h           |   3 +
 qom/cpu.c                      |   2 +-
 qom/object.c                   |  14 ++++
 target-i386/Makefile.objs      |   2 +-
 target-i386/cpu-qom.h          |   4 +
 target-i386/cpu.c              |  16 ++--
 target-i386/cpu.h              |   4 +
 target-i386/hyperv.c           |  64 ---------------
 target-i386/hyperv.h           |  45 -----------
 target-i386/kvm.c              |  36 ++++++---
 tests/.gitignore               |   1 +
 tests/Makefile                 |   7 ++
 tests/test-qdev-global-props.c | 180 +++++++++++++++++++++++++++++++++++++++++
 17 files changed, 275 insertions(+), 136 deletions(-)
 delete mode 100644 target-i386/hyperv.c
 delete mode 100644 target-i386/hyperv.h
 create mode 100644 tests/test-qdev-global-props.c

             reply	other threads:[~2013-08-16 16:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-16 16:56 Andreas Färber [this message]
2013-08-16 16:56 ` [Qemu-devel] [PULL 1/6] gdbstub: Fix gdb_register_coprocessor() register counting Andreas Färber
2013-08-16 16:56 ` [Qemu-devel] [PULL 2/6] tests: Unit tests for qdev global properties handling Andreas Färber
2013-08-16 16:56 ` [Qemu-devel] [PULL 3/6] qom: Introduce instance_post_init hook Andreas Färber
2013-08-16 16:56 ` [Qemu-devel] [PULL 4/6] qdev: Set globals in instance_post_init function Andreas Färber
2013-08-16 16:56 ` [Qemu-devel] [PULL 5/6] target-i386: Move hyperv_* static globals to X86CPU Andreas Färber
2013-08-16 16:56 ` [Qemu-devel] [PULL 6/6] cpus: Use cpu_is_stopped() efficiently Andreas Färber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1376672203-31191-1-git-send-email-afaerber@suse.de \
    --to=afaerber@suse.de \
    --cc=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).