Re: [RFC PATCH 4/8] qtest/fuzz: Restrict CPU I/O instructions

2021-03-17 Thread Paolo Bonzini
On 15/03/21 06:14, Thomas Huth wrote: diff --git a/tests/qtest/fuzz/generic_fuzz.c b/tests/qtest/fuzz/generic_fuzz.c index ee8c17a04c4..3e0089f4a63 100644 --- a/tests/qtest/fuzz/generic_fuzz.c +++ b/tests/qtest/fuzz/generic_fuzz.c @@ -304,6 +304,13 @@ static bool get_io_address(address_range *re

Re: [RFC PATCH 4/8] qtest/fuzz: Restrict CPU I/O instructions

2021-03-15 Thread Philippe Mathieu-Daudé
On 3/15/21 6:14 AM, Thomas Huth wrote: > On 15/03/2021 00.29, Philippe Mathieu-Daudé wrote: >> Restrict CPU I/O instructions to architectures providing >> I/O bus. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >>   tests/qtest/fuzz/generic_fuzz.c   | 16 ++-- >>   tests/qtest/fuzz/

Re: [RFC PATCH 4/8] qtest/fuzz: Restrict CPU I/O instructions

2021-03-14 Thread Thomas Huth
On 15/03/2021 00.29, Philippe Mathieu-Daudé wrote: Restrict CPU I/O instructions to architectures providing I/O bus. Signed-off-by: Philippe Mathieu-Daudé --- tests/qtest/fuzz/generic_fuzz.c | 16 ++-- tests/qtest/fuzz/qtest_wrappers.c | 4 2 files changed, 14 insertions

Re: [RFC PATCH 4/8] qtest/fuzz: Restrict CPU I/O instructions

2021-03-14 Thread Alexander Bulekov
On 210315 0029, Philippe Mathieu-Daudé wrote: > Restrict CPU I/O instructions to architectures providing > I/O bus. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/qtest/fuzz/generic_fuzz.c | 16 ++-- > tests/qtest/fuzz/qtest_wrappers.c | 4 > 2 files changed, 14 inse

[RFC PATCH 4/8] qtest/fuzz: Restrict CPU I/O instructions

2021-03-14 Thread Philippe Mathieu-Daudé
Restrict CPU I/O instructions to architectures providing I/O bus. Signed-off-by: Philippe Mathieu-Daudé --- tests/qtest/fuzz/generic_fuzz.c | 16 ++-- tests/qtest/fuzz/qtest_wrappers.c | 4 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/tests/qtest/fuzz/gener