qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 536f25: target-arm: Fix incorrect check of kv


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 536f25: target-arm: Fix incorrect check of kvm_vcpu_ioctl ...
Date: Sun, 05 May 2013 05:30:12 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 536f25e4c77592b936e50728c83894c23f4f61c8
      
https://github.com/qemu/qemu/commit/536f25e4c77592b936e50728c83894c23f4f61c8
  Author: Peter Maydell <address@hidden>
  Date:   2013-05-03 (Fri, 03 May 2013)

  Changed paths:
    M target-arm/kvm.c

  Log Message:
  -----------
  target-arm: Fix incorrect check of kvm_vcpu_ioctl return value

kvm_vcpu_ioctl() returns -ETHING on error, not ETHING -- correct
an incorrect check in kvm_arch_init_vcpu(). This would not have
had any significant ill-effects -- we would just have propagated
the less useful ENOENT up to the caller rather than the more
accurate EINVAL in the unlikely case that the kernel didn't
have VFP-D32 support.

Signed-off-by: Peter Maydell <address@hidden>


  Commit: f7a87c42a05e5ecaa4ed9167178624f870106091
      
https://github.com/qemu/qemu/commit/f7a87c42a05e5ecaa4ed9167178624f870106091
  Author: Blue Swirl <address@hidden>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M target-arm/kvm.c

  Log Message:
  -----------
  Merge branch 'target-arm.next' of 
git://git.linaro.org/people/pmaydell/qemu-arm

* 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-arm:
  target-arm: Fix incorrect check of kvm_vcpu_ioctl return value


  Commit: 467b34689d277fa56c09ad07ca0f08d7d7539f6d
      
https://github.com/qemu/qemu/commit/467b34689d277fa56c09ad07ca0f08d7d7539f6d
  Author: Blue Swirl <address@hidden>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M pc-bios/README
    M pc-bios/openbios-ppc
    M pc-bios/openbios-sparc32
    M pc-bios/openbios-sparc64
    M roms/openbios

  Log Message:
  -----------
  Update OpenBIOS images

Update OpenBIOS images to OpenBIOS 1.1 release (SVN r1136) built from
submodule.

Signed-off-by: Blue Swirl <address@hidden>


Compare: https://github.com/qemu/qemu/compare/120dc38f6113...467b34689d27

reply via email to

[Prev in Thread] Current Thread [Next in Thread]