[PATCH 0/2] qga: Add ZFS TRIM support for FreeBSD

Alexander Ivanov posted 2 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221115184600.747961-1-alexander.ivanov@virtuozzo.com
Maintainers: Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>
qga/commands-bsd.c    | 109 ++++++++++++++++++++++++++++++++++++++++++
qga/commands-common.h |   1 +
qga/commands-linux.c  |  73 ++++++++++++++++++++++++++++
qga/commands-posix.c  |  72 ----------------------------
4 files changed, 183 insertions(+), 72 deletions(-)
[PATCH 0/2] qga: Add ZFS TRIM support for FreeBSD
Posted by Alexander Ivanov 1 year, 5 months ago
Move Linux-specific FS TRIM code to commands-linux.c and add support of
ZFS TRIM for FreeBSD.

Alexander Ivanov (2):
  qga: Move FS TRIM code to commands-linux.c
  qga: Add ZFS TRIM support for FreeBSD

 qga/commands-bsd.c    | 109 ++++++++++++++++++++++++++++++++++++++++++
 qga/commands-common.h |   1 +
 qga/commands-linux.c  |  73 ++++++++++++++++++++++++++++
 qga/commands-posix.c  |  72 ----------------------------
 4 files changed, 183 insertions(+), 72 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] qga: Add ZFS TRIM support for FreeBSD
Posted by Konstantin Kostiuk 1 year, 4 months ago
Hi Alexander,

Can you please rebase your changes to the current master?
I failed to apply these patches.

Best Regards,
Konstantin Kostiuk.


On Tue, Nov 15, 2022 at 8:46 PM Alexander Ivanov <
alexander.ivanov@virtuozzo.com> wrote:

> Move Linux-specific FS TRIM code to commands-linux.c and add support of
> ZFS TRIM for FreeBSD.
>
> Alexander Ivanov (2):
>   qga: Move FS TRIM code to commands-linux.c
>   qga: Add ZFS TRIM support for FreeBSD
>
>  qga/commands-bsd.c    | 109 ++++++++++++++++++++++++++++++++++++++++++
>  qga/commands-common.h |   1 +
>  qga/commands-linux.c  |  73 ++++++++++++++++++++++++++++
>  qga/commands-posix.c  |  72 ----------------------------
>  4 files changed, 183 insertions(+), 72 deletions(-)
>
> --
> 2.34.1
>
>