[virt-tools-list] [virt-manager PATCH 0/2] add guest cpu cache configuration for virt-install

Cole Robinson crobinso at redhat.com
Sat Aug 26 00:19:37 UTC 2017


On 08/21/2017 06:17 AM, Lin Ma wrote:
> Currently three cache modes are supported:
> host cpu L3 cache passthrough, emulated L3 cache and disable l3.
> 
> Lin Ma (2):
>   virt-install: add param 'cachemode' for option '--cpu'
>   tests: add test for param 'cachemode' of '--cpu'
> 
>  man/virt-install.pod                               |  4 +++
>  .../compare/virt-install-singleton-config-2.xml    |  2 ++
>  tests/clitest.py                                   |  2 +-
>  virtinst/cli.py                                    | 12 +++++++--
>  virtinst/cpu.py                                    | 29 ++++++++++++++++++++++
>  5 files changed, 46 insertions(+), 3 deletions(-)

libvirt doesn't currently allow multiple <cache> lines, but it seems like the
code (both here and in libvirt) is implemented with the expectation that some
day multiple <cache> lines will be supported. Is that correct? ccing Jirka too

- Cole




More information about the virt-tools-list mailing list