From: Jan Kiszka <[email protected]> The device tree remark was copy&pasted, we use mem= for QEMU.
Signed-off-by: Jan Kiszka <[email protected]> --- configs/arm64/qemu-arm64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/arm64/qemu-arm64.c b/configs/arm64/qemu-arm64.c index 14d54d3f..b2c2278c 100644 --- a/configs/arm64/qemu-arm64.c +++ b/configs/arm64/qemu-arm64.c @@ -1,7 +1,7 @@ /* * Jailhouse, a Linux-based partitioning hypervisor * - * Configuration for QEMU arm64 virtual target + * Configuration for QEMU arm64 virtual target, 1G RAM, 16 cores * * Copyright (c) Siemens AG, 2017 * @@ -11,7 +11,7 @@ * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. * - * Reservation via device tree: 0x800000000..0x83fffffff + * NOTE: Add "mem=768M" to the kernel command line. */ #include <jailhouse/types.h> -- 2.16.4 -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/bdf12e37-38e7-51ff-c767-0d79d6e86da7%40siemens.com.
