From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNbxJ-0004H1-IU for qemu-devel@nongnu.org; Tue, 17 Feb 2015 01:48:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNbxF-0004Mk-PF for qemu-devel@nongnu.org; Tue, 17 Feb 2015 01:48:25 -0500 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:50697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNbxF-0004Mc-J8 for qemu-devel@nongnu.org; Tue, 17 Feb 2015 01:48:21 -0500 Received: by mail-we0-f172.google.com with SMTP id k48so33062518wev.3 for ; Mon, 16 Feb 2015 22:48:20 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54E2E430.7050301@redhat.com> Date: Tue, 17 Feb 2015 07:48:16 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1424123271-7656-1-git-send-email-sfeldma@gmail.com> <1424123271-7656-8-git-send-email-sfeldma@gmail.com> <54E26C4E.6050103@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 07/10] qmp: add rocker device support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Scott Feldman Cc: =?UTF-8?B?SmnFmcOtIFDDrXJrbw==?= , Stefan Hajnoczi , Roopa Prabhu , john fastabend , QEMU Developers , David Ahern , "jasowang@redhat.com" On 16/02/2015 23:37, Scott Feldman wrote: >> > I would just merge the other nine patches for 2.3. > I disagree. qmp/hmp is very important to rocker. It would be nearly > impossible to debug large/complicated networking setups without having > a back-door view into the device. qmp/hmp are perfect for this. I agree, but it is better than the danger of merging nothing (we're in soft freeze now). Paolo