1. 16 6月, 2018 4 次提交
    • C
      Add functional/acceptance tests infrastructure · c3d7e8c9
      Cleber Rosa 提交于
      This patch adds the very minimum infrastructure necessary for writing
      and running functional/acceptance tests, including:
      
       * Documentation
       * The avocado_qemu.Test base test class
       * One example tests (version.py)
      
      Additional functionality is expected to be added along the tests that
      require them.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      Message-Id: <20180530184156.15634-2-crosa@redhat.com>
      Reviewed-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Tested-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
      [ehabkost: fix typo on testing.rst]
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
      c3d7e8c9
    • E
      Remove COPYING.PYTHON · 93bc3b29
      Eduardo Habkost 提交于
      The COPYING.PYTHON file was added when we added the compatibility
      argparse.py module, which was licensed under the Python Software
      Foundation License Version 2.
      
      Now the compatibility argparse.py module was removed, and we are
      not carrying any code under that license anymore.  Remove
      COPYING.PYTHON.
      Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
      Message-Id: <20180611180152.2681-1-ehabkost@redhat.com>
      Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
      93bc3b29
    • P
      Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging · 2ef2f167
      Peter Maydell 提交于
      Migration pull 2018-06-15
      
      # gpg: Signature made Fri 15 Jun 2018 16:13:17 BST
      # gpg:                using RSA key 0516331EBC5BFDE7
      # gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>"
      # Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7
      
      * remotes/dgilbert/tags/pull-migration-20180615a:
        migration: calculate expected_downtime with ram_bytes_remaining()
        migration/postcopy: Wake rate limit sleep on postcopy request
        migration: Wake rate limiting for urgent requests
        migration/postcopy: Add max-postcopy-bandwidth parameter
        migration: introduce migration_update_rates
        migration: fix counting xbzrle cache_miss_rate
        migration/block-dirty-bitmap: fix dirty_bitmap_load
        migration: Poison ramblock loops in migration
        migration: Fixes for non-migratable RAMBlocks
        typedefs: add QJSON
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      2ef2f167
    • P
      Merge remote-tracking branch... · 42747d6a
      Peter Maydell 提交于
      Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-06-15.for-upstream' into staging
      
      xilinx-next-2018-06-15.for-upstream
      
      # gpg: Signature made Fri 15 Jun 2018 15:32:47 BST
      # gpg:                using RSA key 29C596780F6BCA83
      # gpg: Good signature from "Edgar E. Iglesias (Xilinx key) <edgar.iglesias@xilinx.com>"
      # gpg:                 aka "Edgar E. Iglesias <edgar.iglesias@gmail.com>"
      # Primary key fingerprint: AC44 FEDC 14F7 F1EB EDBF  4151 29C5 9678 0F6B CA83
      
      * remotes/edgar/tags/edgar/xilinx-next-2018-06-15.for-upstream:
        target-microblaze: Rework NOP/zero instruction handling
        target-microblaze: mmu: Correct masking of output addresses
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      42747d6a
  2. 15 6月, 2018 36 次提交