
17 Jun
2021
17 Jun
'21
1:18 p.m.
On 6/17/21 11:44 AM, David Hildenbrand wrote:
On 17.03.21 12:57, Michal Privoznik wrote:
v3 of:
https://listman.redhat.com/archives/libvir-list/2021-February/msg00961.html
diff to v2: - Dropped code that forbade use of virtio-mem and memballoon at the same time; - This meant that I had to adjust memory accounting, qemuDomainSetMemoryFlags() - see patches 11/15 and 12/15 which are new. - Fixed small nits raised by Peter in his review of v2
Hi Michal, do you have a branch somewhere that I can easily checkout to play with it/test it?
Yes: https://gitlab.com/MichalPrivoznik/libvirt/-/tree/virtio_mem_v4 There were some comments in Peter's review and I really should fix my code according to them and merge/send v4. Michal