Skip to content
Snippets Groups Projects
  1. Oct 27, 2017
  2. Oct 26, 2017
  3. Oct 25, 2017
    • Bishara AbuHattoum's avatar
      qga-win: Updating guest_set_time action · 105fad6b
      Bishara AbuHattoum authored
        At the moment, Windows libraries don't provide a way to access
        RTC, so, a workaround is to use the Windows w32tm command to
        resync the time.
        Related bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1183874
      
      
      
      Signed-off-by: default avatarBishara AbuHattoum <bishara@daynix.com>
      Reviewed-by: default avatarSameeh Jubran <sameeh@daynix.com>
      Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
      105fad6b
    • Chen Hanxiao's avatar
      qga-win: don't hang if vss hold writes timeout · 4d80d20f
      Chen Hanxiao authored
      
      When VM is in a heavy IO, if the command "guest-fsfreeze-freeze"
      is executed, VSS may timeout when trying to hold writes.
      
      Inside guest, Event ID 12298(VSS_ERROR_HOLD_WRITES_TIMEOUT)
      is logged in the Event Viewer.
      
      At that time, if we call AbortBackup, qga may hang forever.
      
      This patch will solve this issue.
      
      Cc: Michael Roth <mdroth@linux.vnet.ibm.com>
      Cc: Tomoki Sekiyama <tomoki.sekiyama@gmail.com>
      
      Signed-off-by: default avatarChen Hanxiao <chenhanxiao@gmail.com>
      Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
      4d80d20f
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into staging · ae49fbbc
      Peter Maydell authored
      
      TCG patch queue
      
      # gpg: Signature made Wed 25 Oct 2017 10:30:18 BST
      # gpg:                using RSA key 0x64DF38E8AF7E215F
      # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>"
      # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
      
      * remotes/rth/tags/pull-tcg-20171025: (51 commits)
        translate-all: exit from tb_phys_invalidate if qht_remove fails
        tcg: Initialize cpu_env generically
        tcg: enable multiple TCG contexts in softmmu
        tcg: introduce regions to split code_gen_buffer
        translate-all: use qemu_protect_rwx/none helpers
        osdep: introduce qemu_mprotect_rwx/none
        tcg: allocate optimizer temps with tcg_malloc
        tcg: distribute profiling counters across TCGContext's
        tcg: introduce **tcg_ctxs to keep track of all TCGContext's
        gen-icount: fold exitreq_label into TCGContext
        tcg: define tcg_init_ctx and make tcg_ctx a pointer
        tcg: take tb_ctx out of TCGContext
        translate-all: report correct avg host TB size
        exec-all: rename tb_free to tb_remove
        translate-all: use a binary search tree to track TBs in TBContext
        tcg: Remove CF_IGNORE_ICOUNT
        tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
        cpu-exec: lookup/generate TB outside exclusive region during step_atomic
        tcg: check CF_PARALLEL instead of parallel_cpus
        target/sparc: check CF_PARALLEL instead of parallel_cpus
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      ae49fbbc
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171023' into staging · 4e1b31db
      Peter Maydell authored
      
      migration/next for 20171023
      
      # gpg: Signature made Mon 23 Oct 2017 17:05:14 BST
      # gpg:                using RSA key 0xF487EF185872D723
      # gpg: Good signature from "Juan Quintela <quintela@redhat.com>"
      # gpg:                 aka "Juan Quintela <quintela@trasno.org>"
      # Primary key fingerprint: 1899 FF8E DEBF 58CC EE03  4B82 F487 EF18 5872 D723
      
      * remotes/juanquintela/tags/migration/20171023: (21 commits)
        migration: Improve migration thread error handling
        qapi: Fix grammar in x-multifd-page-count descriptions
        migration: add bitmap for received page
        migration: introduce qemu_ufd_copy_ioctl helper
        migration: postcopy_place_page factoring out
        migration: new ram_init_bitmaps()
        migration: clean up xbzrle cache init/destroy
        migration: provide ram_state_cleanup
        migration: provide ram_state_init()
        migration: pause-before-switchover for postcopy
        migration: allow cancel to unpause
        migrate: HMP migate_continue
        migration: migrate-continue
        migration: Wait for semaphore before completing migration
        migration: Add 'pre-switchover' and 'device' statuses
        migration: Add 'pause-before-switchover' capability
        migration: Make cache_init() take an error parameter
        migration: Move xbzrle cache resize error handling to xbzrle_cache_resize
        migration: Make cache size elements use the right types
        migratiom: Remove max_item_age parameter
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      4e1b31db
  4. Oct 24, 2017
Loading