[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for bloc
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block |
Date: |
Mon, 23 Sep 2013 09:52:57 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 |
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
- [Qemu-devel] [RFC PATCH 7/8] block: do not include monitor.h, (continued)