1. 01 5月, 2012 2 次提交
  2. 28 4月, 2012 1 次提交
    • J
      KVM: x86: Run PIT work in own kthread · b6ddf05f
      Jan Kiszka 提交于
      We can't run PIT IRQ injection work in the interrupt context of the host
      timer. This would allow the user to influence the handler complexity by
      asking for a broadcast to a large number of VCPUs. Therefore, this work
      was pushed into workqueue context in 9d244caf2e. However, this prevents
      prioritizing the PIT injection over other task as workqueues share
      kernel threads.
      
      This replaces the workqueue with a kthread worker and gives that thread
      a name in the format "kvm-pit/<owner-process-pid>". That allows to
      identify and adjust the kthread priority according to the VM process
      parameters.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
      b6ddf05f
  3. 24 4月, 2012 3 次提交
  4. 20 4月, 2012 2 次提交
  5. 19 4月, 2012 2 次提交
  6. 17 4月, 2012 8 次提交
  7. 16 4月, 2012 6 次提交
  8. 15 4月, 2012 2 次提交
  9. 14 4月, 2012 12 次提交
  10. 13 4月, 2012 2 次提交