Re: [libvirt] [PATCH V2 1/6] qemu: Remove vram attribute in some cases

2014-07-25 Thread Wang Rui
On 2014/7/24 17:37, Pavel Hrdina wrote: --- src/conf/domain_conf.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) [...] @@ -9474,9 +9471,19 @@ virDomainVideoDefParseXML(xmlNodePtr node, } if (vram) { +/* For type of kvm, vram attribute seems

Re: [libvirt] [PATCH V2 1/6] qemu: Remove vram attribute in some cases

2014-07-24 Thread Pavel Hrdina
On 14.7.2014 13:20, Wang Rui wrote: From: Zeng Junliang zengjunli...@huawei.com The vram attribute is invalid for cirrus and stdvga device, and default vram value would make us confused. It would be better to remove it. Signed-off-by: Zeng Junliang zengjunli...@huawei.com Signed-off-by:

[libvirt] [PATCH V2 1/6] qemu: Remove vram attribute in some cases

2014-07-14 Thread Wang Rui
From: Zeng Junliang zengjunli...@huawei.com The vram attribute is invalid for cirrus and stdvga device, and default vram value would make us confused. It would be better to remove it. Signed-off-by: Zeng Junliang zengjunli...@huawei.com Signed-off-by: Wang Rui moon.wang...@huawei.com ---