1. 04 12月, 2018 1 次提交
  2. 27 11月, 2018 1 次提交
    • L
      qemu..smbios: Avoid defining extra pci_controllers · b156546c
      Lukáš Doktor 提交于
      The extra pci_controllers are needed on q35 for hotplug purposes, but
      this test even on q35 machine-type attempts to boot all supported
      machine-types including i440fx. The i440fx requires additional PCIE
      root-complex and this is not handled by Avocado-vt automatically and
      would require complex handling only to get something that is not needed
      by the test. Let's simply not create the additional controllers as we
      don't need them.
      
      Without this patch we are getting:
      
          "Can't add chassis slot, error -16"
      
      because Avocado-vt does not define chassis for PCI busses (it does that
      only for PCIE busses). Yes, it'd be possible to add support for extra
      controllers for i440fx, but at this point it is not necessary and this
      solution is way simpler.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      b156546c
  3. 09 11月, 2017 1 次提交
  4. 06 6月, 2013 1 次提交
    • Y
      qemu.tests: Updates to smbios_table · 28abd78a
      Yunping Zheng 提交于
      Compare SMBIOS data among different machine types
      
      This patch modify smbios_table, add smbios three smbios type
      and machine type test(-M) support.
      
      You can run smbios_table using "-smbios type=0" "-smbios type=1"
      or both of them in test,and you can run test using diff machine type.
      
      [V3] update base upstream, make all the option and command configurable.
      [V4] modify some format problem
      signed-off-by: NYunping Zheng <yunzheng@redhat.com>
      Acked-by: NSuqin Huang <shuang@redhat.com>
      
      qemu.test: Make smbios_table to run on Fedora guests
      
      Add a parameter to test the options not set on Fedora.
      And fix the params error when extra_params is empty.
      Signed-off-by: NYiqiao Pu <ypu@redhat.com>
      28abd78a
  5. 25 12月, 2012 1 次提交
  6. 19 12月, 2012 1 次提交
  7. 18 12月, 2012 1 次提交