Re: [Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent kernel

2019-02-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1547729344-3895-1-git-send-email-lizhij...@cn.fujitsu.com/ 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 S

Re: [Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent kernel

2019-01-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1547729344-3895-1-git-send-email-lizhij...@cn.fujitsu.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent kernel Type: series

Re: [Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent kernel

2019-01-21 Thread Paolo Bonzini
On 17/01/19 13:49, Li Zhijian wrote: > Long long ago, linux kernel has supported up to 4G initrd, but it's header > still hard code to allow loading initrd below 2G only. > cutting from arch/boot/x86/header.S: > # (Header version 0x0203 or later) the highest safe address for the contents > # of

[Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent kernel

2019-01-17 Thread Li Zhijian
Long long ago, linux kernel has supported up to 4G initrd, but it's header still hard code to allow loading initrd below 2G only. cutting from arch/boot/x86/header.S: # (Header version 0x0203 or later) the highest safe address for the contents # of an initrd. The current kernel allows up to 4 GB