conf: fix a comment typo in virDomainVideoDefaultRAM
Signed-off-by: Wang Rui <moon.wangrui@huawei.com>
This commit is contained in:
parent
c2d5bca167
commit
82bde4261d
@ -10221,7 +10221,7 @@ virDomainVideoDefaultRAM(const virDomainDef *def,
|
|||||||
return 4 * 1024;
|
return 4 * 1024;
|
||||||
|
|
||||||
case VIR_DOMAIN_VIDEO_TYPE_QXL:
|
case VIR_DOMAIN_VIDEO_TYPE_QXL:
|
||||||
/* QEMU use 64M as the minimal video video memory for qxl device */
|
/* QEMU use 64M as the minimal video memory for qxl device */
|
||||||
return 64 * 1024;
|
return 64 * 1024;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user