Leandro Dorileo <l...@dorileo.org> writes: > Hi Andreas, > > On Mon, Apr 28, 2014 at 09:02:12PM +0200, Andreas Färber wrote: >> Am 28.04.2014 20:55, schrieb Leandro Dorileo: >> > ping? >> > >> > >> > On Tue, Mar 25, 2014 at 10:27:19AM -0300, Leandro Dorileo wrote: >> >> Cover basic aspects and API usage for QemuOpt. The current implementation >> >> covers the API's planned to be changed by Chunyan Liu in his >> >> QEMUOptionParameter >> >> replacement/cleanup job. >> >> >> >> Other APIs should be covered in future improvements. >> >> >> >> Signed-off-by: Leandro Dorileo <l...@dorileo.org> >> >> Reviewed-by: Eric Blake <ebl...@redhat.com> >> >> --- >> >> tests/Makefile | 3 + >> >> tests/test-qemu-opts.c | 455 >> >> +++++++++++++++++++++++++++++++++++++++++++++++++ >> >> 2 files changed, 458 insertions(+) >> >> create mode 100644 tests/test-qemu-opts.c >> >> I don't spot any test API or style issues; not familiar enough with >> QemuOpts to judge the tests though. > > What maintainer would best suite to route this patch?
MAINTAINERS doesn't cover it. In the past year, patches went in via Anthony, Kevin, Luiz, or Stefan Hajnoczi. I'm cc'ing the ones from this list you missed. I read your patch. There's some redundant testing, some comments feel superfluous, and there's a spelling mistake or two. Coverage is far from perfect (QemuOpts has become ridiculously complex), but infinitely better than before :) Let's take it as is.