1. 26 6月, 2013 5 次提交
    • L
      virttest.qemu_vm: Eclipse autoformat · df4c9a5b
      Lukáš Doktor 提交于
      df4c9a5b
    • L
      virttest.qemu_devices: Add qemu_devices and use it for qemu VM · 9bdb93b6
      Lukáš Doktor 提交于
      This patch modifies the way how qemu_command is created. Instead
      of long string it creates a representation of devices, which behaves
      similarily to qemu's qdev.
      
      Current implementation is very limited and only handles PCI bus. All
      devices are created as simple StringDevices so the benefit might
      not be obvious. But later patches adds specific devices (usb, image,
      ...) and their specific behaviour.
      
      Additionally this patch adds the basic support for q35 machine.
      
      Later the support for automatic check of running VM and representation
      will be added.
      
      NOTE: This version's pci addresses are not assigned properly as
            upstream currently uses different method. Following patch
            removes the original mechanism and uses the one from this patch.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      9bdb93b6
    • Y
      Merge pull request #534 from lmr/hugepages_ppc · db18f074
      Yang Feng 提交于
      virttest.test_setup: Add some hugepage related config params
      db18f074
    • C
      Merge pull request #562 from cevich/pygithub_update · 58b903ee
      Chris Evich 提交于
      Pygithub update
      58b903ee
    • C
      virt: github reports cache self-cleaning when possible · e4de9c09
      Chris Evich 提交于
      When an exception is thrown upon reading from cache,
      attempt to remove the related entries being operated on.
      An exception will still be thrown, however the cache
      will not be corrupted with bad entries.
      
      Also, ran into RH BZ 954156 when running cache_populate.py
      as it loads commit authors for issue #362:
      
      bsddb.db.DBPageNotFoundError: (-30986, 'DB_PAGE_NOTFOUND: Requested page
      not found')
      
      RH BZ: 954156
      Signed-off-by: NChris Evich <cevich@redhat.com>
      e4de9c09
  2. 25 6月, 2013 13 次提交
  3. 24 6月, 2013 1 次提交
  4. 22 6月, 2013 5 次提交
  5. 21 6月, 2013 1 次提交
  6. 20 6月, 2013 15 次提交