From: ehrhardt@linux.vnet.ibm.com
To: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, avi@qumranet.com,
qemu-devel@nongnu.org
Cc: ehrhardt@linux.vnet.ibm.com, hollisb@us.ibm.com
Subject: [Qemu-devel] [PATCH 0/3] kvm-userspace: ppc: userspace fixes for powerpc
Date: Tue, 28 Oct 2008 10:08:19 +0100 [thread overview]
Message-ID: <1225184899-25694-1-git-send-email-ehrhardt@linux.vnet.ibm.com> (raw)
From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
This is a set of various functional fixes in kvm-userspace for powerpc.
Patch 1 fullfils the requirement to provide a max smp cpu in the machine
struct, without that value qemu denies to run the guest (cpu 1 > maxcpu 0)
Patch 2 is a intermediate fix to allow ppc (and hopefully all others to
build) until we changed the unifdef to sed'ing files as avi suggested.
Until then it would be nice if that patch could fix the build issues for
all of us in the unifdef style.
Patch3 is a rework of the powerpc 440 guest memory initialization. I looked
at it because the -m option did not work sometimes but it came up that the
memory setup is broken and only running due to a workaround.
qemu-devel is on cc for patch 1/3
[patches in series]
[PATCH 1/3] qemu: ppc: define maximum SMP limit as 1 for Bamboo
[PATCH 2/3] kvm: external module: Treat NONARCH_CONFIG as a list
[PATCH 3/3] kvm-userspace: ppc: fix initial ppc memory setup
---
[diffstat]
b/kernel/Makefile | 3 ++-
b/qemu/hw/ppc440.c | 12 +++++-------
b/qemu/hw/ppc440.h | 8 ++++++--
b/qemu/hw/ppc440_bamboo.c | 7 ++++---
qemu/hw/ppc440_bamboo.c | 30 ++++++++++++++++++++----------
5 files changed, 37 insertions(+), 23 deletions(-)
reply other threads:[~2008-10-28 9:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1225184899-25694-1-git-send-email-ehrhardt@linux.vnet.ibm.com \
--to=ehrhardt@linux.vnet.ibm.com \
--cc=avi@qumranet.com \
--cc=hollisb@us.ibm.com \
--cc=kvm-ppc@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--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).