Searched hist:"46 b12f461ca063e2cecc53d5805232f05336f02d" (Results 1 – 4 of 4) sorted by relevance
/qemu/linux-user/ |
H A D | mmap.c | 46b12f461ca063e2cecc53d5805232f05336f02d Fri Feb 12 18:48:46 UTC 2021 Richard Henderson <richard.henderson@linaro.org> exec: Rename guest_{addr,range}_valid to *_untagged
The places that use these are better off using untagged addresses, so do not provide a tagged versions. Rename to make it clear about the address type.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210212184902.1251044-16-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
H A D | qemu.h | 46b12f461ca063e2cecc53d5805232f05336f02d Fri Feb 12 18:48:46 UTC 2021 Richard Henderson <richard.henderson@linaro.org> exec: Rename guest_{addr,range}_valid to *_untagged
The places that use these are better off using untagged addresses, so do not provide a tagged versions. Rename to make it clear about the address type.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210212184902.1251044-16-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
H A D | syscall.c | 46b12f461ca063e2cecc53d5805232f05336f02d Fri Feb 12 18:48:46 UTC 2021 Richard Henderson <richard.henderson@linaro.org> exec: Rename guest_{addr,range}_valid to *_untagged
The places that use these are better off using untagged addresses, so do not provide a tagged versions. Rename to make it clear about the address type.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210212184902.1251044-16-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
/qemu/accel/tcg/ |
H A D | user-exec.c | 46b12f461ca063e2cecc53d5805232f05336f02d Fri Feb 12 18:48:46 UTC 2021 Richard Henderson <richard.henderson@linaro.org> exec: Rename guest_{addr,range}_valid to *_untagged
The places that use these are better off using untagged addresses, so do not provide a tagged versions. Rename to make it clear about the address type.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210212184902.1251044-16-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|