linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Introduce some interfaces for ACRN hypervisor HSM
@ 2021-08-20  6:03 Fei Li
  2021-08-20  6:03 ` [PATCH 1/3] virt: acrn: Introduce interfaces for MMIO device passthrough Fei Li
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Fei Li @ 2021-08-20  6:03 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, stable, fei1.li, yu1.wang, shuox.liu

Add some new interfaces for ACRN hypervisor HSM driver:
  - MMIO device passthrough
  - virtual device creating/destroying
  - platform information fetching from the hypervisor

Shuo Liu (3):
  virt: acrn: Introduce interfaces for MMIO device passthrough
  virt: acrn: Introduce interfaces for virtual device
    creating/destroying
  virt: acrn: Introduce interface to fetch platform info from the
    hypervisor

 drivers/virt/acrn/hsm.c       | 102 ++++++++++++++++++++++++++++++
 drivers/virt/acrn/hypercall.h |  64 +++++++++++++++++++
 include/uapi/linux/acrn.h     | 114 ++++++++++++++++++++++++++++++++++
 3 files changed, 280 insertions(+)


base-commit: 7c60610d476766e128cc4284bb6349732cbd6606
-- 
2.25.1


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

end of thread, other threads:[~2021-08-21 11:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20  6:03 [PATCH 0/3] Introduce some interfaces for ACRN hypervisor HSM Fei Li
2021-08-20  6:03 ` [PATCH 1/3] virt: acrn: Introduce interfaces for MMIO device passthrough Fei Li
2021-08-21 11:49   ` Greg KH
2021-08-20  6:03 ` [PATCH 2/3] virt: acrn: Introduce interfaces for virtual device creating/destroying Fei Li
2021-08-21 11:49   ` Greg KH
2021-08-20  6:03 ` [PATCH 3/3] virt: acrn: Introduce interface to fetch platform info from the hypervisor Fei Li
2021-08-21 11:49   ` Greg KH
2021-08-21 11:49 ` [PATCH 0/3] Introduce some interfaces for ACRN hypervisor HSM Greg KH

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).