
On 07/30/2015 05:48 PM, Daniel P. Berrange wrote:
On Thu, Jul 23, 2015 at 06:13:46PM +0800, Luyao Huang wrote:
Introduce a new element in shmem device element, this could help users to change the shm label to a specified label.
Signed-off-by: Luyao Huang <lhuang@redhat.com> --- docs/formatdomain.html.in | 7 ++++++ docs/schemas/domaincommon.rng | 3 +++ src/conf/domain_conf.c | 55 ++++++++++++++++++++++++++++++++++--------- src/conf/domain_conf.h | 5 ++++ 4 files changed, 59 insertions(+), 11 deletions(-) As already mentioned, this must include additions to the qemu tests suite for XML to XML conversion.
I must forgot this during wrote this patch, thanks for pointing out that, i will add a tests for the new XML element in next version. Thanks a lot for your review.
Regards, Daniel
Luyao