Re: [libvirt] [PATCH V2 2/6] qemu: Introduce vgamem attribute for video model

2014-07-25 Thread Wang Rui
On 2014/7/24 17:48, Pavel Hrdina wrote: >> index e59ea4c..18d5c17 100644 >> --- a/src/libvirt_private.syms >> +++ b/src/libvirt_private.syms >> @@ -434,6 +434,7 @@ virDomainVcpuPinDel; >> virDomainVcpuPinFindByVcpu; >> virDomainVcpuPinIsDuplicate; >> virDomainVideoDefaultRAM; >> +virDomainVideo

Re: [libvirt] [PATCH V2 2/6] qemu: Introduce vgamem attribute for video model

2014-07-25 Thread Wang Rui
On 2014/7/24 17:40, Michal Privoznik wrote: >> --- >> src/conf/domain_conf.c | 48 ++- >> src/conf/domain_conf.h | 3 +- >> src/libvirt_private.syms | 1 + >> src/qemu/qemu_command.c | 75 >> >> 4 files chan

Re: [libvirt] [PATCH V2 2/6] qemu: Introduce vgamem attribute for video model

2014-07-24 Thread Pavel Hrdina
On 14.7.2014 13:20, Wang Rui wrote: > From: Zeng Junliang > > This patch introduces vgamem attribute for video model, and sets > its default value as qemu used. Parse it in two ways accroding to > qemu startup parameters supported: -device or -vga. > > Signed-off-by: Zeng Junliang > Signed-off-

Re: [libvirt] [PATCH V2 2/6] qemu: Introduce vgamem attribute for video model

2014-07-24 Thread Michal Privoznik
On 14.07.2014 13:20, Wang Rui wrote: From: Zeng Junliang This patch introduces vgamem attribute for video model, and sets its default value as qemu used. Parse it in two ways accroding to qemu startup parameters supported: -device or -vga. Signed-off-by: Zeng Junliang Signed-off-by: Wang Rui

[libvirt] [PATCH V2 2/6] qemu: Introduce vgamem attribute for video model

2014-07-14 Thread Wang Rui
From: Zeng Junliang This patch introduces vgamem attribute for video model, and sets its default value as qemu used. Parse it in two ways accroding to qemu startup parameters supported: -device or -vga. Signed-off-by: Zeng Junliang Signed-off-by: Wang Rui --- src/conf/domain_conf.c | 48 +++