From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO0xC-0000Mf-Kh for qemu-devel@nongnu.org; Mon, 23 Sep 2013 03:53:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VO0wl-0006XM-QR for qemu-devel@nongnu.org; Mon, 23 Sep 2013 03:53:10 -0400 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:49344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO0wl-0006X5-JV for qemu-devel@nongnu.org; Mon, 23 Sep 2013 03:52:43 -0400 Received: by mail-ee0-f44.google.com with SMTP id b47so1520139eek.17 for ; Mon, 23 Sep 2013 00:52:42 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <523FF359.2080902@redhat.com> Date: Mon, 23 Sep 2013 09:52:57 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1378977312-17696-1-git-send-email-xiawenc@linux.vnet.ibm.com> <523189F2.6050107@redhat.com> <5236904B.1050907@linux.vnet.ibm.com> <5236D743.1000704@redhat.com> <5237BE02.5030001@linux.vnet.ibm.com> <5240914B.6080301@linux.vnet.ibm.com> In-Reply-To: <5240914B.6080301@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia Cc: kwolf@redhat.com, anthony@codemonkey.ws, qemu-devel@nongnu.org, stefanha@redhat.com Il 23/09/2013 21:06, Wenchao Xia ha scritto: >> > > Hi Paolo, > This series tries to find a mechanism, which can avoid link with unused > symbols. Assume QObject was replaced with other design, such as QAPI, it > will still call monitor funcions to emit the event, so it will still > require > resolving that function in linking of qemu-img. > Do you have some suggestion for it? No, I don't. Still, it seems to me that (for now) this series does not solve any real problem. Paolo