mbox

[PULL,0/2] SCSI changes for 2.0

Message ID 1395836471-5816-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://github.com/bonzini/qemu.git scsi-next

Message

Paolo Bonzini March 26, 2014, 12:21 p.m. UTC
Peter,

The following changes since commit 7f6613cedc59fa849105668ae971dc31004bca1c:

  target-mips: fix MTHC1 and MFHC1 when FPU in FR=0 mode (2014-03-25 23:36:35 +0100)

are available in the git repository at:

  git://github.com/bonzini/qemu.git scsi-next

for you to fetch changes up to ec8929a55512606456e364ffa80586219f67c904:

  spapr_vscsi: remove duplicate condition check (2014-03-26 13:19:22 +0100)

Two one-line fixes for issues detected by static analysis.

----------------------------------------------------------------
Prasad Joshi (2):
      scsi: check req pointer before dereferencing it
      spapr_vscsi: remove duplicate condition check

 hw/scsi/spapr_vscsi.c | 2 +-
 hw/scsi/vmw_pvscsi.c  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Peter Maydell March 26, 2014, 5:12 p.m. UTC | #1
On 26 March 2014 12:21, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Peter,
>
> The following changes since commit 7f6613cedc59fa849105668ae971dc31004bca1c:
>
>   target-mips: fix MTHC1 and MFHC1 when FPU in FR=0 mode (2014-03-25 23:36:35 +0100)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git scsi-next
>
> for you to fetch changes up to ec8929a55512606456e364ffa80586219f67c904:
>
>   spapr_vscsi: remove duplicate condition check (2014-03-26 13:19:22 +0100)
>
> Two one-line fixes for issues detected by static analysis.

Applied, thanks.

-- PMM