[libvirt] 答复: [PATCH 0/3] virSysinfo: Introduce SMBIOS type 3 support

2018-02-14 Thread Zhuangyanying
> -邮件原件- > 发件人: John Ferlan [mailto:jfer...@redhat.com] > 发送时间: 2018年2月14日 22:02 > 收件人: Zhuangyanying <ann.zhuangyany...@huawei.com>; > libvir-list@redhat.com; berra...@redhat.com > 抄送: Zhangbo (Oscar) <oscar.zhan...@huawei.com>; Gonglei (Arei) > <

[libvirt] [PATCH 0/3] virSysinfo: Introduce SMBIOS type 3 support

2018-02-14 Thread Zhuangyanying
From: Zhuang Yanying Some applications inside VM need to access SMBIOS Chassis Asset Tag, which should be emulated. access inside VM (for example) Linux: /sys/class/dmi/id/chassis_asset_tag. Windows: (Get-WmiObject Win32_SystemEnclosure).SMBIOSAssetTag

[libvirt] [PATCH 2/3] qemu: add support for generating SMBIOS Chassis strings command line

2018-02-14 Thread Zhuangyanying
From: Zhuang Yanying This wires up the previously added Chassis strings XML schema to be able to generate comamnd line args for QEMU. This requires QEMU >= 2.1 release containing this patch: SMBIOS: Build aggregate smbios tables and entry point

[libvirt] [PATCH 1/3] conf: add support for setting Chassis SMBIOS data fields

2018-02-14 Thread Zhuangyanying
From: Zhuang Yanying This type of information defines attributes of a system chassis, such as SMBIOS Chassis Asset Tag. access inside VM (for example) Linux: /sys/class/dmi/id/chassis_asset_tag. Windows: (Get-WmiObject Win32_SystemEnclosure).SMBIOSAssetTag

[libvirt] [PATCH 3/3] news: add support for setting Chassis SMBIOS data fields

2018-02-14 Thread Zhuangyanying
From: Zhuang Yanying Signed-off-by: Zhuang Yanying --- docs/news.xml | 5 + 1 file changed, 5 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 5a2943a..b60cb2d 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -72,6

[libvirt] [RFC] virSysinfo: Introduce SMBIOS type 3 support

2018-02-08 Thread Zhuangyanying
From: Zhuang Yanying Some applications inside VM need to access SMBIOS Chassis Asset Tag, which should be emulated. It has already been realized in qemu, SMBIOS: Build aggregate smbios tables and entry point