From: Aurelien Jarno <aurelien@aurel32.net>
To: "René Rebe" <rene@exactcode.de>
Cc: qemu-devel <qemu-devel@nongnu.org>, Alexander Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [PATCH] fix applesmc REV key
Date: Tue, 22 Mar 2011 07:42:38 +0100 [thread overview]
Message-ID: <20110322064238.GD19515@ohm.aurel32.net> (raw)
In-Reply-To: <64695A7D-BF52-4B87-AD93-FFCF649275EF@exactcode.de>
On Mon, Mar 21, 2011 at 11:33:21AM +0100, René Rebe wrote:
> Fix applesmc REV key string literal hex encoding.
>
> Signed-off-by: René Rebe <rene@exactcode.de>
>
> --- qemu-kvm-0.14.0/hw/applesmc.c.vanilla 2011-02-22 18:55:03.732000025 +0000
> +++ qemu-kvm-0.14.0/hw/applesmc.c 2011-02-22 18:56:08.892000025 +0000
> @@ -188,7 +188,7 @@
> QLIST_REMOVE(d, node);
> }
>
> - applesmc_add_key(s, "REV ", 6, "\0x01\0x13\0x0f\0x00\0x00\0x03");
> + applesmc_add_key(s, "REV ", 6, "\x01\x13\x0f\x00\x00\x03");
> applesmc_add_key(s, "OSK0", 32, s->osk);
> applesmc_add_key(s, "OSK1", 32, s->osk + 32);
> applesmc_add_key(s, "NATJ", 1, "\0");
>
Thanks, applied.
--
Aurelien Jarno GPG: 1024D/F1BCDB73
aurelien@aurel32.net http://www.aurel32.net
prev parent reply other threads:[~2011-03-22 7:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-21 10:33 [Qemu-devel] [PATCH] fix applesmc REV key René Rebe
2011-03-21 10:45 ` [Qemu-devel] " Alexander Graf
2011-03-22 6:42 ` Aurelien Jarno [this message]
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=20110322064238.GD19515@ohm.aurel32.net \
--to=aurelien@aurel32.net \
--cc=agraf@suse.de \
--cc=qemu-devel@nongnu.org \
--cc=rene@exactcode.de \
/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).