qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 00/31] Misc patches for 2020-06-24


From: Eric Blake
Subject: Re: [PULL 00/31] Misc patches for 2020-06-24
Date: Thu, 25 Jun 2020 11:33:14 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

On 6/25/20 10:50 AM, Peter Maydell wrote:
On Wed, 24 Jun 2020 at 11:51, Paolo Bonzini <pbonzini@redhat.com> wrote:

The following changes since commit 171199f56f5f9bdf1e5d670d09ef1351d8f01bae:

   Merge remote-tracking branch 
'remotes/alistair/tags/pull-riscv-to-apply-20200619-3' into staging (2020-06-22 
14:45:25 +0100)

are available in the Git repository at:

   git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 7fc58934d34e939489e20af4c97aeb095c1f2b20:

   i386: Mask SVM features if nested SVM is disabled (2020-06-24 04:37:59 -0400)


Hi; this has a 32-bit/64-bit format string issue, I'm afraid:

/Users/pm215/src/qemu-for-merges/exec.c:2383:32: error: format
specifies type 'unsigned long' but the argument has type 'uint64_t'
(aka 'unsigned long long') [-Werror,-Wformat]
                    file_align, mr->align);
                    ~~~~~~~~~~~~^~~~~~~~~~
/Users/pm215/src/qemu-for-merges/include/qapi/error.h:166:35: note:
expanded from macro 'error_setg'
                         (fmt), ## __VA_ARGS__)
                          ~~~      ^~~~~~~~~~~

(It also had a trivial rebase conflict with master in hw/arm/virt.c.)

And since the pull request needs a respin, I'm hoping Paolo includes v5 of my MIN/MAX patch (replacing the mojibake and other issues with v4 used in this attempt):

https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg08384.html


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]