Re: [RFC] Change default ipv6 network from fec0/10 (site local) to fe80/10 (link local)

2021-01-27 Thread Philippe Mathieu-Daudé
Hi Doug, Cc'ing more developers. On 1/27/21 8:13 PM, Doug Evans wrote: > Hi. > > This is just an information gathering question. I don't know enough to > formally propose the change. > I happened to notice QEMU's default for the ipv6 network is fec0::/10 > which is deprecated (RFC3879). > I

Re: [PATCH] docs/interop/qmp-spec: Document the request queue limit

2021-01-27 Thread John Snow
On 1/27/21 9:47 AM, Markus Armbruster wrote: Signed-off-by: Markus Armbruster --- docs/interop/qmp-spec.txt | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/interop/qmp-spec.txt b/docs/interop/qmp-spec.txt index cdf5842555..b0e8351d5b 100644 ---

[PATCH] qemu: Add virtio related options to vsock

2021-01-27 Thread Boris Fiuczynski
Add virtio related options iommu, ats and packed as driver element attributes to vsock devices. Ex: Signed-off-by: Boris Fiuczynski --- docs/formatdomain.rst | 2 + docs/schemas/domaincommon.rng | 5 +++ src/conf/domain_conf.c

[PATCH] Increase timeout for tests and syntax-check

2021-01-27 Thread Michal Privoznik
Since we've switched to meson our tests run with a timeout (meson uses 30 seconds as the default). However, not every machine that builds libvirt is fast enough to run every test under 30 seconds (each test binary has its own timeout, but still). For instance when building a package for distro on

[PATCH] docs/interop/qmp-spec: Document the request queue limit

2021-01-27 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- docs/interop/qmp-spec.txt | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/interop/qmp-spec.txt b/docs/interop/qmp-spec.txt index cdf5842555..b0e8351d5b 100644 --- a/docs/interop/qmp-spec.txt +++ b/docs/interop/qmp-spec.txt @@

Re: failed to start vm after add vsock device

2021-01-27 Thread Michal Privoznik
On 1/26/21 2:13 PM, longguang.yue wrote: Hi, all: there is no error when launch qemu-kvm from cli directly, but vm fails to start via libvirtd. i have tried to chmod 0666 /dev/vhost-vsock. error: internal error: qemu unexpectedly closed the monitor: 2021-01-26T13:06:06.403097Z

failed to start vm after add vsock device

2021-01-27 Thread longguang.yue
Hi, all: there is no error when launch qemu-kvm from cli directly, but vm fails to start via libvirtd. i have tried to chmod 0666 /dev/vhost-vsock. error: internal error: qemu unexpectedly closed the monitor: 2021-01-26T13:06:06.403097Z qemu-kvm: -device

Re: [PATCH] tests: qemucapabilities: Add test data for qemu-6.0 release cycle

2021-01-27 Thread Ján Tomko
On a Wednesday in 2021, Peter Krempa wrote: Add the capabilities test data for the next qemu development cycle so that we stay up to date. Based on v5.2.0-1374-g9cd69f1a27 Notable changes detected by libvirt are the new machine types and 'intel-pt-lip', 'avx512-fp16', 'kvm-msi-ext-dest-id' cpu

Re: [PATCH 00/23] RFC: get rid of macros when dealing with block io tunes

2021-01-27 Thread Nikolay Shirokovskiy
Polite ping. On Mon, Jan 11, 2021 at 12:49 PM Nikolay Shirokovskiy < nshirokovs...@virtuozzo.com> wrote: > Hi, all. > > I started this work as adding missing parts/fixing issues/etc in block > iotune > code but then turned to refactoring code. We use a lot of macros in this > place > and if we

Re: [libvirt PATCH] spec: Drop gettext-devel from the SPEC file

2021-01-27 Thread Daniel P . Berrangé
On Wed, Jan 27, 2021 at 12:18:50PM +0100, Erik Skultety wrote: > With meson, we don't need the gettext headers anymore, meson takes care > of that and we only need to have xgettext installed. > Without this patch RPM build in Fedora containers fails. > > Signed-off-by: Erik Skultety > --- >

[libvirt PATCH] spec: Drop gettext-devel from the SPEC file

2021-01-27 Thread Erik Skultety
With meson, we don't need the gettext headers anymore, meson takes care of that and we only need to have xgettext installed. Without this patch RPM build in Fedora containers fails. Signed-off-by: Erik Skultety --- libvirt.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git

Re: [PATCH] remote: Add libvirtd dependency to virt-guest-shutdown.target

2021-01-27 Thread Christian Ehrhardt
On Wed, Nov 4, 2020 at 7:47 AM Neal Gompa wrote: > > On Tue, Nov 3, 2020 at 9:26 PM Jim Fehlig wrote: > > > > When restarting libvirt services and sockets *and* libvirt-guests.service > > is running, the latter will sometimes hang when trying to connect to > > libvirtd. Even though