Re: network config not working on newer libvirt

2020-09-16 Thread daggs
Greetings Laine, I've found the issue, I was able install tcpdump within libreelec, I saw that the dhcp sends and receives pkts well. so I've thought it might be related to the, I've replaced type from virtio to e1000 and it worked. libreelec uses kernel 5.1.16 so I assume there is a bug there

Question about reduced memory by balloon driver (QEMU specific?)

2020-09-16 Thread Henry lol
Hi guys, When a guest's memory is dynamically reduced with setMemory API (and "balloon" QMP API), I'm wondering whether the virtio-balloon driver in the guest is consuming such reduced memory. If so, how can I see that the memory virtio-balloon is consuming? and is it possible the virtio-balloon

Re: Network update disrupts network usage

2020-09-16 Thread Joel Colledge
> The networkUpdate() method in libvirt source will recreate firewall > rules if any DHCP hosts change. This is because the firewall rules > differ when there is zero vs non-zero number of DHCP hosts present. > > This could be optimized to only recreate when going from zero to > non-zero or