Re: [PATCH 01/13] fuzz: use qemu_get_exec_dir

2020-09-01 Thread Alexander Bulekov
On 200901 0220, Paolo Bonzini wrote: > Make things consistent with how softmmu/vl.c uses os_find_datadir. > Initializing the path to the executables will also be needed for > get_relocatable_path to work. > > Signed-off-by: Paolo Bonzini > --- > tests/qtest/fuzz/fuzz.c | 3 ++- > 1 file changed,

Re: [PATCH 01/13] fuzz: use qemu_get_exec_dir

2020-09-01 Thread Thomas Huth
On 01/09/2020 08.20, Paolo Bonzini wrote: > Make things consistent with how softmmu/vl.c uses os_find_datadir. > Initializing the path to the executables will also be needed for > get_relocatable_path to work. > > Signed-off-by: Paolo Bonzini > --- > tests/qtest/fuzz/fuzz.c | 3 ++- > 1 file cha

[PATCH 01/13] fuzz: use qemu_get_exec_dir

2020-08-31 Thread Paolo Bonzini
Make things consistent with how softmmu/vl.c uses os_find_datadir. Initializing the path to the executables will also be needed for get_relocatable_path to work. Signed-off-by: Paolo Bonzini --- tests/qtest/fuzz/fuzz.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/q