Yosuke Iwamatsu
2007-Sep-13 10:23 UTC
[Xen-devel] [PATCH] qemu-dm: Fix Raw Block IO Debug Print
Hi, This is a trivial fix for debug print formats of raw block io. Without this patch, qemu-dm occasionally gets stuck when a raw io device is inaccessible (eg. CR-ROM doesn''t exist). Regards, ------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Isaku Yamahata
2007-Sep-13 11:02 UTC
Re: [Xen-devel] [PATCH] qemu-dm: Fix Raw Block IO Debug Print
On Thu, Sep 13, 2007 at 07:23:59PM +0900, Yosuke Iwamatsu wrote:> Hi, > > This is a trivial fix for debug print formats of raw block io. > Without this patch, qemu-dm occasionally gets stuck > when a raw io device is inaccessible (eg. CR-ROM doesn''t exist).Hi. PRId64 should be used for int64_t instead of lld. -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Yosuke Iwamatsu
2007-Sep-14 01:32 UTC
[Xen-devel] [PATCH] qemu-dm: Fix Raw Block IO Debug Print
Isaku Yamahata wrote:> On Thu, Sep 13, 2007 at 07:23:59PM +0900, Yosuke Iwamatsu wrote: >> Hi, >> >> This is a trivial fix for debug print formats of raw block io. >> Without this patch, qemu-dm occasionally gets stuck >> when a raw io device is inaccessible (eg. CR-ROM doesn''t exist). > > Hi. > PRId64 should be used for int64_t instead of lld. >Thank you for the comment. Attached is a revised patch. Regards, ------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel