1. 12 5月, 2020 1 次提交
  2. 27 1月, 2020 1 次提交
    • P
      qemu: capabilities: Replace aliased machine type by copy of the canonical machine · 3b8feb47
      Peter Krempa 提交于
      The previous approac of just purging the alias combined with the fact
      that we filled in fake machine types in the test data meant that if a
      test case used an alias machine type such as 'pc' or 'q35' it would not
      properly resolve to the actual data returned by qemu.
      
      This started to be a problem since the CPU driver now looks at the
      default CPU reported with the machine type.
      
      This patch replaces the original approach of just removing the alias by
      replacing it with a copy of the machine type data which the type would
      alias to. This means that we are using the real data while we don't
      modify the test output after every qemu upgrade.
      
      Additionally this change will allow us to drop adding the fake machine
      types later.
      
      The test fallout is from actually excercising the CPU driver with
      actual data.
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      3b8feb47
  3. 22 11月, 2019 1 次提交
  4. 26 6月, 2019 1 次提交
    • A
      tests: Update *-headless and *-graphics · c5fe7793
      Andrea Bolognani 提交于
      Use the latest virt-manager to regenerate the files.
      
      The command line is once again along the lines of
      
        $ virt-install \
          --name guest --os-variant fedora29 \
          --vcpus 4 --memory 4096 --disk size=5 \
          --graphics (none|vnc) \
          --print-xml
      
      with some minor tweaks performed afterwards.
      
      This removes a number of inconsistencies between the files,
      and makes it so the only differences are actually relevant
      either to the architecture and machine type at hand, or to
      having graphics rather than being headless.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      c5fe7793
  5. 12 4月, 2019 1 次提交
  6. 15 3月, 2019 2 次提交
  7. 06 9月, 2018 1 次提交