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

If meminfo-writer/qmemman needs to be disabled for VMs with PCI devices, it should be done by dom0 and not by the VM for PCI hotplug #3248

Closed
qubesuser opened this Issue Oct 28, 2017 · 1 comment

Comments

Projects
None yet
3 participants
@qubesuser

Currently /usr/lib/qubes/init/qubes-sysinit.sh disables meminfo-writer if it finds a non-Qemu PCI device upon initialization.

However, this behavior obviously doesn't work properly with PCI hotplug, so it should be qmemman that doesn't balance memory on domains with PCI devices attached rather than the VM deciding to not run meminfo-writer.

Also, I'm not sure why this is needed at all: if all qmemman does is cause Xen balloon inflation, why would having PCI devices attached matter?

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 28, 2017

Member

This is a duplicate of #3207

Member

marmarek commented Oct 28, 2017

This is a duplicate of #3207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment