1. 30 7月, 2019 3 次提交
  2. 26 7月, 2019 1 次提交
  3. 17 7月, 2019 2 次提交
  4. 15 7月, 2019 1 次提交
  5. 20 6月, 2019 2 次提交
  6. 18 6月, 2019 1 次提交
  7. 17 6月, 2019 1 次提交
  8. 03 6月, 2019 1 次提交
  9. 23 5月, 2019 1 次提交
  10. 29 4月, 2019 1 次提交
  11. 16 4月, 2019 3 次提交
  12. 14 3月, 2019 1 次提交
    • J
      conf: Add a new 'xenbus' controller type · 09eb1ae0
      Jim Fehlig 提交于
      xenbus is virtual controller (akin to virtio controllers) for Xen
      paravirtual devices. Although all Xen VMs have a xenbus, it has
      never been modeled in libvirt, or in Xen native VM config format
      for that matter.
      
      Recently there have been requests to support Xen's max_grant_frames
      setting in libvirt. max_grant_frames is best modeled as an attribute
      of xenbus. It describes the maximum IO buffer space (or DMA space)
      available in xenbus for use by connected paravirtual devices. This
      patch introduces a new xenbus controller type that includes a
      maxGrantFrames attribute.
      Signed-off-by: NJim Fehlig <jfehlig@suse.com>
      Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
      09eb1ae0
  13. 12 3月, 2019 1 次提交
    • M
      conf: Introduce firmware attribute to <os/> · d947fa8a
      Michal Privoznik 提交于
      The idea is that using this attribute users enable libvirt to
      automagically select firmware image for their domain. For
      instance:
      
        <os firmware='efi'>
          <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
          <loader secure='no'/>
        </os>
      
        <os firmware='bios'>
          <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
        </os>
      
      (The automagic of selecting firmware image will be described in
      later commits.)
      
      Accepted values are 'bios' and 'efi' to let libvirt select
      corresponding type of firmware.
      
      I know it is a good sign to introduce xml2xml test case when
      changing XML config parser but that will have to come later.
      Firmware auto selection is not enabled for any driver just yet so
      any xml2xml test would fail right away.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
      d947fa8a
  14. 11 3月, 2019 1 次提交
  15. 06 3月, 2019 1 次提交
  16. 05 3月, 2019 10 次提交
  17. 24 2月, 2019 1 次提交
  18. 19 2月, 2019 1 次提交
  19. 08 2月, 2019 1 次提交
  20. 02 1月, 2019 3 次提交
  21. 18 12月, 2018 2 次提交
  22. 03 12月, 2018 1 次提交