1. 22 10月, 2012 1 次提交
    • A
      memory: manage coalesced mmio via a MemoryListener · 95d2994a
      Avi Kivity 提交于
      Instead of calling a global function on coalesced mmio changes, which
      routes the call to kvm if enabled, add coalesced mmio hooks to
      MemoryListener and make kvm use that instead.
      
      The motivation is support for multiple address spaces (which means we
      we need to filter the call on the right address space) but the result
      is cleaner as well.
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      95d2994a
  2. 09 9月, 2012 1 次提交
  3. 09 8月, 2012 5 次提交
  4. 12 7月, 2012 1 次提交
  5. 22 5月, 2012 4 次提交
  6. 13 4月, 2012 2 次提交
  7. 15 3月, 2012 1 次提交
  8. 07 3月, 2012 1 次提交
  9. 09 2月, 2012 1 次提交
  10. 19 1月, 2012 1 次提交
  11. 27 6月, 2011 1 次提交
  12. 21 6月, 2011 1 次提交
  13. 16 4月, 2011 1 次提交
  14. 14 2月, 2011 2 次提交
  15. 23 1月, 2011 1 次提交
  16. 10 1月, 2011 1 次提交
  17. 21 10月, 2010 1 次提交
    • M
      MCE: Relay UCR MCE to guest · c0532a76
      Marcelo Tosatti 提交于
      Port qemu-kvm's
      
      commit 4b62fff1101a7ad77553147717a8bd3bf79df7ef
      Author: Huang Ying <ying.huang@intel.com>
      Date:   Mon Sep 21 10:43:25 2009 +0800
      
          MCE: Relay UCR MCE to guest
      
          UCR (uncorrected recovery) MCE is supported in recent Intel CPUs,
          where some hardware error such as some memory error can be reported
          without PCC (processor context corrupted). To recover from such MCE,
          the corresponding memory will be unmapped, and all processes accessing
          the memory will be killed via SIGBUS.
      
          For KVM, if QEMU/KVM is killed, all guest processes will be killed
          too. So we relay SIGBUS from host OS to guest system via a UCR MCE
          injection. Then guest OS can isolate corresponding memory and kill
          necessary guest processes only. SIGBUS sent to main thread (not VCPU
          threads) will be broadcast to all VCPU threads as UCR MCE.
      
      aliguori: fix build
      Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      c0532a76
  18. 15 8月, 2010 1 次提交
  19. 03 7月, 2010 1 次提交
  20. 20 4月, 2010 1 次提交