1. 07 2月, 2018 2 次提交
    • P
      Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180206a' into staging · 0833df03
      Peter Maydell 提交于
      Migration pull 2018-02-06
      
      This is based off Juan's last pull with a few extras, but
      also removing:
         Add migration xbzrle test
         Add migration precopy test
      
      As well as my normal test boxes, I also gave it a test
      on a 32 bit ARM box and it seems happy (a Calxeda highbank)
      and a big-endian power box.
      
      Dave
      
      # gpg: Signature made Tue 06 Feb 2018 15:33:31 GMT
      # 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-20180206a:
        migration: incoming postcopy advise sanity checks
        migration: Don't leak IO channels
        migration: Recover block devices if failure in device state
        tests: Adjust sleeps for migration test
        tests: Create migrate-start-postcopy command
        tests: Add deprecated commands migration test
        tests: Use consistent names for migration
        tests: Consolidate accelerators declaration
        tests: Remove deprecated migration tests commands
        migration: Drop current address parameter from save_zero_page()
        migration: use s->threshold_size inside migration_update_counters
        migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32
        migration: Route errors down through migration_channel_connect
        migration: Allow migrate_fd_connect to take an Error *
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      0833df03
    • P
      Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging · bc2943d6
      Peter Maydell 提交于
      Python queue, 2018-02-05
      
      # gpg: Signature made Mon 05 Feb 2018 23:07:57 GMT
      # gpg:                using RSA key 2807936F984DC5A6
      # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
      # Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6
      
      * remotes/ehabkost/tags/python-next-pull-request: (21 commits)
        docker: change Fedora images to run with python3
        travis: improve python version test coverage
        ui: update keycodemapdb to get py3 fixes
        input: add missing JIS keys to virtio input
        qemu.py: don't launch again before shutdown()
        qemu.py: cleanup redundant calls in launch()
        qemu.py: use poll() instead of 'returncode'
        qemu.py: always cleanup on shutdown()
        qemu.py: refactor launch()
        qemu.py: better control of created files
        qemu.py: remove unused import
        configure: allow use of python 3
        scripts: ensure signrom treats data as bytes
        qapi: force a UTF-8 locale for running Python
        qapi: ensure stable sort ordering when checking QAPI entities
        qapi: remove '-q' arg to diff when comparing QAPI output
        qapi: Adapt to moved location of 'maketrans' function in py3
        qapi: adapt to moved location of StringIO module in py3
        qapi: Use OrderedDict from standard library if available
        qapi: use items()/values() intead of iteritems()/itervalues()
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      bc2943d6
  2. 06 2月, 2018 36 次提交
  3. 05 2月, 2018 2 次提交