Seems syntax like `disk = [ ''tap:qcow:/vm-img/ia32e_rhel5u1.qcow,hda,w'' ] doesn''t work. What''s the syntax to use qcow with ioemu-remote? Qemu log: domid: 11 qemu: the number of cpus is 1 config qemu network with xen bridge for tap11.0 eth2 Strip off blktap sub-type prefix to /vm-img/ia32e_rhel5u1.qcow (drv ''qcow'') qemu: could not open vbd ''/local/domain/11/device/vbd/768/phantom_vbd'' or hard disk image ''/vm-img/ia32e_rhel5u1.qcow'' (drv ''qcow'' format ''0'') Watching /local/domain/0/device-model/11/logdirty/next-active Watching /local/domain/0/device-model/11/command xs_read(): vncpasswd get error. /vm/c971a42a-7253-d102-84e0-97f0e14bfdb2/vncpasswd. char device redirected to /dev/pts/5 qemu_map_cache_init nr_buckets = 10000 size 3145728 shared page at pfn 7ffe buffered io page at pfn 7ffc Time offset set 0 Register xen platform. Done register platform. I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0 -- haicheng _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2008-Jul-25 13:35 UTC
[Xen-devel] Re: How to use qcow image with ioemu-remote?
Li, Haicheng writes ("How to use qcow image with ioemu-remote?"):> Seems syntax like `disk = [ ''tap:qcow:/vm-img/ia32e_rhel5u1.qcow,hda,w'' > ] doesn''t work. What''s the syntax to use qcow with ioemu-remote?Hrm. That''s probably actually a qcow2 image so you might try `tap:qcow2:...''. If that works then all is good - although it produces a config file difference between ioemu and ioemu-remote, that config file difference is only in a field that was introduced in this release cycle anyway. If that doesn''t work then there''s a bug. Please let me know - if it is in fact a bug I''ll try to reproduce it. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Li, Haicheng
2008-Jul-25 15:12 UTC
RE: [Xen-devel] Re: How to use qcow image with ioemu-remote?
Ian, Thanks for your reply. it should be a bug. This image is qcow image not qcow2 image: `file ia32e_rhel5u1.qcow` shows: ia32e_rhel5u1.qcow: QEMU Copy-On-Write disk image version 1, size 1 + 1073741824 With "disk = [ ''tap:qcow2:/vm-img/ia32e_rhel5u1.qcow,hda,w'' ]", also failed to create guest with qemu log: Strip off blktap sub-type prefix to /vm-img/ia32e_rhel5u1.qcow (drv ''qcow2'') qemu: type (image format) ''qcow2'' unknown for vbd ''/local/domain/13/device/vbd/768/phantom_vbd'' or image ''/vm-img/ia32e_rhel5u1.qcow'' So I filed a bug to track this issue: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1304. Ian Jackson wrote:> Li, Haicheng writes ("How to use qcow image with ioemu-remote?"): >> Seems syntax like `disk = [ >> ''tap:qcow:/vm-img/ia32e_rhel5u1.qcow,hda,w'' ] doesn''t work. What''s >> the syntax to use qcow with ioemu-remote? > > Hrm. That''s probably actually a qcow2 image so you might try > `tap:qcow2:...''. > If that works then all is good - although it produces a config file > difference between ioemu and ioemu-remote, that config file difference > is only in a field that was introduced in this release cycle anyway. > > If that doesn''t work then there''s a bug. Please let me know - if > it is in fact a bug I''ll try to reproduce it. > > Ian. > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel-- haicheng _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel