Re: [Qemu-devel] [PATCH 3/3] block: drive_init(): Improve CHS setting error message

2011-07-01 Thread Markus Armbruster
Luiz Capitulino writes: > The current media doesn't clearly say the error cause. > > Signed-off-by: Luiz Capitulino > --- > blockdev.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/blockdev.c b/blockdev.c > index 0a90ae8..2dbdd1b 100644 > --- a/blockdev.c > +++

[Qemu-devel] [PATCH 3/3] block: drive_init(): Improve CHS setting error message

2011-06-30 Thread Luiz Capitulino
The current media doesn't clearly say the error cause. Signed-off-by: Luiz Capitulino --- blockdev.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/blockdev.c b/blockdev.c index 0a90ae8..2dbdd1b 100644 --- a/blockdev.c +++ b/blockdev.c @@ -311,7 +311,7 @@ DriveInfo *dr