Dmitrii Sharshakov
Dmitrii Sharshakov
Might still be relevant
I'm also interested in this, because Zephyr has quite broad hardware support (not just SoCs but also sensors, protocols, various power management routines). It also looks like newer nRF series...
> Hi [@dsseng](https://github.com/dsseng) -- from my understanding of the problem, I think there's a potential workaround: you can set the specific vex statuses to ignore using the environment variable `GRYPE_VEX_ADD`...
> Hi [@dsseng](https://github.com/dsseng) we discussed this at our [livestream this week](https://anchorecommunity.discourse.group/t/july-24th-open-source-gardening-live-stream/504?u=willmurphy), and we'd accept a PR adding this feature. The CLI user experience should be an additional value that can...
Ping. It seems I have no outstanding code review tasks here, please review when possible. Thanks!
@spiffcs @kzantow could you please let me know what is to be done to get this merged? Or do I just have to wait until this PR is handled? Thank...
> Looks like it requires [`CONFIG_HOTPLUG_CPU`](https://docs.kernel.org/core-api/cpu_hotplug.html) enabled in the kernel config. CC [@dsseng](https://github.com/dsseng) we have `CONFIG_HOTPLUG_CPU=y` and `CONFIG_ACPI_HOTPLUG_CPU=y` in both AMD64 and ARM64 kernels
I can try experimenting with vCPU hotplug in a QEMU VM, and memory hotplug as well. PVE and libvirt use QEMU internally, so should be the same from the guest...
`echo 1 > /sys/devices/system/cpu/cpu1/online` from a debug pod enables a second, hot-plugged CPU in QEMU. So perhaps this feature request would involve machined recognizing hot-plugged CPUs and auto-enabling those. I...