]> git.baikalelectronics.ru Git - kernel.git/commit
sample/acrn: Introduce a sample of HSM ioctl interface usage
authorShuo Liu <shuo.a.liu@intel.com>
Sun, 7 Feb 2021 03:10:40 +0000 (11:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Feb 2021 09:58:19 +0000 (10:58 +0100)
commit5b06931d7f8b8059bec8563b2e8d531218e03e2f
tree2cb35bcd535901042ce76b13d4701282fd116767
parent279dcf693ac76c9d16b91ffc41280babaff26bb2
sample/acrn: Introduce a sample of HSM ioctl interface usage

Launch a simple guest (with several instructions as payload) on ACRN
with demonstration ioctl usage.

Signed-off-by: Shuo Liu <shuo.a.liu@intel.com>
Link: https://lore.kernel.org/r/20210207031040.49576-19-shuo.a.liu@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
samples/acrn/Makefile [new file with mode: 0644]
samples/acrn/guest.ld [new file with mode: 0644]
samples/acrn/payload.ld [new file with mode: 0644]
samples/acrn/vm-sample.c [new file with mode: 0644]