1. 27 4月, 2020 2 次提交
    • D
      qemu: Add capability for SBBC pSeries feature · 249a5c78
      Daniel Henrique Barboza 提交于
      SBBC (Speculation Barrier Bounds Checking) is another capability
      related to Spectre mitigation efforts in Power processors. It
      was implemented in QEMU 2.12 by commit 09114fd81799.
      
      This patch introduces it as QEMU_CAPS_MACHINE_PSERIES_CAP_SBBC to
      be implemented in the next patch. Like the case with the now
      implemented CFPC, exposing this feature in the XML allows for
      a cleaner way for users to tune the SBBC accordingly, given
      that not all hypervisor and guest setups supports this
      Spectre mitigation.
      Signed-off-by: NDaniel Henrique Barboza <danielhb413@gmail.com>
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      249a5c78
    • D
      qemu: Add capability for CFPC pSeries feature · a0a2c8ab
      Daniel Henrique Barboza 提交于
      CFPC (Cache Flush on Privilege Change) is one of the capabilities
      added to QEMU to mitigate Spectre vulnerabilities in Power chips.
      It was implemented in QEMU 2.12 by commit 6898aed77f46.
      
      This capability is still used today due to differences in how
      the host setup (hardware and firmware/kernel) can handle this
      mitigation. Its default value also varies with the pseries machine
      version of the time. There's also certain OSes, like AIX, that
      might not support the default value of the pseries machine the
      guest uses.
      
      Exposing this in the Libvirt XML as a feature will allow users to tune
      CFPC values in a cleaner way, instead of hacking parameters in
      <qemu:commandline> elements.
      Signed-off-by: NDaniel Henrique Barboza <danielhb413@gmail.com>
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      a0a2c8ab
  2. 23 1月, 2020 1 次提交
  3. 24 12月, 2019 1 次提交
  4. 17 12月, 2019 1 次提交
  5. 21 11月, 2019 3 次提交
  6. 24 10月, 2019 1 次提交
  7. 09 10月, 2019 1 次提交
  8. 12 4月, 2019 1 次提交
  9. 03 4月, 2019 4 次提交
  10. 12 2月, 2019 1 次提交
  11. 08 2月, 2019 7 次提交
  12. 02 1月, 2019 1 次提交
  13. 19 11月, 2018 1 次提交
  14. 16 11月, 2018 2 次提交
  15. 21 9月, 2018 1 次提交
  16. 12 9月, 2018 2 次提交
  17. 07 9月, 2018 5 次提交
  18. 28 8月, 2018 1 次提交
  19. 24 8月, 2018 2 次提交
  20. 09 8月, 2018 1 次提交
  21. 19 7月, 2018 1 次提交