mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
i386/xen: handle VCPUOP_register_vcpu_time_info
In order to support Linux vdso in Xen. Signed-off-by: Joao Martins <joao.m.martins@oracle.com> Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>
This commit is contained in:
parent
c345104cd1
commit
f068930277
3 changed files with 91 additions and 13 deletions
|
@ -1801,6 +1801,7 @@ typedef struct CPUArchState {
|
|||
struct kvm_nested_state *nested_state;
|
||||
uint64_t xen_vcpu_info_gpa;
|
||||
uint64_t xen_vcpu_info_default_gpa;
|
||||
uint64_t xen_vcpu_time_info_gpa;
|
||||
#endif
|
||||
#if defined(CONFIG_HVF)
|
||||
HVFX86LazyFlags hvf_lflags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue