core-admin/linux
Marek Marczykowski-Górecki 86026e364f
Fix starting PCI-having HVMs on early system boot and later
1. Make sure VMs are started after dom0 actual memory usage is reported
to qmemman, otherwise dom0 will hold 4GB, even if just a little over 1GB
is needed at that time.

2. Request only vm.memory MB from qmemman, instead of vm.maxmem. While
HVM with PCI devices indeed do not support populate-on-demand, this is
already handled in libvirt XML.

The later may often cause VM startup fail on systems with 8GB of memory,
because maxmem is 4GB there and with dom0 keeping the other 4GB (see
point 1) there is not enough memory to start any sych VM.

Fixes QubesOS/qubes-issues#3462
2018-01-29 22:57:32 +01:00
..
aux-tools Fix cleanup-dispvms script 2017-12-14 23:26:52 +01:00
system-config block-snapshot: fix ShellCheck warnings (3/3) 2018-01-16 06:20:02 +00:00
systemd Fix starting PCI-having HVMs on early system boot and later 2018-01-29 22:57:32 +01:00