Re: [PATCH v4 00/20] Add virtual device fuzzing support

2019-11-07 Thread Stefan Hajnoczi
On Wed, Oct 30, 2019 at 02:49:47PM +, Oleinik, Alexander wrote: > This series adds a framework for coverage-guided fuzzing of > virtual-devices. Fuzzing targets are based on qtest and can make use of > the libqos abstractions. > > V4: > * add/transfer license headers to new files > *

Re: [PATCH v4 00/20] Add virtual device fuzzing support

2019-11-06 Thread Stefan Hajnoczi
On Wed, Oct 30, 2019 at 08:23:57AM -0700, no-re...@patchew.org wrote: > Patchew URL: https://patchew.org/QEMU/20191030144926.11873-1-alx...@bu.edu/ > > > > Hi, > > This series failed the docker-quick@centos7 build test. Please find the > testing commands and > their output below. If you have

Re: [PATCH v4 00/20] Add virtual device fuzzing support

2019-11-05 Thread Darren Kenny
On Tue, Nov 05, 2019 at 11:28:59AM -0500, Alexander Oleinik wrote: On 11/5/19 8:57 AM, Darren Kenny wrote: Hi Alexander, I've been trying out these patches, and I'm seeing a high volume of crashes - where for v3, there were none in a run of over 3 weeks - so it was a bit of a surprise :) The

Re: [PATCH v4 00/20] Add virtual device fuzzing support

2019-11-05 Thread Alexander Oleinik
On 11/5/19 8:57 AM, Darren Kenny wrote: Hi Alexander, I've been trying out these patches, and I'm seeing a high volume of crashes - where for v3, there were none in a run of over 3 weeks - so it was a bit of a surprise :) The question is what may have changed that is causing that level of

Re: [PATCH v4 00/20] Add virtual device fuzzing support

2019-11-05 Thread Darren Kenny
Hi Alexander, I've been trying out these patches, and I'm seeing a high volume of crashes - where for v3, there were none in a run of over 3 weeks - so it was a bit of a surprise :) The question is what may have changed that is causing that level of crashes - are you seeing this for the

Re: [PATCH v4 00/20] Add virtual device fuzzing support

2019-10-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191030144926.11873-1-alx...@bu.edu/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

[PATCH v4 00/20] Add virtual device fuzzing support

2019-10-30 Thread Oleinik, Alexander
This series adds a framework for coverage-guided fuzzing of virtual-devices. Fuzzing targets are based on qtest and can make use of the libqos abstractions. V4: * add/transfer license headers to new files * restructure the added QTestClientTransportOps struct * restructure the FuzzTarget