1. 13 9月, 2018 2 次提交
  2. 12 9月, 2018 4 次提交
  3. 07 9月, 2018 4 次提交
  4. 06 9月, 2018 2 次提交
  5. 05 9月, 2018 1 次提交
  6. 29 8月, 2018 1 次提交
    • L
      qemu: Validate memory access during validate domain config · fe67e3e2
      Luyao Huang 提交于
      Commit 6534b3c4 tried to raise an error when there is no numa
      nodes by setting access='shared' in the domain config, but added
      a helper called from qemuDomainDeviceDefValidate instead of a
      helper called from qemuDomainDefValidate for XML:
      
        <memoryBacking>
          <hugepages/>
          <access mode='shared'/>
        </memoryBacking>
      
      Since there are no memory devices in the test XML, there would
      be no validation failure, but the test added was still failing.
      Investigating that it turns out that unnecessary XML elements
      were causing the failure (no need for <video>, <graphics>,
      <pm>, usb controller model "piix3-uhci", disk attribute for
      "discard='unmap'", <serial>, <console>, <channel> and a
      memballoon model). Removing all those before moving the method
      caused the test to succeed.
      
      So this patch moves the validation to the right place and
      removes all the unnecessary XML pieces that were causing
      a false validation failure.
      
      https://bugzilla.redhat.com/show_bug.cgi?id=1448149#c14Signed-off-by: NLuyao Huang <lhuang@redhat.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      fe67e3e2
  7. 28 8月, 2018 1 次提交
  8. 24 8月, 2018 3 次提交
  9. 21 8月, 2018 2 次提交
  10. 20 8月, 2018 1 次提交
    • E
      tests: sev: Test launch-security with specific QEMU version · 6c50cef8
      Erik Skultety 提交于
      In order to test SEV we need real QEMU capabilities. Ideally, this would
      be tested with -latest capabilities, however, our capabilities are
      currently tied to Intel HW, even the 2.12.0 containing SEV were edited by
      hand, so we can only use that one for now, as splitting the capabilities
      according to the vendor is a refactor for another day. The need for real
      capabilities comes from the extended SEV platform data (PDH, cbitpos,
      etc.) we'll need to cache/parse.
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      Acked-by: NPeter Krempa <pkrempa@redhat.com>
      6c50cef8
  11. 15 8月, 2018 1 次提交
    • M
      qemuxml2argvtest: Set more fake drivers · 5c9277b6
      Michal Privoznik 提交于
      So far we are setting only fake secret and storage drivers.
      Therefore if the code wants to call a public NWFilter API (like
      qemuBuildInterfaceCommandLine() and qemuBuildNetCommandLine() are
      doing) the virGetConnectNWFilter() function will try to actually
      spawn session daemon because there's no connection object set to
      handle NWFilter driver.
      
      Even though I haven't experienced the same problem with the rest
      of the drivers (interface, network and node dev), the reasoning
      above can be applied to them as well.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      5c9277b6
  12. 13 8月, 2018 1 次提交
  13. 10 8月, 2018 17 次提交