On Thu, Sep 04, 2025 at 16:46:53 +0200, Jiri Denemark via Devel wrote:
> From: Jiri Denemark
>
> When getting enabled CPU features (qemuMonitorJSONGetCPUData), we used
> to call qemuMonitorJSONGetCPUProperties to get the list of all boolean
> properties and then queried their values and ignored p
*** BLURB HERE ***
Michal Prívozník (5):
ch: Emit event on device attach
ch: Emit event on device attach
ch: Propagate lifecycle events
ch: Implement virConnectDomainEventRegister()
ch: Implement virConnectDomainEventDeregister()
src/ch/ch_driver.c | 41 +++
From: Michal Privoznik
Signed-off-by: Michal Privoznik
---
src/ch/ch_driver.c | 22 ++
1 file changed, 22 insertions(+)
diff --git a/src/ch/ch_driver.c b/src/ch/ch_driver.c
index 0a516f3384..d16e2ed3aa 100644
--- a/src/ch/ch_driver.c
+++ b/src/ch/ch_driver.c
@@ -2434,6 +243
From: Michal Privoznik
Signed-off-by: Michal Privoznik
---
src/ch/ch_driver.c | 19 +++
1 file changed, 19 insertions(+)
diff --git a/src/ch/ch_driver.c b/src/ch/ch_driver.c
index d16e2ed3aa..ad13306c4c 100644
--- a/src/ch/ch_driver.c
+++ b/src/ch/ch_driver.c
@@ -2455,6 +2455,2
From: Michal Privoznik
When a device is detached from a running guest we ought to emit the
VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED event.
Signed-off-by: Michal Privoznik
---
src/ch/ch_hotplug.c | 15 +--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/src/ch/ch_hotplug.c
From: Michal Privoznik
When a device is attached to a running guest we ought to emit the
VIR_DOMAIN_EVENT_ID_DEVICE_ADDED event.
Signed-off-by: Michal Privoznik
---
src/ch/ch_hotplug.c | 18 ++
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/src/ch/ch_hotplug.c b
From: Michal Privoznik
We already have a thread that listens on cloud-hypervisor's
monitor for incoming events and processes them. What is missing
though, is emitting of corresponding lifecycle events.
Signed-off-by: Michal Privoznik
---
src/ch/ch_events.c | 55
On 9/10/25 10:43, Ján Tomko via Devel wrote:
> Ján Tomko (2):
> build: bump minimum glib version to 2.68
> util: remove glibcompat.c
>
> meson.build | 2 +-
> src/conf/virdomainjob.c | 6 +-
> src/esx/esx_vi_types.c | 9 +-
> src/internal.h | 2
On a Friday in 2025, Michal Privoznik via Devel wrote:
*** BLURB HERE ***
Michal Prívozník (5):
ch: Emit event on device attach
ch: Emit event on device attach
ch: Propagate lifecycle events
ch: Implement virConnectDomainEventRegister()
ch: Implement virConnectDomainEventDeregister()
src/c
ping)
On 01.09.25 18:39, Vladimir Sementsov-Ogievskiy wrote:
This option doesn't make sense since long ago (10 years!)
commit 1e7398a140f7a6 ("vhost: enable vhost without without MSI-X").
Prior 1e7398a140f7a6, to enable vhost for some specific kind of guests
(that don't have MSI-X support), you
From: Ján Tomko
Signed-off-by: Ján Tomko
---
...t-user-fs-ccw.s390x-latest.virtiofsd0.args | 3 ++
...fs-fd-memory.x86_64-latest.virtiofsd0.args | 9 ++
...fd-openfiles.x86_64-latest.virtiofsd0.args | 10 ++
...fs-hugepages.x86_64-latest.virtiofsd0.args | 3 ++
...fs-hugepages.x86_64
11 matches
Mail list logo