Re: [Qemu-devel] [PATCH V5 05/28] qapi: define events in qapi schema

2014-05-07 Thread Wenchao Xia
于 2014/5/1 23:00, Eric Blake 写道: On 04/30/2014 10:26 PM, Wenchao Xia wrote: Some old type defines for spice and vnc are changed to let new event defines use them instead of redefine. Note that define of BlockErrorAction is moved from block.h to qapi schema, and it is not merged with BlockdevOnEr

Re: [Qemu-devel] [PATCH V5 05/28] qapi: define events in qapi schema

2014-05-01 Thread Eric Blake
On 04/30/2014 10:26 PM, Wenchao Xia wrote: > Some old type defines for spice and vnc are changed to let new > event defines use them instead of redefine. Note that define of > BlockErrorAction is moved from block.h to qapi schema, and it is > not merged with BlockdevOnError. In schema NIC_RX_FILTER

[Qemu-devel] [PATCH V5 05/28] qapi: define events in qapi schema

2014-04-30 Thread Wenchao Xia
Some old type defines for spice and vnc are changed to let new event defines use them instead of redefine. Note that define of BlockErrorAction is moved from block.h to qapi schema, and it is not merged with BlockdevOnError. In schema NIC_RX_FILTER_CHANGED's param 'name' is changed as optional one,