Re: [PATCH 4/5] hw/loongarch: Set minimium memory size as 256M

2024-02-20 Thread maobibo
On 2024/2/21 上午12:47, Thomas Huth wrote: On 20/02/2024 13.41, Bibo Mao wrote: The minium memory size for LoongArch UEFI bios is 256M, also some test cases such as migration and qos uses parameter 256M. Here set minium memory size for Loongarch VirtMachine with 256M, also default memory size

Re: [PATCH 4/5] hw/loongarch: Set minimium memory size as 256M

2024-02-20 Thread Thomas Huth
On 20/02/2024 13.41, Bibo Mao wrote: The minium memory size for LoongArch UEFI bios is 256M, also some test cases such as migration and qos uses parameter 256M. Here set minium memory size for Loongarch VirtMachine with 256M, also default memory size is changed with 256M. Signed-off-by: Bibo Ma

[PATCH 4/5] hw/loongarch: Set minimium memory size as 256M

2024-02-20 Thread Bibo Mao
The minium memory size for LoongArch UEFI bios is 256M, also some test cases such as migration and qos uses parameter 256M. Here set minium memory size for Loongarch VirtMachine with 256M, also default memory size is changed with 256M. Signed-off-by: Bibo Mao --- hw/loongarch/virt.c | 6 +++---