qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu/hw scsi-disk.c
@ 2006-08-06 11:31 Paul Brook
  2006-08-06 13:14 ` [Qemu-devel] qemu/hw scsi-disk.c - Causes Build Problem Nigel J. Terry
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Brook @ 2006-08-06 11:31 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Paul Brook <pbrook>	06/08/06 11:31:07

Modified files:
	hw             : scsi-disk.c 

Log message:
	Fix SCSI off-by-one device size.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/scsi-disk.c?cvsroot=qemu&r1=1.7&r2=1.8

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] qemu/hw scsi-disk.c - Causes Build Problem
  2006-08-06 11:31 [Qemu-devel] qemu/hw scsi-disk.c Paul Brook
@ 2006-08-06 13:14 ` Nigel J. Terry
  2006-08-06 13:30   ` Paul Brook
  0 siblings, 1 reply; 4+ messages in thread
From: Nigel J. Terry @ 2006-08-06 13:14 UTC (permalink / raw)
  To: qemu-devel

On Sun, 2006-08-06 at 11:31 +0000, Paul Brook wrote:
> CVSROOT:	/sources/qemu
> Module name:	qemu
> Changes by:	Paul Brook <pbrook>	06/08/06 11:31:07
> 
> Modified files:
> 	hw             : scsi-disk.c 
> 
> Log message:
> 	Fix SCSI off-by-one device size.
> 
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/qemu/hw/scsi-disk.c?cvsroot=qemu&r1=1.7&r2=1.8
> 
I tried to build CVS this morning and got

...
gcc32 -Wall -O2 -g -fno-strict-aliasing -I. -I.. -I/home/nterry/qemucvs/qemu/tar get-i386 -I/home/nterry/qemucvs/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LAR GEFILE_SOURCE -I/home/nterry/qemucvs/qemu/fpu -DHAS_AUDIO -I/home/nterry/qemucvs /qemu/slirp -c -o scsi-disk.o /home/nterry/qemucvs/qemu/hw/scsi-disk.c
/home/nterry/qemucvs/qemu/hw/scsi-disk.c: In function `scsi_send_command':
/home/nterry/qemucvs/qemu/hw/scsi-disk.c:364: `SENSE_NOT_READY' undeclared (firs t use in this function)
/home/nterry/qemucvs/qemu/hw/scsi-disk.c:364: (Each undeclared identifier is rep orted only once
/home/nterry/qemucvs/qemu/hw/scsi-disk.c:364: for each function it appears in.)
make[1]: *** [scsi-disk.o] Error 1
make[1]: Leaving directory `/home/nterry/qemucvs/qemu/x86_64-softmmu'
make: *** [subdir-x86_64-softmmu] Error 2
make -C x86_64-softmmu all
...

Looks like you have introduced a problem.

Nigel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] qemu/hw scsi-disk.c - Causes Build Problem
  2006-08-06 13:14 ` [Qemu-devel] qemu/hw scsi-disk.c - Causes Build Problem Nigel J. Terry
@ 2006-08-06 13:30   ` Paul Brook
  2006-08-06 14:13     ` Nigel J. Terry
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Brook @ 2006-08-06 13:30 UTC (permalink / raw)
  To: qemu-devel

> /qemu/slirp -c -o scsi-disk.o /home/nterry/qemucvs/qemu/hw/scsi-disk.c
> /home/nterry/qemucvs/qemu/hw/scsi-disk.c: In function `scsi_send_command':
> /home/nterry/qemucvs/qemu/hw/scsi-disk.c:364: `SENSE_NOT_READY' undeclared

Oops, sorry. I missed a bit of the patch when moving it from my dev tree to 
cvs.  Should be fixed now.

Paul

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] qemu/hw scsi-disk.c - Causes Build Problem
  2006-08-06 13:30   ` Paul Brook
@ 2006-08-06 14:13     ` Nigel J. Terry
  0 siblings, 0 replies; 4+ messages in thread
From: Nigel J. Terry @ 2006-08-06 14:13 UTC (permalink / raw)
  To: Paul Brook, qemu-devel

> Oops, sorry. I missed a bit of the patch when moving it from my dev tree to 
> cvs.  Should be fixed now.
> 
> Paul
> 

That's better :-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-08-06 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-06 11:31 [Qemu-devel] qemu/hw scsi-disk.c Paul Brook
2006-08-06 13:14 ` [Qemu-devel] qemu/hw scsi-disk.c - Causes Build Problem Nigel J. Terry
2006-08-06 13:30   ` Paul Brook
2006-08-06 14:13     ` Nigel J. Terry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).