Re: [Qemu-devel] [PATCH 0/2] hyperv: ensure VP index equal to QEMU cpu_index

2018-07-15 Thread Paolo Bonzini
On 02/07/2018 15:41, Roman Kagan wrote: > Make sure QEMU owns the VP index (which is the number used to identify > the vCPU in Hyper-V) and make it equal to QEMU cpu_index. > > Roman Kagan (2): > hyperv: rename vcpu_id to vp_index > hyperv: ensure VP index equal to QEMU cpu_index > > --- > Fo

[Qemu-devel] [PATCH 0/2] hyperv: ensure VP index equal to QEMU cpu_index

2018-07-02 Thread Roman Kagan
Make sure QEMU owns the VP index (which is the number used to identify the vCPU in Hyper-V) and make it equal to QEMU cpu_index. Roman Kagan (2): hyperv: rename vcpu_id to vp_index hyperv: ensure VP index equal to QEMU cpu_index --- For the reference, all of the Hyper-V / VMBus stuff can be f