Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block

2013-09-23 Thread Paolo Bonzini
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 > re

Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block

2013-09-23 Thread Wenchao Xia
于 2013/9/16 22:27, Wenchao Xia 写道: 于 2013/9/16 18:02, Paolo Bonzini 写道: Il 16/09/2013 06:59, Wenchao Xia ha scritto: 于 2013/9/12 17:31, Paolo Bonzini 写道: Il 12/09/2013 11:15, Wenchao Xia ha scritto: This series will remove the usage of symbols of mon-protocol-event in qemu-img, qemu-nbd and q

Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block

2013-09-16 Thread Wenchao Xia
于 2013/9/16 18:02, Paolo Bonzini 写道: Il 16/09/2013 06:59, Wenchao Xia ha scritto: 于 2013/9/12 17:31, Paolo Bonzini 写道: Il 12/09/2013 11:15, Wenchao Xia ha scritto: This series will remove the usage of symbols of mon-protocol-event in qemu-img, qemu-nbd and qemu-io, in short remove the connetio

Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block

2013-09-16 Thread Paolo Bonzini
Il 16/09/2013 06:59, Wenchao Xia ha scritto: > 于 2013/9/12 17:31, Paolo Bonzini 写道: >> Il 12/09/2013 11:15, Wenchao Xia ha scritto: >>> This series will remove the usage of symbols of mon-protocol-event in >>> qemu-img, qemu-nbd and qemu-io, in short remove the connetion for block >>> layer. >>> >>

Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block

2013-09-15 Thread Wenchao Xia
于 2013/9/12 17:31, Paolo Bonzini 写道: Il 12/09/2013 11:15, Wenchao Xia ha scritto: This series will remove the usage of symbols of mon-protocol-event in qemu-img, qemu-nbd and qemu-io, in short remove the connetion for block layer. Background: I am tring to decouple block layer code with othe

Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block

2013-09-12 Thread Paolo Bonzini
Il 12/09/2013 14:08, Kevin Wolf ha scritto: > Am 12.09.2013 um 11:31 hat Paolo Bonzini geschrieben: >> Il 12/09/2013 11:15, Wenchao Xia ha scritto: >>> This series will remove the usage of symbols of mon-protocol-event in >>> qemu-img, qemu-nbd and qemu-io, in short remove the connetion for block >

Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block

2013-09-12 Thread Markus Armbruster
[Note cc: Luiz] Paolo Bonzini writes: > Il 12/09/2013 11:15, Wenchao Xia ha scritto: >> This series will remove the usage of symbols of mon-protocol-event in >> qemu-img, qemu-nbd and qemu-io, in short remove the connetion for block >> layer. >> >> Background: >> I am tring to decouple block

Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block

2013-09-12 Thread Kevin Wolf
Am 12.09.2013 um 11:31 hat Paolo Bonzini geschrieben: > Il 12/09/2013 11:15, Wenchao Xia ha scritto: > > This series will remove the usage of symbols of mon-protocol-event in > > qemu-img, qemu-nbd and qemu-io, in short remove the connetion for block > > layer. > > > > Background: > > I am tring

Re: [Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block

2013-09-12 Thread Paolo Bonzini
Il 12/09/2013 11:15, Wenchao Xia ha scritto: > This series will remove the usage of symbols of mon-protocol-event in > qemu-img, qemu-nbd and qemu-io, in short remove the connetion for block > layer. > > Background: > I am tring to decouple block layer code with other unnnessary components, > an

[Qemu-devel] [RFC PATCH 0/8] Remove stub mon-protocol-event for block

2013-09-12 Thread Wenchao Xia
This series will remove the usage of symbols of mon-protocol-event in qemu-img, qemu-nbd and qemu-io, in short remove the connetion for block layer. Background: I am tring to decouple block layer code with other unnnessary components, and in ./stub there many symbols that qemu-img linked as fake