1. 31 8月, 2013 1 次提交
    • A
      Merge remote-tracking branch 'borntraeger/tags/kdump' into staging · b95fdc0e
      Anthony Liguori 提交于
      This is a set of patches dealing with kdump support for s390x/kvm.
      kdump on s390x uses subcode 1 of diagnose 0x308 to put the hardware
      in a defined state. This is different from a full reset, since it
      does not touch all CPU registers.
      These patches define the cpu resets, the subsystem reset a load
      function and also wires up the "nmi" command to issue a RESTART
      interrupt as defined in the z/Architecture principles of operation.
      
      This allows recent guest kernels with properly setup userspace
      to trigger kdump:
      - via guest crash
      - via nmi from the host
      
      # gpg: Signature made Fri 30 Aug 2013 07:19:18 AM CDT using RSA key ID B5A61C7C
      # gpg: Can't check signature: public key not found
      
      # By Christian Borntraeger (5) and Eugene (jno) Dvurechenski (2)
      # Via Christian Borntraeger
      * borntraeger/tags/kdump:
        s390: wire up nmi command to raise a RESTART interrupt on S390
        s390: Implement load normal reset
        s390/cpu: split CPU reset into architectured functions
        s390: provide a cpu load normal function
        s390: provide I/O subsystem reset
        s390/kvm: basic implementation of diagnose 308 subcode 6
        s390x/kvm: Fix switch/case indentation for handle_diag
      
      Message-id: 1377810649-47484-1-git-send-email-borntraeger@de.ibm.com
      b95fdc0e
  2. 30 8月, 2013 11 次提交
  3. 29 8月, 2013 1 次提交
  4. 28 8月, 2013 1 次提交
  5. 27 8月, 2013 10 次提交
  6. 26 8月, 2013 2 次提交
    • A
      Merge remote-tracking branch 'stefanha/block' into staging · f7ad538e
      Anthony Liguori 提交于
      # By Alex Bligh (32) and others
      # Via Stefan Hajnoczi
      * stefanha/block: (42 commits)
        win32-aio: drop win32_aio_flush_cb()
        aio-win32: replace incorrect AioHandler->opaque usage with ->e
        aio / timers: remove dummy_io_handler_flush from tests/test-aio.c
        aio / timers: Remove legacy interface
        aio / timers: Switch entire codebase to the new timer API
        aio / timers: Add scripts/switch-timer-api
        aio / timers: Add test harness for AioContext timers
        aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
        aio / timers: Convert rtc_clock to be a QEMUClockType
        aio / timers: Remove main_loop_timerlist
        aio / timers: Rearrange timer.h & make legacy functions call non-legacy
        aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms
        aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline
        aio / timers: Remove alarm timers
        aio / timers: Add documentation and new format calls
        aio / timers: Use all timerlists in icount warp calculations
        aio / timers: Introduce new API timer_new and friends
        aio / timers: On timer modification, qemu_notify or aio_notify
        aio / timers: Convert mainloop to use timeout
        aio / timers: Convert aio_poll to use AioContext timers' deadline
        ...
      
      Message-id: 1377202298-22896-1-git-send-email-stefanha@redhat.com
      Signed-off-by: NAnthony Liguori <anthony@codemonkey.ws>
      f7ad538e
    • A
      Merge remote-tracking branch 'afaerber/tags/0.15-maintainer-for-anthony' into staging · e3f024ae
      Anthony Liguori 提交于
      MAINTAINERS update for stable-0.15
      
      # gpg: Signature made Thu 22 Aug 2013 10:59:31 AM CDT using RSA key ID 3E7E013F
      # gpg: Can't check signature: public key not found
      
      # By Andreas Färber
      # Via Andreas Färber
      * afaerber/tags/0.15-maintainer-for-anthony:
        MAINTAINERS: Take over 0.15 maintenance
      e3f024ae
  7. 25 8月, 2013 1 次提交
  8. 24 8月, 2013 3 次提交
  9. 23 8月, 2013 10 次提交