Re: [Qemu-devel] [RFC PATCH 11/34] hyperv: add synic message delivery

2018-02-08 Thread Paolo Bonzini
On 07/02/2018 20:06, Roman Kagan wrote: >>> +struct hyperv_message *msg; >>> +/* >>> + * the state of the message staged in .msg: >>> + * 0- the staging area is not in use (after init or message >>> + *successfully delivered to guest) >>> + * -EBUSY - t

Re: [Qemu-devel] [RFC PATCH 11/34] hyperv: add synic message delivery

2018-02-07 Thread Roman Kagan
On Wed, Feb 07, 2018 at 11:58:08AM +0100, Paolo Bonzini wrote: > On 06/02/2018 21:30, Roman Kagan wrote: > > + > > +HvSintMsgCb msg_cb; > > +void *msg_cb_data; > > +struct hyperv_message *msg; > > +/* > > + * the state of the message staged in .msg: > > + * 0- the st

Re: [Qemu-devel] [RFC PATCH 11/34] hyperv: add synic message delivery

2018-02-07 Thread Paolo Bonzini
On 06/02/2018 21:30, Roman Kagan wrote: > + > +HvSintMsgCb msg_cb; > +void *msg_cb_data; > +struct hyperv_message *msg; > +/* > + * the state of the message staged in .msg: > + * 0- the staging area is not in use (after init or message > + *successful