Re: [libvirt PATCH 02/11] ci: util: Replace get_image_distro() with get_image_info()

2021-04-25 Thread Erik Skultety
On Fri, Apr 23, 2021 at 05:02:59PM +0200, Andrea Bolognani wrote: > This is a more flexible function that parses the name of the > container image into its components: distro name and, where > applicable, target architecture for cross-building. > > Signed-off-by: Andrea Bolognani > --- Reviewed-b

Re: [libvirt PATCH 01/11] ci: util: Drop documentation for api_version parameter

2021-04-25 Thread Erik Skultety
On Fri, Apr 23, 2021 at 05:02:58PM +0200, Andrea Bolognani wrote: > It's a leftover from development. > > Signed-off-by: Andrea Bolognani > --- Reviewed-by: Erik Skultety

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

2021-04-25 Thread Zhiyong Ye
Limit the amount of ram below 4G. This can increase the address space used by PCI devices below 4G and it can be used by adding attributes in XML like this: ... 4096 ... Signed-off-by: Zhiyong Ye Signed-off-by: zhenwei pi Signed-off-by: zhangruien --- src/conf/domain_conf.c | 19 +