Re: [Qemu-devel] [PATCH qemu] spapr: Fix fdt warnings

2019-01-21 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190116041916.130523-1-...@ozlabs.ru/ Hi, This series failed the docker-mingw@fedora 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 === #!/bi

Re: [Qemu-devel] [PATCH qemu] spapr: Fix fdt warnings

2019-01-15 Thread Richard Henderson
On 1/16/19 3:19 PM, Alexey Kardashevskiy wrote: > because TARGET_FMT_lx is defined as "%016"PRIx64. > > This uses simple "%lx" to suppress the warning. Since it is spapr which > is always 64bit, we assume here that hwaddr is always "long". This file is not solely for kvm, i.e. ppc64 hosts. Thus

[Qemu-devel] [PATCH qemu] spapr: Fix fdt warnings

2019-01-15 Thread Alexey Kardashevskiy
The FDT blob which the spapr machine renders at reset time produces warnings like this: my-181211-154309.dts: Warning (unit_address_format): Node /memory@8000 unit name should not have leading 0s my-181211-154309.dts: Warning (unit_address_format): Node /memory@4000 unit