Re: QEMU 5.1: Can we require each new device/machine to provided a test?

2020-05-15 Thread Paolo Bonzini
On 15/05/20 12:51, Gerd Hoffmann wrote: >> If a qtest is feasible, yes, I think we should require one for new >> devices. > qtest is not feasible, at least not for all kinds of devices. You can't > talk to usb devices for example, and changing that effectively requires > writing uhci/ohci/ehci/xhc

Re: QEMU 5.1: Can we require each new device/machine to provided a test?

2020-05-15 Thread Gerd Hoffmann
On Fri, May 15, 2020 at 12:11:17PM +0200, Thomas Huth wrote: > On 07/04/2020 12.59, Philippe Mathieu-Daudé wrote: > > Hello, > > > > Following Markus thread on deprecating unmaintained (untested) code > > (machines) [1] and the effort done to gather the information shared in > > the replies [2],

Re: QEMU 5.1: Can we require each new device/machine to provided a test?

2020-05-15 Thread Daniel P . Berrangé
On Fri, May 15, 2020 at 12:11:17PM +0200, Thomas Huth wrote: > On 07/04/2020 12.59, Philippe Mathieu-Daudé wrote: > > Hello, > > > > Following Markus thread on deprecating unmaintained (untested) code > > (machines) [1] and the effort done to gather the information shared in > > the replies [2], a

Re: QEMU 5.1: Can we require each new device/machine to provided a test?

2020-05-15 Thread Thomas Huth
On 07/04/2020 12.59, Philippe Mathieu-Daudé wrote: > Hello, > > Following Markus thread on deprecating unmaintained (untested) code > (machines) [1] and the effort done to gather the information shared in > the replies [2], and the various acceptance tests added, is it > feasible to require for th