qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Igor Mammedov" <imammedo@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>,
	anthony@codemonkey.ws
Subject: [Qemu-devel] [PULL for-1.2] QOM CPUState, part 4: initial field movements
Date: Thu,  2 Aug 2012 02:48:33 +0200	[thread overview]
Message-ID: <1343868517-11852-1-git-send-email-afaerber@suse.de> (raw)

Hello Anthony,

Please pull a next batch of QOM CPUState refactorings, cherry-picked
from my long-standing QOM CPUState part 4 series.

Some parts of that series (s390 and xen) had already been merged.
This batch now includes actual field movements common to softmmu and *-user.
Patches depending on changes to APIC modelling are postponed pending v2.

Tested on Linux/x86_64 and compile-tested for mingw32/64.

Regards,
Andreas

Cc: Anthony Liguori <anthony@codemonkey.ws>

Cc: Igor Mammedov <imammedo@redhat.com>

The following changes since commit 02d2bd5d57812154cfb978bc2098cf49d551583d:

  Replace 'struct siginfo' with 'siginfo_t'. (2012-08-01 08:54:07 -0500)

are available in the git repository at:
  git://repo.or.cz/qemu/afaerber.git qom-cpu-4

Andreas Färber (4):
      qemu-thread: Let qemu_thread_is_self() return bool
      cpu: Move CPU_COMMON_THREAD into CPUState
      cpu: Move thread field into CPUState
      cpu: Move thread_kicked to CPUState

 cpu-defs.h          |   11 ----------
 cpus.c              |   56 +++++++++++++++++++++++++++++++-------------------
 include/qemu/cpu.h  |    7 ++++++
 qemu-thread-posix.c |    2 +-
 qemu-thread-win32.c |    2 +-
 qemu-thread.h       |    3 +-
 6 files changed, 46 insertions(+), 35 deletions(-)

             reply	other threads:[~2012-08-02  0:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-02  0:48 Andreas Färber [this message]
2012-08-02  0:48 ` [Qemu-devel] [PATCH for-1.2 1/4] qemu-thread: Let qemu_thread_is_self() return bool Andreas Färber
2012-08-02  6:27   ` Stefan Weil
2012-08-02 16:14     ` Andreas Färber
2012-08-02  0:48 ` [Qemu-devel] [PATCH for-1.2 2/4] cpu: Move CPU_COMMON_THREAD into CPUState Andreas Färber
2012-08-02  0:48 ` [Qemu-devel] [PATCH for-1.2 3/4] cpu: Move thread field " Andreas Färber
2012-08-02  0:48 ` [Qemu-devel] [PATCH for-1.2 4/4] cpu: Move thread_kicked to CPUState Andreas Färber
2012-08-03 20:44 ` [Qemu-devel] [PULL for-1.2] QOM CPUState, part 4: initial field movements Anthony Liguori

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=1343868517-11852-1-git-send-email-afaerber@suse.de \
    --to=afaerber@suse.de \
    --cc=anthony@codemonkey.ws \
    --cc=imammedo@redhat.com \
    --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).