Re: [Qemu-devel] [PATCH] tests/hmp: Fix typo in the 'chardev-send-break' test

2017-08-02 Thread Peter Maydell
On 27 July 2017 at 10:55, Dr. David Alan Gilbert wrote: > * Thomas Huth (th...@redhat.com) wrote: >> testchardev2 is not a valid chardev id here. Use testchardev1 >> instead which has been created with chardev-add right before >> the 'chardev-send-break' line. >> And while we're at it, add the tes

Re: [Qemu-devel] [PATCH] tests/hmp: Fix typo in the 'chardev-send-break' test

2017-07-27 Thread Dr. David Alan Gilbert
* Thomas Huth (th...@redhat.com) wrote: > testchardev2 is not a valid chardev id here. Use testchardev1 > instead which has been created with chardev-add right before > the 'chardev-send-break' line. > And while we're at it, add the test-hmp.c file to the MAINTAINERS > file, too. > > Signed-off-by

[Qemu-devel] [PATCH] tests/hmp: Fix typo in the 'chardev-send-break' test

2017-07-27 Thread Thomas Huth
testchardev2 is not a valid chardev id here. Use testchardev1 instead which has been created with chardev-add right before the 'chardev-send-break' line. And while we're at it, add the test-hmp.c file to the MAINTAINERS file, too. Signed-off-by: Thomas Huth --- MAINTAINERS | 1 + tests/test