Add LXD VM Guest Agent Support (#2145)
* Add LXD VM Guest Agent Support * Add systemd patch, remove udev rules, change to kernel modules, fix linter * Remove systemd patch, add conditionals to qemu-guest and lxd-agent * Update buildroot-external/package/qemu-guest-agent/qemu-guest.service Co-authored-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
@@ -16,6 +16,16 @@ CONFIG_VMWARE_VMCI=y
|
||||
CONFIG_VMWARE_BALLOON=y
|
||||
CONFIG_VMWARE_PVSCSI=y
|
||||
|
||||
# These options are for LXD Guest Support
|
||||
CONFIG_NET_9P=m
|
||||
CONFIG_NET_9P_VIRTIO=m
|
||||
CONFIG_9P_FS=m
|
||||
CONFIG_9P_FS_POSIX_ACL=m
|
||||
CONFIG_PCI=y
|
||||
CONFIG_VSOCKETS=m
|
||||
CONFIG_VIRTIO_VSOCKETS_COMMON=m
|
||||
CONFIG_VHOST_VSOCK=m
|
||||
|
||||
# VirtualBox
|
||||
CONFIG_VBOXGUEST=m
|
||||
|
||||
|
||||
Reference in New Issue
Block a user