mbox series

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

Message ID 20220420022610.418052-1-pizhenwei@bytedance.com (mailing list archive)
Headers show
Series qga: Support NVMe disk type and SMART | expand

Message

zhenwei pi April 20, 2022, 2:26 a.m. UTC
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(-)

Comments

zhenwei pi April 27, 2022, 1:51 a.m. UTC | #1
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(-)
>