[PATCH v2 0/2] qga: Support NVMe disk type and SMART

zhenwei pi posted 2 patches 2 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220420022610.418052-1-pizhenwei@bytedance.com
Maintainers: Michael Roth <michael.roth@amd.com>
qga/commands-posix.c | 78 +++++++++++++++++++++++++++++++++++++++++++-
qga/qapi-schema.json | 56 +++++++++++++++++++++++++++++--
2 files changed, 131 insertions(+), 3 deletions(-)
[PATCH v2 0/2] qga: Support NVMe disk type and SMART
Posted by zhenwei pi 2 years ago
v1 -> v2:
 - Update version from 7.0 to 7.1.

v1:
 - Introduce NVMe type for command 'guest-get-disks'.
 - Introduce SMART, and implement NVMe SMART for command 'guest-get-disks'.

Zhenwei Pi (2):
  qga: Introduce NVMe disk bus type
  qga: Introduce disk smart

 qga/commands-posix.c | 78 +++++++++++++++++++++++++++++++++++++++++++-
 qga/qapi-schema.json | 56 +++++++++++++++++++++++++++++--
 2 files changed, 131 insertions(+), 3 deletions(-)

-- 
2.20.1
PING: [PATCH v2 0/2] qga: Support NVMe disk type and SMART
Posted by zhenwei pi 2 years ago
Hi, Markus & Michael

Could you please give any hint about this patch?

On 4/20/22 10:26, zhenwei pi wrote:
> v1 -> v2:
>   - Update version from 7.0 to 7.1.
> 
> v1:
>   - Introduce NVMe type for command 'guest-get-disks'.
>   - Introduce SMART, and implement NVMe SMART for command 'guest-get-disks'.
> 
> Zhenwei Pi (2):
>    qga: Introduce NVMe disk bus type
>    qga: Introduce disk smart
> 
>   qga/commands-posix.c | 78 +++++++++++++++++++++++++++++++++++++++++++-
>   qga/qapi-schema.json | 56 +++++++++++++++++++++++++++++--
>   2 files changed, 131 insertions(+), 3 deletions(-)
> 

-- 
zhenwei pi