1. 11 9月, 2015 1 次提交
  2. 08 9月, 2015 1 次提交
  3. 01 7月, 2015 1 次提交
    • J
      kvm: First step to push iothread lock out of inner run loop · 4b8523ee
      Jan Kiszka 提交于
      This opens the path to get rid of the iothread lock on vmexits in KVM
      mode. On x86, the in-kernel irqchips has to be used because we otherwise
      need to synchronize APIC and other per-cpu state accesses that could be
      changed concurrently.
      
      Regarding pre/post-run callbacks, s390x and ARM should be fine without
      specific locking as the callbacks are empty. MIPS and POWER require
      locking for the pre-run callback.
      
      For the handle_exit callback, it is non-empty in x86, POWER and s390.
      Some POWER cases could do without the locking, but it is left in
      place for now.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Message-Id: <1434646046-27150-7-git-send-email-pbonzini@redhat.com>
      4b8523ee
  4. 23 6月, 2015 2 次提交
  5. 11 6月, 2015 1 次提交
  6. 04 6月, 2015 1 次提交
  7. 02 6月, 2015 1 次提交
  8. 27 5月, 2015 4 次提交
  9. 08 5月, 2015 2 次提交
  10. 30 4月, 2015 4 次提交
  11. 16 3月, 2015 3 次提交
  12. 12 3月, 2015 1 次提交
  13. 10 3月, 2015 11 次提交
  14. 18 2月, 2015 2 次提交
  15. 13 2月, 2015 1 次提交
  16. 03 2月, 2015 2 次提交
  17. 12 1月, 2015 2 次提交