From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUnmH-000096-Gq for qemu-devel@nongnu.org; Mon, 18 Jun 2018 02:36:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUnmE-0001f9-Dj for qemu-devel@nongnu.org; Mon, 18 Jun 2018 02:36:37 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:52702 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fUnmE-0001dz-9H for qemu-devel@nongnu.org; Mon, 18 Jun 2018 02:36:34 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 033397D654 for ; Mon, 18 Jun 2018 06:36:33 +0000 (UTC) Date: Mon, 18 Jun 2018 08:36:32 +0200 From: Gerd Hoffmann Message-ID: <20180618063632.5ifuck6ahlvb5rjv@sirius.home.kraxel.org> References: <20180608130846.22234-1-dgilbert@redhat.com> <20180608130846.22234-6-dgilbert@redhat.com> <87y3flilan.fsf@dusky.pond.sub.org> <20180611174958.GP2661@work-vm> <20180612053720.pp2xvb7r34o6ort7@sirius.home.kraxel.org> <87k1r4use2.fsf@dusky.pond.sub.org> <20180612125254.GB2512@work-vm> <878t7gxc6v.fsf@dusky.pond.sub.org> <20180615184434.GD7451@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180615184434.GD7451@localhost.localdomain> Subject: Re: [Qemu-devel] Abandon our QMP first policy? (was: [PATCH v3 5/7] hmp: Add info commands for preconfig) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Markus Armbruster , "Dr. David Alan Gilbert" , qemu-devel@nongnu.org, imammedo@redhat.com Hi, > (Which I think is true in the specific case of "info usbhost", > because it's really just a wrapper around libusb. I'm 100% sure > QEMU doesn't need to provide a QMP interface for libusb.) Agree. I think we can settle that specific case by deprecating and removing "info usbhost". lsusb (comes with usbutils) can be used instead. cheers, Gerd