[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/4] qga/commands-posix: Rework build_guest_fsinfo_for_rea
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 2/4] qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function |
Date: |
Wed, 22 Jul 2020 10:19:10 +0100 |
User-agent: |
Mutt/1.14.5 (2020-06-23) |
On Wed, Jul 22, 2020 at 06:40:26AM +0200, Thomas Huth wrote:
> We are going to support non-PCI devices soon. For this we need to split
> the generic GuestDiskAddress and GuestDiskAddressList memory allocation
> and list chaining into a separate function first.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> qga/commands-posix.c | 65 ++++++++++++++++++++++++++++----------------
> 1 file changed, 41 insertions(+), 24 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 0/4] Allow guest-get-fsinfo also for non-PCI devices, Thomas Huth, 2020/07/22
- [PATCH v2 1/4] qga/qapi-schema: Document -1 for invalid PCI address fields, Thomas Huth, 2020/07/22
- [PATCH v2 2/4] qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function, Thomas Huth, 2020/07/22
- Re: [PATCH v2 2/4] qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function,
Daniel P . Berrangé <=
- [PATCH v2 3/4] qga/commands-posix: Move the udev code from the pci to the generic function, Thomas Huth, 2020/07/22
- [PATCH v2 4/4] qga/commands-posix: Support fsinfo for non-PCI virtio devices, too, Thomas Huth, 2020/07/22
- Re: [PATCH v2 0/4] Allow guest-get-fsinfo also for non-PCI devices, Michael Roth, 2020/07/27