1. 23 6月, 2020 13 次提交
  2. 16 6月, 2020 1 次提交
  3. 10 6月, 2020 1 次提交
  4. 22 5月, 2020 1 次提交
    • M
      testCompareXMLToArgvValidateSchema: Construct @vm from scratch · 69daa2ea
      Michal Privoznik 提交于
      Currently, the @vm is passed in as an argument and
      testCompareXMLToArgvCreateArgs() is called over it which means
      under the hood qemuProcessPrepareDomain() is called. But at the
      point where ValidateSchema() is called, the domain object is
      already 'prepared', i.e. all device aliases are assigned and so
      on. But our code is not prepared to 'prepare' a domain twice - it
      simply overwrites all the pointers leading to a memory leak.
      
      Fortunately, this is only the problem of this test.
      
      Resolve this by constructing the domain object from scratch.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      Reviewed-by: NPeter Krempa <pkrempa@redhat.com>
      69daa2ea
  5. 20 5月, 2020 3 次提交
  6. 13 5月, 2020 1 次提交
  7. 12 5月, 2020 4 次提交
  8. 08 5月, 2020 2 次提交
  9. 05 5月, 2020 1 次提交
  10. 27 4月, 2020 6 次提交
  11. 24 4月, 2020 1 次提交
  12. 13 4月, 2020 1 次提交
    • L
      qemu: hook up pcie-root-port hotplug='off' option · 2d3cf603
      Laine Stump 提交于
      If a pcie-root-port or pcie-downstream-port has hotplug='off' in its
      <target> subelement, and if the qemu binary supports the hotplug=false
      option, then it will be added to the commandline for the pcie
      controller. This controller will then not allow any hotplug/unplug of
      devices while the guest is running (and the hotplug capability won't
      be advertised to the guest OS, so the guest OS also won't present
      unplugging of PCI devices as an option).
      
        <controller type='pci' model='pcie-root-port'>
          <target hotplug='off'/>
        </controller>
      
      For any PCI controllers other than pcie-downstream-port and
      pcie-root-port, of for qemu binaries that don't support the hotplug
      commandline option, an error will be logged during validation.
      Signed-off-by: NLaine Stump <laine@redhat.com>
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      2d3cf603
  13. 08 4月, 2020 1 次提交
  14. 06 4月, 2020 1 次提交
  15. 01 4月, 2020 1 次提交
  16. 24 3月, 2020 1 次提交
  17. 16 3月, 2020 1 次提交