]> git.proxmox.com Git - mirror_qemu.git/commit - xen-hvm.c
xen-hvm.c: Add support for Xen access to vmport
authorDon Slutz <dslutz@verizon.com>
Mon, 20 Oct 2014 19:49:12 +0000 (15:49 -0400)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 30 Oct 2014 14:16:38 +0000 (14:16 +0000)
commit37f9e258b64b3cf97c7c78df60660100c9eb5a21
treeb1a3f4c8e3b4d968d336730ac93c47e77b630f0e
parentcbd5ac699173b684e678d66df3aea33df81fd89f
xen-hvm.c: Add support for Xen access to vmport

This adds synchronisation of the 6 vcpu registers (only 32bits of
them) that vmport.c needs between Xen and QEMU.

This is to avoid a 2nd and 3rd exchange between QEMU and Xen to
fetch and put these 6 vcpu registers used by the code in vmport.c
and vmmouse.c

The registers are passed in the new shared page provided by
HVM_PARAM_VMPORT_REGS_PFN.

Add new array to XenIOState that allows selection of current_cpu by
vcpu id.

Now pass XenIOState to handle_ioreq().

Add new routines regs_to_cpu(), regs_from_cpu(), and
handle_vmport_ioreq().

Signed-off-by: Don Slutz <dslutz@verizon.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
include/hw/xen/xen_common.h
xen-hvm.c