All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Small cpu loop cleanups
@ 2009-06-15 13:23 Gleb Natapov
  2009-06-15 13:23 ` [PATCH 1/8] env->kvm_cpu_state.init is always zero here Gleb Natapov
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Gleb Natapov @ 2009-06-15 13:23 UTC (permalink / raw)
  To: avi; +Cc: kvm

Also fix "info cpus" to show correct halt status with in kernel irq chip.

I removed patch that uses on_vcpu() for init/sipi handling for now.

Gleb Natapov (8):
  env->kvm_cpu_state.init is always zero here.
  Do not use env->halted to decide where halted state should be
    handled.
  Call kvm_arch_load_regs() instead of kvm_load_registers()
  Rename kvm_(load|save)_mpstate to kvm_arch_(load|save)_mpstate
  Retrieve mp state info in cpu_synchronize_state()
  env->exception_index is not used by kvm code.
  s->cpu_env cannot be zero here.
  env->exit_request is not used by kvm.

 hw/apic.c             |    6 ++----
 qemu-kvm-ia64.c       |    6 ++----
 qemu-kvm-x86.c        |    9 +++------
 qemu-kvm.c            |   39 +++++++++++++++++++++++++++++++--------
 qemu-kvm.h            |    4 ++++
 target-i386/machine.c |    6 +++---
 target-ia64/machine.c |    4 ++--
 vl.c                  |    1 -
 8 files changed, 47 insertions(+), 28 deletions(-)


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-06-15 13:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 13:23 [PATCH 0/8] Small cpu loop cleanups Gleb Natapov
2009-06-15 13:23 ` [PATCH 1/8] env->kvm_cpu_state.init is always zero here Gleb Natapov
2009-06-15 13:23 ` [PATCH 2/8] Do not use env->halted to decide where halted state should be handled Gleb Natapov
2009-06-15 13:23 ` [PATCH 3/8] Call kvm_arch_load_regs() instead of kvm_load_registers() Gleb Natapov
2009-06-15 13:23 ` [PATCH 4/8] Rename kvm_(load|save)_mpstate to kvm_arch_(load|save)_mpstate Gleb Natapov
2009-06-15 13:23 ` [PATCH 5/8] Retrieve mp state info in cpu_synchronize_state() Gleb Natapov
2009-06-15 13:23 ` [PATCH 6/8] env->exception_index is not used by kvm code Gleb Natapov
2009-06-15 13:23 ` [PATCH 7/8] s->cpu_env cannot be zero here Gleb Natapov
2009-06-15 13:23 ` [PATCH 8/8] env->exit_request is not used by kvm Gleb Natapov
2009-06-15 13:51 ` [PATCH 0/8] Small cpu loop cleanups Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.