Re: Archives for Google Summer of Code -2020

2025-09-07 Thread Laine Stump
On 9/4/25 5:01 PM, Prakhar Bansal wrote: Hi Team, I contributed to Libvirt in Google Summer of Code 2020 for the Libvirt Driver for Jailhouse. https://summerofcode.withgoogle.com/archive/2020/ projects/5436033845428224

Re: [PATCH] libvirt-host: VIR_NODE_CPU_STATS_GUEST: clarify "guest" time

2025-09-07 Thread Jim Fehlig via Devel
On 9/5/25 03:36, Claudio Fontana wrote: clarify that "guest" time is time spent running VCPUs specifically. Signed-off-by: Claudio Fontana --- include/libvirt/libvirt-host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Jim Fehlig Regards, Jim diff --git a/include

Re: [PATCH 1/1] x86: install modules-load.d file to load msr module

2025-09-07 Thread Jim Fehlig via Devel
On 9/4/25 17:00, Hector Cao wrote: On Thu, Sep 4, 2025 at 11:40 PM Jim Fehlig > wrote: On 9/3/25 06:49, Hector Cao wrote: > On recent Intel CPUs, some of the CPU features (mostly > vmx-* subfeatures) are listed and controlled via the > MSRs (Model S

[PATCH] tests: Drop unused vm variable in testQemuMonitorCPUInfo

2025-09-07 Thread Jiri Denemark via Devel
From: Jiri Denemark Signed-off-by: Jiri Denemark --- tests/qemumonitorjsontest.c | 5 - 1 file changed, 5 deletions(-) diff --git a/tests/qemumonitorjsontest.c b/tests/qemumonitorjsontest.c index 38779a20d0..65b14ca318 100644 --- a/tests/qemumonitorjsontest.c +++ b/tests/qemumonitorjsontes

[PATCH v3 01/13] ch: add ch_hotplug.{h,c} files to CH build

2025-09-07 Thread Stefan Kober
The files are meant to contain all device hotplug related code. The first implementation will be live storage attach and detach. On-behalf-of: SAP stefan.ko...@sap.com Signed-off-by: Stefan Kober --- src/ch/ch_hotplug.c | 35 +++ src/ch/ch_hotplug.h | 27 +

Re: [PATCH 1/1] x86: install modules-load.d file to load msr module

2025-09-07 Thread Hector Cao
On Thu, Sep 4, 2025 at 11:40 PM Jim Fehlig wrote: > On 9/3/25 06:49, Hector Cao wrote: > > On recent Intel CPUs, some of the CPU features (mostly > > vmx-* subfeatures) are listed and controlled via the > > MSRs (Model Specific Registers) instead of the traditional > > CPUID instruction method. >

[PATCH 6/8] qemu: Add acpi-generic-initiator unit test

2025-09-07 Thread Andrea Righi via Devel
Signed-off-by: Andrea Righi --- .../acpi-generic-initiator.x86_64-latest.args | 55 .../acpi-generic-initiator.x86_64-latest.xml | 63 +++ .../acpi-generic-initiator.xml| 63 +++ tests/qemuxmlconftest.c | 1 +

[PATCH] libvirt-host: VIR_NODE_CPU_STATS_GUEST: clarify "guest" time

2025-09-07 Thread Claudio Fontana
clarify that "guest" time is time spent running VCPUs specifically. Signed-off-by: Claudio Fontana --- include/libvirt/libvirt-host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libvirt/libvirt-host.h b/include/libvirt/libvirt-host.h index 2b899144d3..398b40c35a 1