1. 15 11月, 2019 1 次提交
  2. 24 10月, 2019 2 次提交
  3. 23 8月, 2019 1 次提交
  4. 07 8月, 2019 1 次提交
  5. 10 4月, 2019 1 次提交
    • M
      domain capabilities: Expose firmware auto selection feature · 5b9819ee
      Michal Privoznik 提交于
      If a management application wants to use firmware auto selection
      feature it can't currently know if the libvirtd it's talking to
      support is or not. Moreover, it doesn't know which values that
      are accepted for the @firmware attribute of <os/> when parsing
      will allow successful start of the domain later, i.e. if the mgmt
      application wants to use 'bios' whether there exists a FW
      descriptor in the system that describes bios.
      
      This commit then adds 'firmware' enum to <os/> element in
      <domainCapabilities/> XML like this:
      
        <enum name='firmware'>
          <value>bios</value>
          <value>efi</value>
        </enum>
      
      We can see both 'bios' and 'efi' listed which means that there
      are descriptors for both found in the system (matched with the
      machine type and architecture reported in the domain capabilities
      earlier and not shown here).
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      Acked-by: NLaszlo Ersek <lersek@redhat.com>
      5b9819ee
  6. 05 3月, 2019 1 次提交
  7. 15 6月, 2018 1 次提交
    • E
      conf: Fix formatting of <sev> element in domain capabilities XML · 6688393c
      Erik Skultety 提交于
      We only formatted the <sev> element when QEMU supported the feature when
      in fact we should always format the element to make clear that libvirt
      knows about the feature and the fact whether it is or isn't supported
      depends on QEMU version, in other words if QEMU doesn't support the
      feature we're going to format the following into the domain capabilities
      XML:
      
      <sev supported='no'/>
      
      This patch also adjusts the RNG schema accordingly in order to reflect
      the proposed change.
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      6688393c
  8. 25 5月, 2018 1 次提交
  9. 04 5月, 2018 2 次提交
  10. 22 7月, 2017 1 次提交
    • D
      qemu: Add AAVMF32 to the list of known UEFIs · 123880d3
      dann frazier 提交于
      Add a path for UEFI VMs for AArch32 VMs, based on the path Debian is using.
      libvirt is the de facto canonical location for defining where distros
      should place these firmware images, so let's define this path here to try
      and minimize distro fragmentation.
      123880d3
  11. 18 4月, 2017 1 次提交
  12. 24 2月, 2017 1 次提交
    • J
      qemu: Fix CPU model fallback in domain capabilities · 390a1e2b
      Jiri Denemark 提交于
      Our documentation of the domain capabilities XML says that the fallback
      attribute of a CPU model is used to indicate whether the CPU model was
      detected by libvirt itself (fallback="allow") or by asking the
      hypervisor (fallback="forbid"). We need to properly set
      fallback="forbid" when CPU model comes from QEMU to match the
      documentation.
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      390a1e2b
  13. 06 1月, 2017 2 次提交