Re: [PATCH v6 3/7] Remove prefixes from path configuration macros

2022-06-15 Thread Paolo Bonzini
On 6/15/22 17:56, Akihiko Odaki wrote: The path configuration macros are often supplied to get_relocated_path(), and the function had some logics to remove the prefixes. With this change, the prefixes are removed from those macros and get_relocated_path() is also simplified. Signed-off-by: Akih

[PATCH v6 3/7] Remove prefixes from path configuration macros

2022-06-15 Thread Akihiko Odaki
The path configuration macros are often supplied to get_relocated_path(), and the function had some logics to remove the prefixes. With this change, the prefixes are removed from those macros and get_relocated_path() is also simplified. Signed-off-by: Akihiko Odaki --- include/qemu/cutils.h |