1. 19 9月, 2017 1 次提交
    • A
      python: Don't hardcode interpreter path · f34fdd5a
      Andrea Bolognani 提交于
      This is particularly useful on operating systems that don't ship
      Python as part of the base system (eg. FreeBSD) while still working
      just as well as it did before on Linux.
      
      While at it, make it explicit that our scripts are only going to
      work with Python 2, and remove the usage of unbuffered I/O, which
      as far as I can tell has no effect on the output files.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      f34fdd5a
  2. 27 3月, 2017 6 次提交
  3. 04 3月, 2017 1 次提交
    • J
      cputest: Switch host CPU data scripts to model expansion · d065934c
      Jiri Denemark 提交于
      Instantiating "host" CPU and querying it using qom-get has been the only
      way of probing host CPU via QEMU until 2.9.0 implemented
      query-cpu-model-expansion for x86_64. Even though libvirt never really
      used the old way its result can be easily converted into the one
      produced by query-cpu-model-expansion. Thus we can reuse the original
      test data and possible get new data from hosts where QEMU does not
      support the new QMP command.
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      d065934c