[PATCH] news: Document recent dbus-vmstate changes
by Michal Privoznik
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
docs/news.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml
index 7ef18cf7b8..37b7fd9bba 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -114,6 +114,17 @@
malfunctioning VM could affect all those running on the same host.
</description>
</change>
+ <change>
+ <summary>
+ qemu: Support migration with SLIRP interface
+ </summary>
+ <description>
+ As <code>libslirp</code> evolves, so does QEMU. The recent change is
+ that instead of peer-to-peer connection between QEMU and
+ <code>slirp-helper</code> process a separate D-BUS bus is created.
+ This enables QEMU to migrate with a SLIRP interface.
+ </description>
+ </change>
</section>
<section title="Bug fixes">
<change>
--
2.24.1
4 years, 7 months
[libvirt PATCH 0/4] AUTHORS: assorted improvements
by Ján Tomko
Ján Tomko (4):
AUTHORS: s/Authors/authors/
AUTHORS: use slashes for Andrea's e-mail address
AUTHORS: add some emojis
AUTHORS: remove myself
AUTHORS.in | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
--
2.25.1
4 years, 7 months
[libvirt PATCH] news: Update for libvirt 6.2.0
by Andrea Bolognani
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
docs/news.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml
index bcec1d81e9..7ef18cf7b8 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -55,6 +55,27 @@
automatically.
</description>
</change>
+ <change>
+ <summary>
+ qemu: Add virtiofs support
+ </summary>
+ <description>
+ This feature, introduced in QEMU 4.2, is a more modern alternative
+ to virtio-9p, which is exposed through the same
+ <code><filesystem/></code> element.
+ </description>
+ </change>
+ <change>
+ <summary>
+ admin: Support reloading TLS certificates
+ </summary>
+ <description>
+ After renewing TLS certificates, it was usually necessary to restart
+ libvirtd for the new ones to be loaded: now the same result can be
+ obtained without restarting the daemon by using <code>virt-admin
+ server-update-tls</code>.
+ </description>
+ </change>
</section>
<section title="Removed features">
<change>
@@ -70,6 +91,29 @@
</change>
</section>
<section title="Improvements">
+ <change>
+ <summary>
+ qemu: Don't compare local and remote hostnames on migration
+ </summary>
+ <description>
+ This check was introduced to prevent same-host migration, but did
+ not work as expected when multiple libvirtd instances were running
+ on the same host but in different containers. With this release, the
+ host UUID (which should be unique to the container) is checked
+ instead.
+ </description>
+ </change>
+ <change>
+ <summary>
+ qemu: Use per-VM event loops
+ </summary>
+ <description>
+ Instead of using a single even loop to process communication with
+ the QEMU monitor and guest agent, create a separate one for each VM.
+ This helps with scalability and prevents scenarios where a single
+ malfunctioning VM could affect all those running on the same host.
+ </description>
+ </change>
</section>
<section title="Bug fixes">
<change>
@@ -90,6 +134,16 @@
QEMU-4.2.
</description>
</change>
+ <change>
+ <summary>
+ Don't generate machine names containing dots
+ </summary>
+ <description>
+ Even though the guest name containing dots is not a problem for
+ libvirt itself, we need to strip them out when registering with
+ machined because of the latter's requirements.
+ </description>
+ </change>
</section>
</release>
<release version="v6.1.0" date="2020-03-03">
--
2.25.1
4 years, 7 months
[PATCH 0/2] qemu: Fix two checkpoint redefine issues
by Peter Krempa
Peter Krempa (2):
qemu: checkpoint: Allow checkpoint redefine for offline VMs
virDomainCheckpointRedefinePrep: Set 'current' checkpoint if there
isn't any
src/conf/checkpoint_conf.c | 4 ++++
src/qemu/qemu_checkpoint.c | 20 +++++++++++---------
2 files changed, 15 insertions(+), 9 deletions(-)
--
2.25.1
4 years, 7 months
[libvirt PATCH 0/3] qemu: s390: fix disk error policy with blockdev
by Ján Tomko
https://bugzilla.redhat.com/show_bug.cgi?id=1819250
Ján Tomko (3):
tests: qemu: add disk-error-policy tests for s390x
qemu: add QEMU_CAPS_STORAGE_WERROR
qemu: use QEMU_CAPS_STORAGE_WERROR for disk-error attributes
src/qemu/qemu_capabilities.c | 8 ++++
src/qemu/qemu_capabilities.h | 1 +
src/qemu/qemu_command.c | 4 +-
.../caps_2.10.0.s390x.xml | 1 +
.../caps_2.11.0.s390x.xml | 1 +
.../caps_2.12.0.s390x.xml | 1 +
.../qemucapabilitiesdata/caps_2.7.0.s390x.xml | 1 +
.../qemucapabilitiesdata/caps_2.8.0.s390x.xml | 1 +
.../qemucapabilitiesdata/caps_2.9.0.s390x.xml | 1 +
.../caps_3.0.0.riscv32.xml | 1 +
.../caps_3.0.0.riscv64.xml | 1 +
.../qemucapabilitiesdata/caps_3.0.0.s390x.xml | 1 +
.../caps_3.0.0.x86_64.xml | 1 +
.../qemucapabilitiesdata/caps_3.1.0.ppc64.xml | 1 +
.../caps_3.1.0.x86_64.xml | 1 +
.../caps_4.0.0.aarch64.xml | 1 +
.../qemucapabilitiesdata/caps_4.0.0.ppc64.xml | 1 +
.../caps_4.0.0.riscv32.xml | 1 +
.../caps_4.0.0.riscv64.xml | 1 +
.../qemucapabilitiesdata/caps_4.0.0.s390x.xml | 1 +
.../caps_4.0.0.x86_64.xml | 1 +
.../caps_4.1.0.x86_64.xml | 1 +
.../caps_4.2.0.aarch64.xml | 1 +
.../qemucapabilitiesdata/caps_4.2.0.ppc64.xml | 1 +
.../qemucapabilitiesdata/caps_4.2.0.s390x.xml | 1 +
.../caps_4.2.0.x86_64.xml | 1 +
.../caps_5.0.0.aarch64.xml | 1 +
.../qemucapabilitiesdata/caps_5.0.0.ppc64.xml | 1 +
.../caps_5.0.0.x86_64.xml | 1 +
.../disk-error-policy-s390x.s390x-2.12.0.args | 42 ++++++++++++++++++
.../disk-error-policy-s390x.s390x-latest.args | 43 +++++++++++++++++++
.../disk-error-policy-s390x.xml | 37 ++++++++++++++++
tests/qemuxml2argvtest.c | 2 +
33 files changed, 161 insertions(+), 2 deletions(-)
create mode 100644 tests/qemuxml2argvdata/disk-error-policy-s390x.s390x-2.12.0.args
create mode 100644 tests/qemuxml2argvdata/disk-error-policy-s390x.s390x-latest.args
create mode 100644 tests/qemuxml2argvdata/disk-error-policy-s390x.xml
--
2.25.1
4 years, 7 months