Re: [PATCH v2 1/1] qemu: add support for max-ram-below-4g option

2021-05-09 Thread Zhiyong Ye
Sorry this is due to a conflict with v7.3.0 after 'git pull --rebase', I'll commit a fix later. Best regards! Zhiyong Ye On 5/10/21 12:05 PM, Jing Qi wrote: hi , I used libvirt upstream code version v7.3.0-135-gc6989ed929 and applied the patch. It failed to compile the code with below errors,

Re: [PATCH v2 1/1] qemu: add support for max-ram-below-4g option

2021-05-09 Thread Jing Qi
hi , I used libvirt upstream code version v7.3.0-135-gc6989ed929 and applied the patch. It failed to compile the code with below errors, can you please check them? ../src/conf/domain_conf.c: In function ‘virDomainIOMMUDefCheckABIStability’: ../src/conf/domain_conf.c:22064:12: error: ‘virDomainIO

[PATCH v2 1/1] qemu: add support for max-ram-below-4g option

2021-05-06 Thread Zhiyong Ye
The 'below4g' attribute added in 'memory' element can be used to specify the low memory area, which allows to get a larger PCI I/O window below 4G when reduce it to a smaller value, and when raise value allows legacy non-PAE guests to have as much memory as possible in the 32bit address space below

[PATCH v2 1/1] qemu: add support for max-ram-below-4g option

2021-04-29 Thread Zhiyong Ye
The 'below4g' attribute added in 'memory' element can be used to specify the low memory area, which allows to get a larger PCI I/O window below 4G when reduce it to a smaller value, and when raise value allows legacy non-PAE guests to have as much memory as possible in the 32bit address space below