search for: formatdomain

Displaying 20 results from an estimated 308 matches for "formatdomain".

2010 May 19
1
Update of libvirt website required. not all information about XML tags
The problem desribed here: https://bugzilla.redhat.com/show_bug.cgi?id=593266 Please update http://www.libvirt.org/formatdomain.html and describe NEW xml tags, like <serial>xxxx</serial> for hard drive and all cpu tags, other if any. -- Segmentation fault
2011 Nov 01
1
Error on the site
Good afternoon. I apologize for my English. Error on page: http://libvirt.org/formatdomain.html To be more precise in the line "<target *def*='hdc' bus='ide'/>" -- Biryukov Alexander ICQ: 467093457 Skype: reddog_gad -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attach...
2015 Oct 30
2
Re: Creating network interfaces with specific name in LXC
...t interfaces (such as eth0, eth1 etc.,). Libvirt's lxc driver seems to create interfaces as eth0, eth1 and so on, when there are multiple <interface /> entries in the domain xml. How can I request for a particular interface name? I saw that in some of the examples in https://libvirt.org/formatdomain.html, <source dev=" " network=" "> is specified. I tried setting the "dev" attribute of source tag, but it doesn't look like that is being parsed and stored either. Regards, Harish On Fri, Oct 30, 2015 at 8:32 PM, Martin Kletzander <mkletzan@redhat.com&...
2010 May 25
2
How to obtain rights to extend libvirt documentation pages
For example, http://libvirt.org/formatdomain.html#elementsDisks does not contain <serial>xxxx</serial> tag. (https://bugzilla.redhat.com/show_bug.cgi?id=593266) I wrote to community (users and developers). No one has added this information to the site... -- Segmentation fault
2018 Aug 08
3
Mount URL as cdrom/iso KVM/QEMU
Hi Folks, According to the examples in http://libvirt.org/formatdomain.html#elementsDisks it should be possible to mount an iso /url as a cdrom, the example given is: </disk> <disk type='network' device='cdrom'> <driver name='qemu' type='raw'/> <source protocol="http" name="url_path"&...
2017 Jun 19
2
Question about disabling '3dnowprefetch' CPU feature in Xen Guest using libvirt
...3.git0.2.fc26.x86_64 xen-4.8.1-2.fc26.x86_64 libvirt-3.2.1-1.fc26.x86_64 I can disable '3dnowprefetch' CPU feature in guest via 'xl' command, with adding `cpuid='host,3dnowprefetch=0'` into the CFG file. However, follow the instruction (https://libvirt.org/ formatdomain.html#elementsCPU), I added the following block into my XML file: ``` <cpu mode='host-passthrough' check='none'> <feature policy='disable' name='3dnowprefetch'/> </cpu> ``` Created the instance, seemed this feature was not being disable...
2014 Apr 14
3
Re: LXC + USB passthrough = Operation not permitted
...can help you. I had ever asked a similar question to Daniel and I was using a thirty-party card. As a container uses a shared kernel with the host, so hostdev mode='subsystem' doesn't make sense. Maybe you can try to use hostdev mode='capabilities'. Please see http://libvirt.org/formatdomain.html#elementsHostDevCaps Hope this helps Cheng Wang
2014 Mar 13
4
questions on clock catchup
In http://libvirt.org/formatdomain.html#elementsTime , we could find there are three attributes of catchup tickpolicy: limit, threshold and slew. " The catchup element has three optional attributes, each a positive integer. The attributes are threshold, slew, and limit. " The xml format likes: <clock offset='utc&...
2014 Oct 19
2
HostDevev SCSI Devices
http://libvirt.org/formatdomain.html#elementsHostDevSubsys At this description used "drive"-typed address for SCSI. But when i get xml-description of scsi-devices by <code> unsigned int flags = VIR_CONNECT_LIST_NODE_DEVICES_CAP_SCSI_HOST ; int ret = virConnectListAllNodeDevices (...
2015 Feb 12
3
way to see the bootmenu via serial?
Maybe this should go to the qemu mail list, but I have domains configured to dump to serial. Works fine I see Grub menu/kernel messages and the like, but the "bootmenu" listing only shows up over vnc. Is there a way to have that show up over serial? I definitely can hit up the qemu mail list as well if inappropriate for here
2018 Mar 29
2
Using alias under disk in XML
...There is no error given after my edits are made and saved. It just seems that libvirt is completely ignoring or removing my changes, without reason. Can anyone give any insight on why this might be happening, and/or help me with the proper way of defining the alias? 1 - https://libvirt.org/formatdomain.html -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://blog.drenet.net PGP key - http://www.drenet.net/pubkey.html -=-=-=-=-=-
2018 Nov 29
2
Re: console type tcp with logging
...irt api > > (and expose this data to xtermjs via websocket) with getty tty. And > > also i want to have log of tty1 (do log grub, kernel booting and > > errors). > > What i need to do in libvirt xml for such case? > > XML is described here > > https://libvirt.org/formatdomain.html#elementsConsole > > In particular regardless of what backend type you use for the > seral port, you can add logging using > > <log file="/var/log/libvirt/qemu/guestname-serial0.log" append="off"/> > > > Thanks! Does it possible to read this...
2023 Mar 22
1
Xen with libvirt and SR-IOV
...change that came with libvirt 6.8.0 https://gitlab.com/libvirt/libvirt/-/commit/9d15647dcb96831c93ac8c1d67c47265b5ed9072 However, that wouldn't be needed unless you were using the 'permissive' setting in your xl config. >> I know it's not complete, but https://libvirt.org/formatdomain.html makes an >> attempt to identify hypervisor support for the various configuration settings. > > I will "recheck" it, but I don't see anything new, that might be missing. > > >> I've used both configurations successfully. Has the sriov virtual functi...
2015 Oct 30
2
Creating network interfaces with specific name in LXC
Hello I am trying to create interfaces within an LXC container with specific name. I am using the following XML: <interface type='network' name='blah'> <source network='dpbr_n_0'/> </interface> This doesn't seem to work; it always ends up creating interface with name as "eth0". I found some examples here:
2014 Aug 26
3
Re: virtio-serial port that listens tcp socket on host
2014-08-26 19:11 GMT+04:00 Andrey Korolyov <andrey@xdel.ru>: > not, right now it is not possible. Why don`t you want to just assign > unique paths for socket name, derived, say, from VM` UUID? > In case of unix domain sockets paths not problem, but i want to connect to each qemu-ga address from central point. I don't want to use socat , as i see qemu have ability to specify
2017 Oct 25
2
question about how to set rng device on vm
Hi Amos, I'm a libvirt QE, and I can not understand the setting on libvirt.org for rng device. Could you please help to explain a little? (The xml in https://libvirt.org/formatdomain.html#elementsRng) <devices> <rng model='virtio'> <rate period="2000" bytes="1234"/> <backend model='random'>/dev/random</backend> <!-- OR --> <backend model='egd' type='udp'> *<s...
2012 Nov 02
1
One possible plan for remote support
...bvirt case, but we need additional code so it can be done remotely). libvirt already has a mechanism which can be used to run a process on the remote server which is responsible for creating the kernel/initrd, however it has some limitations and it currently only works for Xen: http://libvirt.org/formatdomain.html#elementsOSBootloader Problem (b) is really a shortcoming of libvirt. If you define a virtio-serial socket in libvirt [http://libvirt.org/formatdomain.html#elementCharChannel] then it's a bit stupid that these only work locally. It should be possible (Dan assures me "easy") to...
2019 Oct 10
2
Fwd: Libvirt-QEMU : Multiplex the output from qemu's serial port to a pty as well as a file (basically redirect console to file as well as pty device)
Hi Folks , As per https://libvirt.org/formatdomain.html#elementsConsole Regardless of the type, character devices can have an optional log file associated with them. Whether the lgging functionality is same as mapping device to file ? Whether libvirt xml syntax below both 1 and 2 are same ? 1) <serial type='pty'> <lo...
2020 Feb 11
2
Cannot turn iommu on inside guest
...r: XML document failed to validate against schema: Unable to validate doc against /usr/share/libvirt/schemas/domain.rng Extra element devices in interleave Element domain failed to validate content Failed. Try again? [y,n,i,f,?]: Can anyone show me what I am missing here? [1] https://libvirt.org/formatdomain.html#elementsIommu [2] https://wiki.qemu.org/Features/VT-d#Command_Line_Example_2
2015 Apr 14
2
Re: VM Performance using KVM Vs. VMware ESXi
On 4/14/2015 4:58 PM, Daniel P. Berrange wrote: > On Tue, Apr 14, 2015 at 04:53:52PM +0530, Jatin Davey wrote: >> On 4/14/2015 4:42 PM, Dominique Ramaekers wrote: >>> About Spice: I think it’s good practice to use spice because it improves >>> the performance of the VM in general by improving screen performance. If >>> your VM is constantly displaying output,