Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

capability_xml: enable cache element #3812

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dzhengfy
Copy link
Contributor

No description provided.

This is to add the support in virsh capabilities output for below
elements:
- interconnects
- cache under cell

LIke
    <topology>
      <cells num="2">
        <cell id="0">
          ...
          <pages unit="KiB" size="1048576">0</pages>
          <cache level="1" associativity="direct" policy="writeback">
            <size value="10" unit="KiB" />
            <line value="8" unit="B" />
          </cache>
          <cache level="2" associativity="full" policy="writethrough">
            <size value="128" unit="KiB" />
            <line value="16" unit="B" />
          </cache>
...
      <interconnects>
        <latency initiator="1" target="1" type="read" value="11" />
        <latency initiator="1" target="1" type="write" value="12" />
        <bandwidth initiator="1" target="1" type="read" value="103424" unit="KiB" />
        <bandwidth initiator="1" target="1" type="write" value="104448" unit="KiB" />
      </interconnects>
    </topology>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant