[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: linux-user cannot allocate stack memory on riscv64 host due to non-z
From: |
Andreas Schwab |
Subject: |
Re: linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base |
Date: |
Wed, 26 Jun 2024 10:23:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Jun 25 2024, Richard Henderson wrote:
> can always force the use of a non-zero base with -B or -R.
$ qemu-riscv64 -d page -B 0x3ee000 hello.riscv64
host mmap_min_addr=0x1000 (fallback)
qemu-riscv64: /daten/src/test/hello.riscv64: requires virtual address space
that is in use (omit the -B option or choose a different value)
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
- linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base, Andreas Schwab, 2024/06/25
- Re: linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base, Richard Henderson, 2024/06/25
- Re: linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base,
Andreas Schwab <=
- Re: linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base, Richard Henderson, 2024/06/26
- Re: linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base, Warner Losh, 2024/06/26
- Re: linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base, Andreas Schwab, 2024/06/27
- Re: linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base, Warner Losh, 2024/06/27
- Re: linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base, Andreas Schwab, 2024/06/27
- Re: linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base, Peter Maydell, 2024/06/27