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

2017-06-29 Thread Dr. David Alan Gilbert
* Eric Blake (ebl...@redhat.com) wrote: > On 03/30/2017 02:50 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 > >

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

2017-06-26 Thread Eric Blake
On 03/30/2017 02:50 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 v2 3/3] tests: Add a tester for HMP commands

2017-04-27 Thread Eric Blake
On 03/30/2017 02:50 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 v2 3/3] tests: Add a tester for HMP commands

2017-04-24 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. > >