search for: driver_type

Displaying 9 results from an estimated 9 matches for "driver_type".

Did you mean: drive_type
2018 Feb 15
2
Re: snapshot of a raw file - how to revert ?
...l). This will tell libvirt to automatically use the just created QCOW2 overlay. But yeah, one useful bit is to use the `virt-xml` tool to point to the desired disk image (instead of `virsh edit` that I mentioned in the previous email): $ virt-xml F21server --edit target=vda \ --disk driver_type=raw,path=./A.raw -- /kashyap
2009 Feb 01
1
Intel Graphics Driver problems...
...cd98) [/home/dan/Software/wine-1.1.10/dlls/wined3d/wined3d_main.c:56] in wined3d (0x0033fcd8) 4 0x606880f1 CreateDXGIFactory+0xe1(riid=0x60657d68, factory=0x33fd68) [/home/dan/Software/wine-1.1.10/dlls/dxgi/dxgi_main.c:99] in dxgi (0x0033fd28) 5 0x60656c39 D3D10CreateDevice+0x189(adapter=(nil), driver_type=<register EDI not in topmost frame>, swrast=(nil), flags=0, sdk_version=29, device=0x33fdb8) [/home/dan/Software/wine-1.1.10/dlls/d3d10/d3d10_main.c:63] in d3d10 (0x0033fd78) 6 0x60641c8a func_device+0x4a() [/home/dan/Software/wine-1.1.10/dlls/d3d10/tests/device.c:28] in d3d10_test (0x0033f...
2018 Feb 16
0
Re: snapshot of a raw file - how to revert ?
...utomatically use the just created QCOW2 overlay. > > But yeah, one useful bit is to use the `virt-xml` tool to point to the > desired disk image (instead of `virsh edit` that I mentioned in the > previous email): > > $ virt-xml F21server --edit target=vda \ > --disk driver_type=raw,path=./A.raw > > > -- Hi Kashyap, thanks for your quick and detailed answers. Just to be complete. The procedure in the above mentioned link does work with my old software ? pc59093:~ # rpm -qa|grep -iE 'libvirt|kvm' libvirt-cim-0.5.12-0.7.16 libvirt-python-1.2.5-1.102 lib...
2018 Aug 07
1
Re: ceph rbd pool and libvirt manageability (virt-install)
...#39;/> > </disk> Hi, currently you are not able to create domain with that disk definition, with this command line: --disk source_protocol=rdb,source_name=libvirt-pool/zimbra-dev-disk,\ source_host_name=ceph01.powercraft.nl,source_host_port=6789,\ target=vda,bus=virtio,driver_type=raw you are able to create this definition: <disk type="network" device="disk"> <driver name="qemu" type="raw"/> <source protocol="rdb" name="libvirt-pool/zimbra-dev-disk"> <host name="ce...
2013 Jun 01
2
Re: How to use libguestfs access LVM as non-root user?
On Fri, May 31, 2013 at 7:25 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Fri, May 31, 2013 at 06:39:53PM +0800, Qiu Yu wrote: > > [00098ms] /usr/libexec/qemu-kvm \ > > -global virtio-blk-pci.scsi=off \ > > -drive file=/dev/xenvg/123,cache=off,format=qcow2,if=virtio \ > > -nodefconfig \ > > -enable-kvm \ > > -nodefaults \
2018 Feb 13
3
snapshot of a raw file - how to revert ?
Hi, i have the following system: pc59093:~ # cat /etc/os-release NAME="SLES" VERSION="11.4" VERSION_ID="11.4" PRETTY_NAME="SUSE Linux Enterprise Server 11 SP4" ID="sles" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:suse:sles:11:4" pc59093:~ # uname -a Linux pc59093 3.0.101-84-default #1 SMP Tue Oct 18 10:32:51 UTC 2016 (15251d6) x86_64
2015 Jun 08
2
ceph rbd pool and libvirt manageability (virt-install)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everybody, I created a rbd pool and activated it, but I can't seem to create volumes in it with virsh or virt-install? # virsh pool-dumpxml myrbdpool <pool type='rbd'> <name>myrbdpool</name> <uuid>2d786f7a-2df3-4d79-ae60-1535bcf1c6b5</uuid> <capacity
2014 Mar 07
0
Wine release 1.7.14
...quoted attributes. Fran?ois Gouget (16): d3d9/tests: Fix some test failures on Windows 2000. oleaut32/tests: Skip the test_stub() tests if we have insufficient privileges. winmm/tests: Change the current directory to a place that will be writable. d3d10_1: Make debug_d3d10_{driver_type,feature_level}() static. ddraw/tests: Fix some comma versus semi-colon mixups. ddraw/tests: Simplify the 'NT4 testbot' special case a bit. xcopy/tests: Fix the test in case stdin has been redirected. oleaut32/tests: Fix compilation on systems that don't support n...
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with updates coming from blktap2.5. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>