mbox series

[RESEND,0/2] Introduce NVMe type and Smart for qga

Message ID 20220323101958.300848-1-pizhenwei@bytedance.com (mailing list archive)
Headers show
Series Introduce NVMe type and Smart for qga | expand

Message

zhenwei pi March 23, 2022, 10:19 a.m. UTC
Introduce NVMe disk type for qga firstly, then support SMART in the
response of command "guest-get-disks".

Originally I sent the 2 patch separately, because the second patch is
dependent on the first one. So resend them in a patchset.


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(-)