On Sat, 2012-08-18 at 22:10 +0300, Michael S. Tsirkin wrote:
On Tue, Aug 14, 2012 at 02:12:29PM -0700, Nicholas A. Bellinger wrote:
quoted
On Mon, 2012-08-13 at 11:59 +0300, Michael S. Tsirkin wrote:
quoted
On Mon, Aug 13, 2012 at 08:35:14AM +0000, Nicholas A. Bellinger wrote:
<SNIP>
quoted
quoted
quoted
+ if (ret < 0) {
+ fprintf(stderr, "vhost-scsi: vhost initialization failed: %s\n",
+ strerror(-ret));
errors should go to monitor, here and elsewhere.
I think this means using monitor_printf() right..?
Looking at that now..
error_report is handier.
Converted all fprintf(stderr, ...) -> error_report() usage for RFC-v3.
Thanks MST!