mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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;
|
||||
|
||||
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;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user