Re: [libvirt] [PATCH v7 08/14] conf: Introduce parser, formatter for uid and fid

2018-11-05 Thread Andrea Bolognani
On Fri, 2018-10-19 at 11:40 +0800, Yi Min Zhao wrote: > This patch introduces new XML parser/formatter functions. Uid is > 16-bit and non-zero. Fid is 32-bit. They are the two attributes of zpci > which is introduced as PCI address element. Zpci element is parsed and > formatted along with PCI addr

[libvirt] [PATCH v7 08/14] conf: Introduce parser, formatter for uid and fid

2018-10-18 Thread Yi Min Zhao
This patch introduces new XML parser/formatter functions. Uid is 16-bit and non-zero. Fid is 32-bit. They are the two attributes of zpci which is introduced as PCI address element. Zpci element is parsed and formatted along with PCI address. And add the related test cases. Signed-off-by: Yi Min Zh