1. 17 10月, 2013 2 次提交
  2. 03 9月, 2013 2 次提交
  3. 30 8月, 2013 1 次提交
    • E
      s390: wire up nmi command to raise a RESTART interrupt on S390 · 7f7f9752
      Eugene (jno) Dvurechenski 提交于
      There is the 'nmi' command that is used to trigger a guest dump via kdump feature on x86.
      s390 uses RESTART interrupt to trigger kdump.
      So, this patch provides a mean to use 'nmi' command on s390 to raise RESTART interrupt.
      
      The CPU to receive the RESTART interrupt is the "default" one.
      
      There is an infrastructure to select the "default" CPU using 'cpu' command.
      The 'info cpus' command can be used to see which one is the "default".
      
      In order to wire up the RESTART to 'nmi' command we had to:
      1. implement the kvm_s390_cpu_restart function by exporting the existing code
      2. implement s390_cpu_restart function as kvm-aware wrapper
      3. modify the qmp_inject_nmi function to enable (for s390) the scan for
         "default" CPU and call s390_cpu_restart for it;
      3. fix some messages.
      Signed-off-by: NEugene (jno) Dvurechenski <jno@linux.vnet.ibm.com>
      Signed-off-by: NChristian Borntraeger <borntraeger@de.ibm.com>
      Acked-by: NAlexander Graf <agraf@suse.de>
      7f7f9752
  4. 23 8月, 2013 2 次提交
  5. 17 8月, 2013 1 次提交
  6. 27 7月, 2013 1 次提交
  7. 23 7月, 2013 2 次提交
  8. 19 7月, 2013 1 次提交
  9. 15 7月, 2013 1 次提交
  10. 13 7月, 2013 1 次提交
  11. 10 7月, 2013 2 次提交
  12. 01 7月, 2013 1 次提交
    • A
      KVM: Don't assume that mpstate exists with in-kernel PIC always · 215e79c0
      Alexander Graf 提交于
      On PPC, we don't support MP state. So far it's not necessary and I'm
      not convinced yet that we really need to support it ever.
      
      However, the current idle logic in QEMU assumes that an in-kernel PIC
      also means we support MP state. This assumption is not true anymore.
      
      Let's split up the two cases into two different variables. That way
      PPC can expose an in-kernel PIC, while not implementing MP state.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      CC: Jan Kiszka <jan.kiszka@siemens.com>
      215e79c0
  13. 28 6月, 2013 13 次提交
  14. 17 6月, 2013 1 次提交
  15. 02 5月, 2013 1 次提交
  16. 01 5月, 2013 2 次提交
  17. 19 4月, 2013 1 次提交
  18. 16 4月, 2013 1 次提交
  19. 13 4月, 2013 1 次提交
  20. 12 3月, 2013 3 次提交