]> 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)
commitb005df1b3f2faa15b1a8e5f3c34889955373e590
tree2cb35bcd535901042ce76b13d4701282fd116767
parent9f183b8575b005335dcb093037ddbf2e5ccb79fe
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]