From e86ddaca2eac4d5b854e7e2ec4b315302ff0e13f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 1 Feb 2018 20:08:32 +0100 Subject: sys/syz-extract: save unsupported consts to the const files We currently print unsupported consts to console during make extract. But this is not very useful as there are too many output now. This also does not allow to understand what's unsupported in newly checked-in descriptions, or what's unsupported in all current decriptions. Save unsupported consts to the const files instead. This solves all of the above problems. --- sys/linux/kvm_amd64.const | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sys/linux/kvm_amd64.const') diff --git a/sys/linux/kvm_amd64.const b/sys/linux/kvm_amd64.const index 5eb472999..a8624ee88 100644 --- a/sys/linux/kvm_amd64.const +++ b/sys/linux/kvm_amd64.const @@ -1,6 +1,17 @@ # AUTOGENERATED FILE AT_FDCWD = 18446744073709551516 KVM_ARM_SET_DEVICE_ADDR = 1074835115 +# KVM_ARM_TARGET_AEM_V8 is not set +# KVM_ARM_TARGET_CORTEX_A53 is not set +# KVM_ARM_TARGET_CORTEX_A57 is not set +# KVM_ARM_TARGET_FOUNDATION_V8 is not set +# KVM_ARM_TARGET_GENERIC_V8 is not set +# KVM_ARM_TARGET_XGENE_POTENZA is not set +# KVM_ARM_VCPU_EL1_32BIT is not set +# KVM_ARM_VCPU_INIT is not set +# KVM_ARM_VCPU_PMU_V3 is not set +# KVM_ARM_VCPU_POWER_OFF is not set +# KVM_ARM_VCPU_PSCI_0_2 is not set KVM_ASSIGN_DEV_IRQ = 1077980784 KVM_ASSIGN_PCI_DEVICE = 2151722601 KVM_ASSIGN_SET_INTX_MASK = 1077980836 -- cgit mrf-deployment