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/4] QOM CPUState patch queue 2013-09-03
Date: Tue, 3 Sep 2013 18:06:23 +0200 [thread overview]
Message-ID: <1378224387-18760-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 545825d4cda03ea292b7788b3401b99860efe8bc:
Merge branch 'tcg-next' of git://github.com/rth7680/qemu (2013-09-03 01:35:43 +0200)
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 5e891bf8fd509c4d83cb95d352d88effb20720b1:
target-i386: Use #defines instead of magic numbers for CPUID cache info (2013-09-03 12:25:56 +0200)
----------------------------------------------------------------
QOM CPUState refactorings / X86CPU
* Conversion of global CPU list to QTAILQ - preparing for CPU hot-unplug
* Document X86CPU magic numbers for CPUID cache info
----------------------------------------------------------------
Andreas Färber (3):
a15mpcore: Use qemu_get_cpu() for generic timers
cpu: Use QTAILQ for CPU list
cpu: Replace qemu_for_each_cpu()
Eduardo Habkost (1):
target-i386: Use #defines instead of magic numbers for CPUID cache info
arch_init.c | 11 ++-
cpus.c | 60 ++++++---------
cputlb.c | 2 +-
dump.c | 10 +--
exec.c | 33 +++-----
gdbstub.c | 14 ++--
hw/acpi/piix4.c | 20 +++--
hw/arm/boot.c | 2 +-
hw/cpu/a15mpcore.c | 5 +-
hw/i386/kvm/clock.c | 2 +-
hw/i386/kvmvapic.c | 2 +-
hw/i386/pc.c | 3 +-
hw/ppc/e500.c | 2 +-
hw/ppc/ppc.c | 2 +-
hw/ppc/spapr.c | 4 +-
hw/ppc/spapr_hcall.c | 4 +-
include/qom/cpu.h | 20 +++--
kvm-all.c | 8 +-
linux-user/elfload.c | 2 +-
linux-user/main.c | 10 ++-
linux-user/syscall.c | 17 +----
memory_mapping.c | 5 +-
monitor.c | 2 +-
qom/cpu.c | 30 +++-----
target-i386/cpu.c | 184 +++++++++++++++++++++++++++++++++++++++------
target-i386/helper.c | 3 +-
target-i386/misc_helper.c | 2 +-
target-mips/op_helper.c | 10 +--
target-ppc/excp_helper.c | 2 +-
target-s390x/misc_helper.c | 8 +-
translate-all.c | 4 +-
31 files changed, 284 insertions(+), 199 deletions(-)
next reply other threads:[~2013-09-03 16:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-03 16:06 Andreas Färber [this message]
2013-09-03 16:06 ` [Qemu-devel] [PULL 1/4] a15mpcore: Use qemu_get_cpu() for generic timers Andreas Färber
2013-09-03 16:06 ` [Qemu-devel] [PULL 2/4] cpu: Use QTAILQ for CPU list Andreas Färber
2013-09-03 16:06 ` [Qemu-devel] [PULL 3/4] cpu: Replace qemu_for_each_cpu() Andreas Färber
2013-09-03 16:06 ` [Qemu-devel] [PULL 4/4] target-i386: Use #defines instead of magic numbers for CPUID cache info 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=1378224387-18760-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).