search for: storozhenko

Displaying 3 results from an estimated 3 matches for "storozhenko".

2017 May 24
3
How to show underlying QEMU command line using virsh
...irt/qemu/centos7.0.xml As you know it contains xml representation of my VM. Is there any way to show underlying qemu command that virsh runs using that file? For example: qemu-system-x86-64 -m 1024 -smp 2 -... If no, is there any way to figure it out during VM run ? --- Thanks in advance, Roman Storozhenko
2017 May 24
1
How to set guest console size in libvirt configuration options?
...grub configuration to pass the correct size as a kernel command line option or use stty something like: stty rows 62 cols 213 and it's resizes correctly. But is there any way to define the console's size outside the guest, in the VM's configuration? --- Thanks in advance, Roman Storozhenko
2017 May 24
0
Re: How to show underlying QEMU command line using virsh
On Wed, May 24, 2017 at 10:49:23AM +0300, Roman Storozhenko wrote: > Hello, everybody > > I use virt to run my VM's and QEMU as a hypervisor. There is a file > describing my virtual machine: > > /etc/libvirt/qemu/centos7.0.xml Just a note, never edit ^these files directly behind libvirt's back and always use 'virsh edit' f...