From: Alexander Graf <agraf@suse.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/2] Add Phenom CPU Descriptor
Date: Tue, 27 Jan 2009 13:35:24 +0100 [thread overview]
Message-ID: <1233059726-8566-1-git-send-email-agraf@suse.de> (raw)
Having multiple different CPUs can be very conventient when trying out
if some things don't work because they require special features.
Mac OS X only running on modern Intel CPUs is an example for this. Another
example is Hyper-V, which needs a current Barcelona/Phenom CPU to run
on when it's supposed to use SVM.
This patchset implements FFXSR which is required by Hyper-V and the
Phenom CPU description. It is not sufficient to make Hyper-V boot yet,
but at least brings us one step closer to it.
Alexander Graf (2):
Implement FFXSR
Add phenom CPU descriptor
target-i386/helper.c | 28 ++++++++++++++++++++++++++++
target-i386/op_helper.c | 28 ++++++++++++++++++++--------
2 files changed, 48 insertions(+), 8 deletions(-)
next reply other threads:[~2009-01-27 12:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-27 12:35 Alexander Graf [this message]
2009-01-27 12:35 ` [Qemu-devel] [PATCH 1/2] Implement FFXSR Alexander Graf
2009-01-27 12:35 ` [Qemu-devel] [PATCH 2/2] Add phenom CPU descriptor Alexander Graf
2009-01-27 14:37 ` Anthony Liguori
2009-01-27 15:16 ` Alexander Graf
2009-01-27 15:33 ` Laurent Vivier
2009-01-27 19:12 ` Anthony Liguori
2009-01-27 22:39 ` Paul Brook
2009-01-27 22:56 ` Paul Brook
2009-01-28 16:43 ` Jamie Lokier
2009-01-30 9:06 ` Amit Shah
2009-01-28 8:17 ` Alexander Graf
2009-02-02 17:11 ` [Qemu-devel] [PATCH 0/2] Add Phenom CPU Descriptor 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=1233059726-8566-1-git-send-email-agraf@suse.de \
--to=agraf@suse.de \
--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).