[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 16/16] linux-user: elfload: Specify -R is an option for qemu-user
From: |
Michael Tokarev |
Subject: |
[PULL 16/16] linux-user: elfload: Specify -R is an option for qemu-user binaries |
Date: |
Sat, 10 Jun 2023 09:57:54 +0300 |
From: Andrew Jeffery <andrew@aj.id.au>
Given several different concepts are suggested for investigation, let's
not confuse e.g. ulimit's -R with what was actually intended.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
linux-user/elfload.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/linux-user/elfload.c b/linux-user/elfload.c
index 76874833e3..9a2ec568b0 100644
--- a/linux-user/elfload.c
+++ b/linux-user/elfload.c
@@ -2799,7 +2799,8 @@ static void pgb_reserved_va(const char *image_name,
abi_ulong guest_loaddr,
error_report("Unable to reserve 0x%lx bytes of virtual address "
"space at %p (%s) for use as guest address space (check
your "
"virtual memory ulimit setting, mmap_min_addr or reserve
less "
- "using -R option)", reserved_va + 1, test,
strerror(errno));
+ "using qemu-user's -R option)",
+ reserved_va + 1, test, strerror(errno));
exit(EXIT_FAILURE);
}
--
2.39.2
- [PULL 06/16] meson: install keyboard maps only if necessary, (continued)
- [PULL 06/16] meson: install keyboard maps only if necessary, Michael Tokarev, 2023/06/10
- [PULL 07/16] target/m68k/fpu_helper: Use FloatRelation enum to hold comparison result, Michael Tokarev, 2023/06/10
- [PULL 09/16] hw/i386/microvm: Simplify using object_dynamic_cast(), Michael Tokarev, 2023/06/10
- [PULL 08/16] hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macro, Michael Tokarev, 2023/06/10
- [PULL 11/16] hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macro, Michael Tokarev, 2023/06/10
- [PULL 12/16] linux-user: add comments for TARGET_NR_[gs]etgroups{, 32}, Michael Tokarev, 2023/06/10
- [PULL 10/16] hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macro, Michael Tokarev, 2023/06/10
- [PULL 13/16] linux-user: Return EINVAL for getgroups() with negative gidsetsize, Michael Tokarev, 2023/06/10
- [PULL 15/16] linux-user: elfload: s/min_mmap_addr/mmap_min_addr/, Michael Tokarev, 2023/06/10
- [PULL 14/16] vnc: move assert in vnc_worker_thread_loop, Michael Tokarev, 2023/06/10
- [PULL 16/16] linux-user: elfload: Specify -R is an option for qemu-user binaries,
Michael Tokarev <=
- Re: [PULL 00/16] trivial patches 2023-06-10, Richard Henderson, 2023/06/10