Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bind QEMU GA socket only in virtio mode #3393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arixmkii
Copy link
Contributor

Bugfix part from #3387

On macOS:

Opened files before the change:

sudo lsof | grep ga.sock
qemu-syst 42489            arturss   19u     unix 0x490e394c874bdc89         0t0                     /Users/arturss/.lima/default/ga.sock
ssh       42501            arturss   13u     unix  0x5de2ca7d01f8893         0t0                     /Users/arturss/.lima/default/ga.sock
ssh       42501            arturss   14u     unix 0xe8fb28582c31df39         0t0                     /Users/arturss/.lima/default/ga.sock

Opened files after the change:

sudo lsof | grep ga.sock
ssh       43396            arturss   14u     unix 0xac705c05f6f9eaee         0t0                     /Users/arturss/.lima/default/ga.sock
ssh       43396            arturss   17u     unix 0x5c371e023aafcc57         0t0                     /Users/arturss/.lima/default/ga.sock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant