1. 17 11月, 2011 1 次提交
    • C
      KVM: s390: Fix RUNNING flag misinterpretation · 9e6dabef
      Cornelia Huck 提交于
      CPUSTAT_RUNNING was implemented signifying that a vcpu is not stopped.
      This is not, however, what the architecture says: RUNNING should be
      set when the host is acting on the behalf of the guest operating
      system.
      
      CPUSTAT_RUNNING has been changed to be set in kvm_arch_vcpu_load()
      and to be unset in kvm_arch_vcpu_put().
      
      For signifying stopped state of a vcpu, a host-controlled bit has
      been used and is set/unset basically on the reverse as the old
      CPUSTAT_RUNNING bit (including pushing it down into stop handling
      proper in handle_stop()).
      
      Cc: stable@kernel.org
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NCarsten Otte <cotte@de.ibm.com>
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      9e6dabef
  2. 30 10月, 2011 1 次提交
  3. 27 2月, 2010 1 次提交
  4. 09 1月, 2009 1 次提交
  5. 07 6月, 2008 1 次提交
  6. 27 4月, 2008 1 次提交