Re: [Qemu-devel] [PATCH 00/10] hyperv: add connection infrastructure

2018-10-03 Thread Paolo Bonzini
On 03/10/2018 16:25, Roman Kagan wrote: >> I queued all three series, though if I were to post a pull request now >> I'd stop before "hyperv: add synic message delivery". > To make sure I interpret this correctly: do the remaining patches need > more work beside the things you've commented on? > >

Re: [Qemu-devel] [PATCH 00/10] hyperv: add connection infrastructure

2018-10-03 Thread Roman Kagan
On Wed, Oct 03, 2018 at 01:12:10PM +0200, Paolo Bonzini wrote: > On 21/09/2018 10:22, Roman Kagan wrote: > > This series introduces the infrastructure to send and receive Hyper-V > > messages and events. > > > > More specifically, > > > > - SynIC is turned into a full-fledged device managing the

Re: [Qemu-devel] [PATCH 00/10] hyperv: add connection infrastructure

2018-10-03 Thread Paolo Bonzini
On 21/09/2018 10:22, Roman Kagan wrote: > This series introduces the infrastructure to send and receive Hyper-V > messages and events. > > More specifically, > > - SynIC is turned into a full-fledged device managing the memory regions > used for QEMU->guest communication > - machinery is introd

[Qemu-devel] [PATCH 00/10] hyperv: add connection infrastructure

2018-09-21 Thread Roman Kagan
This series introduces the infrastructure to send and receive Hyper-V messages and events. More specifically, - SynIC is turned into a full-fledged device managing the memory regions used for QEMU->guest communication - machinery is introduced to post messages and signal events to the guest -