1. 22 1月, 2013 1 次提交
    • A
      Merge remote-tracking branch 'quintela/thread.next' into staging · 016c7182
      Anthony Liguori 提交于
      # By Juan Quintela (7) and Paolo Bonzini (6)
      # Via Juan Quintela
      * quintela/thread.next:
        migration: remove argument to qemu_savevm_state_cancel
        migration: Only go to the iterate stage if there is anything to send
        migration: unfold rest of migrate_fd_put_ready() into thread
        migration: move exit condition to migration thread
        migration: Add buffered_flush error handling
        migration: move beginning stage to the migration thread
        qemu-file: Only set last_error if it is not already set
        migration: fix off-by-one in buffered_rate_limit
        migration: remove double call to migrate_fd_close
        migration: make function static
        use XFER_LIMIT_RATIO consistently
        Protect migration_bitmap_sync() with the ramlist lock
        Unlock ramlist lock also in error case
      016c7182
  2. 21 1月, 2013 10 次提交
  3. 20 1月, 2013 1 次提交
    • S
      tci: Fix broken build (regression) · b54c2873
      Stefan Weil 提交于
      s390x-linux-user now also uses GETPC. Instead of adding it to the list of
      targets which use GETPC, the macro is now defined unconditionally.
      
      This avoids future build regressions like this one:
      
        CC    s390x-linux-user/target-s390x/int_helper.o
      cc1: warnings being treated as errors
      qemu/target-s390x/int_helper.c: In function ‘helper_divs32’:
      qemu/target-s390x/int_helper.c:47: error: implicit declaration of function ‘GETPC’
      qemu/target-s390x/int_helper.c:47: error: nested extern declaration of ‘GETPC’
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      b54c2873
  4. 19 1月, 2013 28 次提交