[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] qga/commands-posix: Send CCW address on s390x with the fs
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v2] qga/commands-posix: Send CCW address on s390x with the fsinfo data |
Date: |
Wed, 16 Dec 2020 16:33:51 +0100 |
On Fri, 27 Nov 2020 09:23:53 +0100
Thomas Huth <thuth@redhat.com> wrote:
> We need the CCW address on the libvirt side to correctly identify
> the disk, so add this information to the GuestDiskAddress on s390x.
>
> Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1755075
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> v2: Add missing comment about "subchno" (thanks to Cornelia for spotting
> this)
>
> The libirt part of this fix can be found here:
> https://www.redhat.com/archives/libvir-list/2020-November/msg01455.html
>
> qga/commands-posix.c | 34 ++++++++++++++++++++++++++++++++++
> qga/qapi-schema.json | 20 +++++++++++++++++++-
> 2 files changed, 53 insertions(+), 1 deletion(-)
Thanks, applied.