Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 326618e

Browse files
padmashree9110sysopenci
authored andcommitted
Add missing command in vm-manager : vhost-vsock
This enables host and guest communication required for Battery and Thermal mediation. Tracked-On: OAM-99769 Signed-off-by: pmandri <padmashree.mandri@intel.com>
1 parent 55c6f09 commit 326618e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/guest/start.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ static const char *fixed_cmd =
4545
" -device usb-kbd"
4646
" -device intel-hda -device hda-duplex"
4747
" -audiodev id=android_spk,timer-period=5000,driver=pa"
48+
" -device vhost-vsock-pci,id=vhost-vsock-pci0,guest-cid=3"
4849
" -device e1000,netdev=net0"
4950
" -device intel-iommu,device-iotlb=on,caching-mode=on"
5051
" -nodefaults ";

0 commit comments

Comments
 (0)