tools/xen-ucode: Upload a microcode blob to the hypervisor
authorChao Gao <chao.gao@intel.com>
Thu, 1 Aug 2019 10:22:36 +0000 (18:22 +0800)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 1 Aug 2019 17:45:13 +0000 (18:45 +0100)
commit05f13382aaf29411cf76432054ed2449d5773968
tree0b9dd0f0ebf4ca2475f2bf867fba0a0954c7f37e
parentd6d385de8c7be2ae2715de2a1348214dfe0791ee
tools/xen-ucode: Upload a microcode blob to the hypervisor

This patch provides a tool for late microcode update.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Chao Gao <chao.gao@intel.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
[Use consistent style.  Add to gitignore.]
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/libxc/include/xenctrl.h
tools/libxc/xc_misc.c
tools/misc/.gitignore [new file with mode: 0644]
tools/misc/Makefile
tools/misc/xen-ucode.c [new file with mode: 0644]