On 8/19/22 6:18 AM, Lin Ma wrote: > This commit added support for cpu physical address bits control, It's > useful for VMs with huge amount of ram. > > E.g. > --cpu Cascadelake-Server,maxphysaddr.mode=emulate,maxphysaddr.bits=46 > > Signed-off-by: Lin Ma <lma@xxxxxxxx> > --- > .../cli/compare/virt-install-many-devices.xml | 1 + > .../compare/virt-install-testdriver-edgecases.xml | 4 +++- > tests/test_cli.py | 5 +++-- > virtinst/cli.py | 3 +++ > virtinst/domain/cpu.py | 15 ++++++++++++++- > 5 files changed, 24 insertions(+), 4 deletions(-) Thanks, pushed now! - Cole