[RFC 1/1] add support of `--initrd` for ELF-ARM kernels

2023-04-14 Thread Stefan Lankes
thin the device tree. Signed-off-by: Stefan Lankes --- hw/arm/boot.c | 106 +- 1 file changed, 62 insertions(+), 44 deletions(-) diff --git a/hw/arm/boot.c b/hw/arm/boot.c index 54f6a3e0b3..f767a4809e 100644 --- a/hw/arm/boot.c +++ b/hw/arm/boot.c @@ -6

[RFC 0/1] add support of `--initrd` for ELF-ARM kernels

2023-04-14 Thread Stefan Lankes
ch enables the flags for ELF kernels and creates a device tree entry, which helps the kernel to find the address of the initial ramdisk. Stefan Lankes (1): add support of `--initrd` for ELF-ARM kernels hw/arm/boot.c | 106 +- 1 file changed, 62

[Qemu-devel] [Bug 740014] Re: The Multiboot information data structure contains the wrong address to the module structure

2012-02-02 Thread Stefan Lankes
Bug already fixed... ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/740014 Title: The Multiboot information data structure contains the wrong

[Qemu-devel] [Bug 740014] [NEW] The Multiboot information data structure contains the wrong address to the module structure

2011-03-22 Thread Stefan Lankes
Public bug reported: I think that I have found a bug in qemu 0.13.0 and 0.14.0. I am developing an own microkernel and use the Multiboot specification. I load the kernel and its initrd directly with the flags "-kernel" and "-initrd". With qemu 0.12.5, my code works correctly and I have access to m