On a Saturday in 2025, Laine Stump wrote:
This can/should also be done for a traditional vhost-user interface
(ie not backend type='passt') but that will be a separate change.
Signed-off-by: Laine Stump
---
src/qemu/qemu_validate.c | 9 ++-
...vhostuser-passt-no-shmem.x86_6
On a Saturday in 2025, Laine Stump wrote:
Almost everything is already there (in the section for using passt
with type='user'), so we just need to point to that from the
type='vhostuser' section (and vice versa), and add a bit of glue.
Also updated a few related details that have changed (e.g. d
On a Saturday in 2025, Laine Stump wrote:
needs to run the
passt command just as is done for interface type='user', but then add
vhostuser bits to the qemu commandline/monitor command.
There are some changes to the parsing/validation along with changes to
the vhostuser codepath do do the extra
On a Saturday in 2025, Laine Stump wrote:
This reorganizes the section about and
describes the differences in behavior between SLIRP and passt.
Resolves: https://issues.redhat.com/browse/RHEL-46601
Signed-off-by: Laine Stump
---
docs/formatdomain.rst | 116 -
On a Saturday in 2025, Laine Stump wrote:
Signed-off-by: Laine Stump
---
NEWS.rst | 8
1 file changed, 8 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index 4fc8a3bba0..7984f358f3 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -54,6 +54,14 @@ v11.1.0 (unreleased)
The virtio-mem model of `
On a Saturday in 2025, Laine Stump wrote:
Oops - sorry, I had recreated my branch so git-publish didn't
recognize the series as a v2, so all the subject lines are missing v2
:-/. Hopefully this won't cause too much confusion.
On 2/15/25 12:20 AM, Laine Stump wrote:
[...]
Laine Stump (12):
From: Hyman Huang
Introduce virDomainSetVcpuTuneParameters API to support
tunables of virtual CPUs.
Signed-off-by: Hyman Huang
---
include/libvirt/libvirt-domain.h | 13
src/driver-hypervisor.h | 8 +
src/libvirt-domain.c | 56
From: Hyman Huang
Support hotplug/hotunplug of virtual CPU by wrapping the
existing interface qemuDomainSetVcpu.
Signed-off-by: Hyman Huang
---
include/libvirt/libvirt-domain.h | 12
src/qemu/qemu_driver.c | 29 +
2 files changed, 41 insertion
From: Hyman Huang
This patchset is the prerequisite for the vCPU dirty-limit feature:
https://patchew.org/Libvirt/cover.1703135535.git.yong.hu...@smartx.com/
As suggested by Daniel:
We've generally tried to avoid adding single purpose APIs for
tunable parameters, instead using APIs with virType
Oops - sorry, I had recreated my branch so git-publish didn't recognize
the series as a v2, so all the subject lines are missing v2 :-/.
Hopefully this won't cause too much confusion.
On 2/15/25 12:20 AM, Laine Stump wrote:
Changes from V1:
* fixed missing change to error log message
Signed-off-by: Laine Stump
---
NEWS.rst | 8
1 file changed, 8 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index 4fc8a3bba0..7984f358f3 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -54,6 +54,14 @@ v11.1.0 (unreleased)
The virtio-mem model of device can now be used with s390
From: Hyman Huang
Signed-off-by: Hyman Huang
---
tools/virsh-domain.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index f3da2f903f..83db56460b 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -7345,6 +7
12 matches
Mail list logo