1. 27 4月, 2008 12 次提交
  2. 04 3月, 2008 1 次提交
  3. 03 3月, 2008 3 次提交
  4. 06 2月, 2008 1 次提交
    • A
      kvm: i386 fix · c0b49b0d
      Andrew Morton 提交于
      arch/x86/kvm/x86.c: In function 'emulator_cmpxchg_emulated':
      arch/x86/kvm/x86.c:1746: warning: passing argument 2 of 'vcpu->arch.mmu.gva_to_gpa' makes integer from pointer without a cast
      arch/x86/kvm/x86.c:1746: warning: 'addr' is used uninitialized in this function
      
      Is true.  Local variable `addr' shadows incoming arg `addr'.  Avi is on
      vacation for a while, so...
      
      Cc: Avi Kivity <avi@qumranet.com>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c0b49b0d
  5. 31 1月, 2008 12 次提交
  6. 30 1月, 2008 11 次提交