bpf: Add support for a KVM_DEV_TYPE_BPF device Add support for instantiating a KVM_DEV_TYPE_BPF device and attaching BPF programs in the form of an ELF binary accepeted by the new '--bpf' command-line option. Signed-off-by: Will Deacon <will@kernel.org>