Re: [Qemu-devel] [PATCH v3 3/3] tests: Add a tester for HMP commands

2017-04-26 Thread Thomas Huth
On 25.04.2017 15:22, Eric Blake wrote: > On 04/25/2017 12:16 AM, Thomas Huth wrote: >> HMP commands do not get any automatic testing yet, so on certain >> QEMU machines, some HMP commands were causing crashes in the past. >> Thus we should test HMP commands in our test suite, too, to avoid >> that

Re: [Qemu-devel] [PATCH v3 3/3] tests: Add a tester for HMP commands

2017-04-25 Thread Eric Blake
On 04/25/2017 12:16 AM, Thomas Huth wrote: > HMP commands do not get any automatic testing yet, so on certain > QEMU machines, some HMP commands were causing crashes in the past. > Thus we should test HMP commands in our test suite, too, to avoid > that such problems creep in again in the future. >

Re: [Qemu-devel] [PATCH v3 3/3] tests: Add a tester for HMP commands

2017-04-25 Thread Dr. David Alan Gilbert
* Thomas Huth (th...@redhat.com) wrote: > HMP commands do not get any automatic testing yet, so on certain > QEMU machines, some HMP commands were causing crashes in the past. > Thus we should test HMP commands in our test suite, too, to avoid > that such problems creep in again in the future. > >