1. 06 6月, 2018 2 次提交
  2. 05 6月, 2018 2 次提交
  3. 01 6月, 2018 1 次提交
  4. 29 5月, 2018 1 次提交
  5. 25 5月, 2018 10 次提交
  6. 23 5月, 2018 1 次提交
  7. 16 5月, 2018 2 次提交
  8. 15 5月, 2018 1 次提交
  9. 14 5月, 2018 1 次提交
  10. 11 5月, 2018 1 次提交
  11. 04 5月, 2018 3 次提交
  12. 03 5月, 2018 1 次提交
  13. 02 5月, 2018 1 次提交
  14. 23 4月, 2018 1 次提交
    • A
      conf: Add rom.enabled attribute for PCI devices · c4466179
      Andrea Bolognani 提交于
      The attribute can be used to disable ROM loading completely
      for a device.
      
      This might be needed because, even when the guest is configured
      such that the PCI ROM will not be loaded in the PCI BAR, some
      hypervisors (eg. QEMU) might still make it available to the
      guest in a form (eg. fw_cfg) that some firmwares (eg. SeaBIOS)
      will consume, thus not achieving the desired result.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      c4466179
  15. 06 4月, 2018 1 次提交
  16. 01 4月, 2018 1 次提交
  17. 17 2月, 2018 1 次提交
    • Z
      conf: Add support for setting Chassis SMBIOS data fields · c8fec256
      Zhuang Yanying 提交于
      This type of information defines attributes of a system
      chassis, such as SMBIOS Chassis Asset Tag.
      
      access inside VM (for example)
      Linux:   /sys/class/dmi/id/chassis_asset_tag.
      Windows: (Get-WmiObject Win32_SystemEnclosure).SMBIOSAssetTag
                wirhin Windows PowerShell.
      
      As an example, add the following to the guest XML
      
          <chassis>
            <entry name='manufacturer'>Dell Inc.</entry>
            <entry name='version'>2.12</entry>
            <entry name='serial'>65X0XF2</entry>
            <entry name='asset'>40000101</entry>
            <entry name='sku'>Type3Sku1</entry>
          </chassis>
      Signed-off-by: NZhuang Yanying <ann.zhuangyanying@huawei.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      c8fec256
  18. 26 1月, 2018 2 次提交
  19. 25 1月, 2018 1 次提交
  20. 07 12月, 2017 1 次提交
  21. 30 11月, 2017 2 次提交
  22. 28 11月, 2017 3 次提交