]> Git Repo - qemu.git/commit
scsi-disk.c: Fix compilation with -DDEBUG_SCSI
authorPaul Janzen <[email protected]>
Thu, 5 Jun 2014 05:33:40 +0000 (22:33 -0700)
committerPaolo Bonzini <[email protected]>
Wed, 18 Jun 2014 06:47:10 +0000 (08:47 +0200)
commit4525c1337f2a5fc99570ce392e552b8905e36c9a
tree11823d49ba868fc37b87150f14d748e7d0c803f9
parent9281fe9eea5c9e5037fbf4fb75c5dc8f6e1a24a3
scsi-disk.c: Fix compilation with -DDEBUG_SCSI

In scsi-disk.c, if you #define DEBUG_SCSI=1, you get:
hw/scsi/scsi-disk.c: In function 'scsi_disk_emulate_command':
hw/scsi/scsi-disk.c:2018: error: 'SCSIRequest' has no member named 'buf'

Change the debugging statement to match the actual value tested.

Signed-off-by: Paul Janzen <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/scsi/scsi-disk.c
This page took 0.02487 seconds and 4 git commands to generate.