qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] hyperv: ensure VP index equal to QEMU cpu_index
@ 2018-07-02 13:41 Roman Kagan
  2018-07-02 13:41 ` [Qemu-devel] [PATCH 2/2] " Roman Kagan
  2018-07-15 15:36 ` [Qemu-devel] [PATCH 0/2] " Paolo Bonzini
  0 siblings, 2 replies; 3+ messages in thread
From: Roman Kagan @ 2018-07-02 13:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, Marcel Apfelbaum, Paolo Bonzini,
	Richard Henderson, Eduardo Habkost, Igor Mammedov, Liran Alon,
	Si-Wei Liu, Karl Heubaum, Boris Ostrovsky, Konrad Rzeszutek Wilk,
	Vijayabhaskar Balakrishna, Liam Merwick, Venu Busireddy

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 found at
https://src.openvz.org/scm/up/qemu

 target/i386/hyperv.h     |  7 ++++--
 target/i386/kvm_i386.h   |  2 ++
 hw/i386/pc.c             |  5 +++++
 hw/misc/hyperv_testdev.c | 16 +++++++-------
 target/i386/hyperv.c     | 16 +++++++++++---
 target/i386/kvm-stub.c   |  5 +++++
 target/i386/kvm.c        | 47 ++++++++++++++++++++++++++++++++++++++++
 7 files changed, 85 insertions(+), 13 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-15 15:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-02 13:41 [Qemu-devel] [PATCH 0/2] hyperv: ensure VP index equal to QEMU cpu_index Roman Kagan
2018-07-02 13:41 ` [Qemu-devel] [PATCH 2/2] " Roman Kagan
2018-07-15 15:36 ` [Qemu-devel] [PATCH 0/2] " Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).