From: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Blue Swirl <blauwirbel@gmail.com>,
QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL] qemu-sparc: CG3 framebuffer plus misc sun4m fixes
Date: Thu, 27 Feb 2014 13:46:52 +0000 [thread overview]
Message-ID: <530F41CC.7040008@ilande.co.uk> (raw)
In-Reply-To: <CAFEAcA_VySPJL9nMWKmP5qm0rVV2F+Fz0M1FnHoYy5QuObtCKg@mail.gmail.com>
On 26/02/14 18:45, Peter Maydell wrote:
> On 25 February 2014 11:50, Mark Cave-Ayland
> <mark.cave-ayland@ilande.co.uk> wrote:
>> Hi Peter,
>>
>> This branch contains updates for SPARC, particularly a new implementation of the CG3 framebuffer as
>> reviewed on list, plus timer/hostid fixes from Olivier. Please pull.
>
> Hi. This fails to build on 32 bit, I'm afraid:
>
> /root/qemu/hw/display/cg3.c: In function 'cg3_reg_write':
> /root/qemu/hw/display/cg3.c:202:5: error: format '%lx' expects
> argument of type 'long unsigned int', but argument 2 has type
> 'uint64_t' [-Werror=format]
Ah I see. Looks like I accidentally used a direct format identifier
rather than one of the standard format macros which is what caused the
breakage on a different architecture.
I've just updated my qemu-sparc branch with an updated version which
uses HWADDR_PRIx for displaying addresses and PRIx64 for displaying the
64-bit value field for those 2 lines in question which should resolve it.
>> http://github.com/mcayland/qemu.git qemu-sparc
>
> PS: if you could be consistent with the URL you use in pull
> requests that would be nice; I have you recorded as https://...
> (not a big deal, but it means my cut-n-paste "apply this"
> doesn't work and I have to tweak it by hand.)
Yes, my fault entirely. I sent pull request remotely in order to submit
it before freeze and obviously made a typo. I'll resubmit a PULLv2
shortly which will have the correct URL.
Many thanks,
Mark.
prev parent reply other threads:[~2014-02-27 13:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-25 11:50 [Qemu-devel] [PULL] qemu-sparc: CG3 framebuffer plus misc sun4m fixes Mark Cave-Ayland
2014-02-26 18:45 ` Peter Maydell
2014-02-27 13:46 ` Mark Cave-Ayland [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=530F41CC.7040008@ilande.co.uk \
--to=mark.cave-ayland@ilande.co.uk \
--cc=blauwirbel@gmail.com \
--cc=peter.maydell@linaro.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).