[PATCH] news: Add item for guest load averages

Martin Kletzander posted 1 patch 11 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/3bcbcd2659dd81779ee78ac499f79f2f456374c9.1741008721.git.mkletzan@redhat.com
NEWS.rst | 2 ++
1 file changed, 2 insertions(+)
[PATCH] news: Add item for guest load averages
Posted by Martin Kletzander 11 months, 1 week ago
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
 NEWS.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 9c940b1a8176..d7d40cf5546d 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,8 @@ v11.2.0 (unreleased)
 
 * **New features**
 
+  * qemu: Added guest load averages to the output of virDomainGetGuestInfo
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.48.1
Re: [PATCH] news: Add item for guest load averages
Posted by Pavel Hrdina 11 months ago
On Mon, Mar 03, 2025 at 02:32:01PM +0100, Martin Kletzander wrote:
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
> ---
>  NEWS.rst | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 9c940b1a8176..d7d40cf5546d 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -17,6 +17,8 @@ v11.2.0 (unreleased)
>  
>  * **New features**
>  
> +  * qemu: Added guest load averages to the output of virDomainGetGuestInfo
> +

It should probably mention that this new feature will be available with
qemu-guest-agent 10.0, the commit message for it in libvirt mentions 9.3
but that version is incorrect.

With that added.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Re: [PATCH] news: Add item for guest load averages
Posted by Martin Kletzander via Devel 10 months, 3 weeks ago
On Fri, Mar 14, 2025 at 09:07:52AM +0100, Pavel Hrdina wrote:
>On Mon, Mar 03, 2025 at 02:32:01PM +0100, Martin Kletzander wrote:
>> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
>> ---
>>  NEWS.rst | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/NEWS.rst b/NEWS.rst
>> index 9c940b1a8176..d7d40cf5546d 100644
>> --- a/NEWS.rst
>> +++ b/NEWS.rst
>> @@ -17,6 +17,8 @@ v11.2.0 (unreleased)
>>
>>  * **New features**
>>
>> +  * qemu: Added guest load averages to the output of virDomainGetGuestInfo
>> +
>
>It should probably mention that this new feature will be available with
>qemu-guest-agent 10.0, the commit message for it in libvirt mentions 9.3
>but that version is incorrect.
>
>With that added.
>
>Reviewed-by: Pavel Hrdina <phrdina@redhat.com>

Thanks for finding that, I added it.