qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/3] hw: edu: some fixes


From: no-reply
Subject: Re: [Qemu-devel] [PATCH 0/3] hw: edu: some fixes
Date: Sat, 20 Apr 2019 08:04:10 -0700 (PDT)

Patchew URL: https://patchew.org/QEMU/address@hidden/



Hi,

This series failed the address@hidden build test. Please find the testing 
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make address@hidden SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===

  SIGN    optionrom/multiboot.bin
  LINK    qemu-edid.exe
/tmp/qemu-test/src/hw/misc/edu.c: In function 'edu_check_range':
/tmp/qemu-test/src/hw/misc/edu.c:117:36: error: format '%lx' expects argument 
of type 'long unsigned int', but argument 2 has type 'uint64_t' {aka 'long long 
unsigned int'} [-Werror=format=]
     hw_error("EDU: DMA range 0x%.8lx-0x%.8lx out of bounds (0x%.8lx-0x%.8lx)!",
                                ~~~~^
                                %.8llx
             addr, end1 - 1, start, end2 - 1);
             ~~~~                    
/tmp/qemu-test/src/hw/misc/edu.c:117:44: error: format '%lx' expects argument 
of type 'long unsigned int', but argument 3 has type 'uint64_t' {aka 'long long 
unsigned int'} [-Werror=format=]
     hw_error("EDU: DMA range 0x%.8lx-0x%.8lx out of bounds (0x%.8lx-0x%.8lx)!",
                                        ~~~~^
                                        %.8llx
             addr, end1 - 1, start, end2 - 1);
                   ~~~~~~~~                  
/tmp/qemu-test/src/hw/misc/edu.c:117:67: error: format '%lx' expects argument 
of type 'long unsigned int', but argument 4 has type 'uint64_t' {aka 'long long 
unsigned int'} [-Werror=format=]
     hw_error("EDU: DMA range 0x%.8lx-0x%.8lx out of bounds (0x%.8lx-0x%.8lx)!",
                                                               ~~~~^
                                                               %.8llx
             addr, end1 - 1, start, end2 - 1);
                             ~~~~~                                  
/tmp/qemu-test/src/hw/misc/edu.c:117:75: error: format '%lx' expects argument 
of type 'long unsigned int', but argument 5 has type 'uint64_t' {aka 'long long 
unsigned int'} [-Werror=format=]
     hw_error("EDU: DMA range 0x%.8lx-0x%.8lx out of bounds (0x%.8lx-0x%.8lx)!",
                                                                       ~~~~^
                                                                       %.8llx


The full log is available at
http://patchew.org/logs/address@hidden/address@hidden/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden

reply via email to

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