CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2025/09/16 06:18:10

Modified files:
        sys/arch/amd64/amd64: bios.c cpu.c ioapic.c machdep.c mainbus.c 
        sys/arch/amd64/pci: acpipci.c pchb.c 
        sys/dev        : softraid.c vscsi.c 
        sys/dev/acpi   : acpi.c acpicmos.c acpicpu_x86.c acpihpet.c 
                         acpimadt.c acpimcfg.c acpiprt.c acpitimer.c 
        sys/dev/efi    : efi.c 
        sys/dev/ic     : com.c 
        sys/dev/isa    : isa.c 
        sys/dev/pci    : pci.c ppb.c 
        sys/dev/pv     : if_vio.c pvbus.c pvclock.c vioblk.c viocon.c 
                         viornd.c virtio.c vmmci.c 
        sys/kern       : subr_autoconf.c 
        sys/scsi       : mpath.c scsiconf.c sd.c 
        sys/sys        : device.h reboot.h 

Log message:
Whitelist devices in cfdriver for use when SEV is enabled

Skip devices, that are not flagged for use with SEV.  Hook into
config_search() and isascan().

To be a bit more generic prefer "COCO" (confidential computing)
over "SEV" (AMD specific term).

ok bluhm@; "fine to go in" kettenis@; discussed with mlarkin@

Reply via email to