This series adds three new enlightenments:
- Synthetic timers, which depends on the...
- Synthetic interrupt controller (or SynIC)
- Synthetic cluster IPI
All these enlightenments are implemented in current versions of QEMU/KVM
so this series closes the gap.
Paul Durrant (11):
viridian: add init hooks
viridian: separately allocate domain and vcpu structures
viridian: use stack variables for viridian_vcpu and viridian_domain...
viridian: make 'fields' struct anonymous...
viridian: extend init/deinit hooks into synic and time modules
viridian: add missing context save helpers into synic and time modules
viridian: use viridian_map/unmap_guest_page() for reference tsc page
viridian: stop directly calling
viridian_time_ref_count_freeze/thaw()...
viridian: add implementation of synthetic interrupt MSRs
viridian: add implementation of synthetic timers
viridian: add implementation of the HvSendSyntheticClusterIpi
hypercall
docs/man/xl.cfg.5.pod.in | 18 +-
tools/libxl/libxl.h | 18 +
tools/libxl/libxl_dom.c | 10 +
tools/libxl/libxl_types.idl | 3 +
xen/arch/x86/domain.c | 12 +-
xen/arch/x86/hvm/hvm.c | 10 +
xen/arch/x86/hvm/viridian/private.h | 31 +-
xen/arch/x86/hvm/viridian/synic.c | 367 +++++++++++++++--
xen/arch/x86/hvm/viridian/time.c | 519 ++++++++++++++++++++++---
xen/arch/x86/hvm/viridian/viridian.c | 243 ++++++++++--
xen/arch/x86/hvm/vlapic.c | 32 +-
xen/include/asm-x86/hvm/domain.h | 2 +-
xen/include/asm-x86/hvm/hvm.h | 7 +
xen/include/asm-x86/hvm/vcpu.h | 2 +-
xen/include/asm-x86/hvm/viridian.h | 74 +++-
xen/include/asm-x86/hvm/vlapic.h | 1 +
xen/include/public/arch-x86/hvm/save.h | 4 +
xen/include/public/hvm/params.h | 17 +-
18 files changed, 1231 insertions(+), 139 deletions(-)
v5:
- Fix stuck domains (in patch #1) and unscaled TSC (in patch #10)
v4:
- Add two cleanup patches (#3 and #4) and re-order #8 and #9
v3:
- Add the synthetic cluster IPI patch (#11)
---
Cc: Andrew Cooper <[email protected]>
Cc: George Dunlap <[email protected]>
Cc: Ian Jackson <[email protected]>
Cc: Jan Beulich <[email protected]>
Cc: Julien Grall <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: "Roger Pau Monné" <[email protected]>
Cc: Stefano Stabellini <[email protected]>
Cc: Tim Deegan <[email protected]>
Cc: Wei Liu <[email protected]>
--
2.20.1
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel