mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-27 14:03:57 +03:00
40f70d4fe5
libvirt supports guest CPU cache by commit df13c0b, So add this feature to virt-install to configure cpu L3 cache mode. Currently, The valid values are 'passthrough', 'emulate' or 'disable'. say: --cpu host-passthrough,cache.mode=passthrough or --cpu $CPU,cache.mode=emulate,cache.level=3 or --cpu $CPU,cache.mode=disable Signed-off-by: Lin Ma <lma@suse.com>