intel / ccc-linux-guest-hardening

Linux Security Hardening for Confidential Compute
https://intel.github.io/ccc-linux-guest-hardening-docs
MIT License
63 stars 13 forks source link

init_harness: correct virtio-console init function #116

Closed ereshetova closed 1 year ago

ereshetova commented 1 year ago

In newer kernels the init function for virtio-console is no longer called "init", but "virtio_console_init". Adjust BPH_VIRTIO_CONSOLE_INIT to use correct function.