Merge pull request #11469 from fidencio/topic/dragonball-set-default_maxvcpus-to-zero

runtime-rs: Set default_maxvcpus to 0
This commit is contained in:
Cameron McDermott 2025-06-26 15:20:21 +01:00 committed by GitHub
commit b6cd6e6914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,7 +221,7 @@ ifneq (,$(DBCMD))
CONFIGS += $(CONFIG_DB)
# dragonball-specific options (all should be suffixed by "_DB")
VMROOTFSDRIVER_DB := virtio-blk-pci
DEFMAXVCPUS_DB := 1
DEFMAXVCPUS_DB := 0
DEFBLOCKSTORAGEDRIVER_DB := virtio-blk-mmio
DEFNETWORKMODEL_DB := tcfilter
KERNELPARAMS_DB = console=ttyS1 agent.log_vport=1025