"Custom kernel and Disk image" docs out of date? reference kernel configs missing
Describe the bug
https://www.cloudhypervisor.org/docs/prologue/quick-start/#building-your-kernel
tells me to do
$ wget https://raw.githubusercontent.com/cloud-hypervisor/cloud-hypervisor/main/resources/linux-config-x86_64
# Use the AArch64 cloud-hypervisor kernel config to build your kernel for AArch64
$ wget https://raw.githubusercontent.com/cloud-hypervisor/cloud-hypervisor/main/resources/linux-config-aarch64
$ cp linux-config-x86_64 .config # x86-64
but neither file exists
Where can I find the reference kernel config?
To Reproduce
$ wget https://raw.githubusercontent.com/cloud-hypervisor/cloud-hypervisor/main/resources/linux-config-x86_64
# Use the AArch64 cloud-hypervisor kernel config to build your kernel for AArch64
$ wget https://raw.githubusercontent.com/cloud-hypervisor/cloud-hypervisor/main/resources/linux-config-aarch64
$ cp linux-config-x86_64 .config # x86-64
Version
Output of cloud-hypervisor --version:
Did you build from source, if so build command line (e.g. features):
VM configuration
What command line did you run (or JSON config data):
Guest OS version details:
Host OS version details:
Logs
Output of cloud-hypervisor -v from either standard error or via --log-file:
Linux kernel output:
https://github.com/cloud-hypervisor/linux/blob/ch-6.12.8/arch%2Farm64%2Fconfigs%2Fch_defconfig https://github.com/cloud-hypervisor/linux/blob/ch-6.12.8/arch%2Fx86%2Fconfigs%2Fch_defconfig
Awesome thanks! I guess we should update the docs page to link to the new configs
I think I captured this in #7015