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
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
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
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