[virt-tools-list] [virt-manager PATCH V2] virt-install: add param cache.mode and cache.level for option '--cpu'

Cole Robinson crobinso at redhat.com
Thu Sep 14 23:19:42 UTC 2017


On 09/14/2017 12:09 AM, Lin Ma wrote:
> 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 at suse.com>

The test output has a different layout when I ran it, but --regenerate-output
made it work, so pushed with that change

Thanks,
Cole




More information about the virt-tools-list mailing list