[libvirt-users] Problems running virtual machines after an upgrade

2012-02-25 Thread Bhasker C V
-- Bhasker C V ___ libvirt-users mailing list libvirt-users

Re: [libvirt-users] Problems running virtual machines after an upgrade

2012-02-25 Thread Bhasker C V
Hi Eric Thanks for replying ... On 25/02/12 14:36, Eric Blake wrote: > On 02/25/2012 06:55 AM, Bhasker C V wrote: >> Hi all, >> >> I upgraded qemu-kvm and libvirt to the new versions >> qemu-kvm at : 1.0 >> libvirt at : git version 0.9.10 > Which

[libvirt-users] setvcpus

2012-04-03 Thread Bhasker C V
State -- virsh # virsh # version Compiled against library: libvir 0.9.1 Using library: libvir 0.9.1 Using API: QEMU 0.9.1 Running hypervisor: QEMU 0.14.1 -- Bhasker C V Secure Mails: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D05FEEC54E4

[libvirt-users] Problems using latest qemu-kvm and latest libvirt ( hvm missing )

2012-04-18 Thread Bhasker C V
better if this is documented somewhere visible so that a lot of time can be saved in iterating through the versions of qemu-kvm to find out which one will work. -- Bhasker C V Secure Mails: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D05FEEC54E4

Re: [libvirt-users] Problems using latest qemu-kvm and latest libvirt ( hvm missing )

2012-04-18 Thread Bhasker C V
On 18/04/12 21:56, Bhasker C V wrote: > Hi all > > > I have faced this issue already and the solution was to go back to a > old version of qemu-kvm and/or libvirt and things start falling into > place but this time I would want to solve this. > > > I have used these

Re: [libvirt-users] Assigning IPv6 address to guest

2014-10-04 Thread Bhasker C V
On 04/10/14 15:36, The Cop wrote: Hello, I am trying to assign an IPv6 address to one of my guests. I followed the following guide, unsuccessfully: https://www.berrange.com/posts/2011/06/16/providing-ipv6-connectivity-to-virtual-guests-with-libvirt-and-kvm/ . I have the following config files:

Re: [libvirt-users] Assigning IPv6 address to guest

2014-10-04 Thread Bhasker C V
On 04/10/14 21:13, The Cop wrote: > > On 10/4/2014 8:46 PM, Bhasker C V wrote: >> On 04/10/14 15:36, The Cop wrote: >>> Hello, >>> >>> I am trying to assign an IPv6 address to one of my guests. I followed the >>> following guide, unsuccessfully:

Re: [libvirt-users] Assigning IPv6 address to guest

2014-10-05 Thread Bhasker C V
On 05/10/14 17:24, The Cop wrote: On 10/5/2014 1:56 AM, Bhasker C V wrote: On 04/10/14 21:13, The Cop wrote: On 10/4/2014 8:46 PM, Bhasker C V wrote: On 04/10/14 15:36, The Cop wrote: Hello, I am trying to assign an IPv6 address to one of my guests. I followed the following guide

Re: [libvirt-users] CPU model and type

2015-02-05 Thread Bhasker C V
you can set the CPU type and model and features https://libvirt.org/formatdomain.html I usually give it during the virt-install as -cpu core2duo,+vmx (the ,+vmx will enable vmx vt extensions on the guest CPU ) ... core2duo Intel ... On 2/5/15, Paul Apostolescu wrote:

[libvirt-users] hvm on x86_64 on binutils i386

2015-09-06 Thread Bhasker C V
Hi, I have this setup kernel: x86_64 version 4.2.0 operating system (rootfs binutils etc.,) : i386 (ELF-32-bit) qemu-system : version 2.4.0 qemu-system-x86_64 (i386 binary) libvirt: 1.2.19 (i386 ) When I run the qemu-system-x86_64 binary with --enable-kvm, the guest machine is working proper

Re: [libvirt-users] hvm on x86_64 on binutils i386

2015-09-06 Thread Bhasker C V
Using virt-manager and copying host CPU can still boot the guest OS (64-bit) virt-install however still is not doing the job. On 9/6/15, Bhasker C V wrote: > Hi, > > I have this setup > > > kernel: x86_64 version 4.2.0 > operating system (rootfs binutils etc.,) : i38

Re: [libvirt-users] hvm on x86_64 on binutils i386

2015-09-17 Thread Bhasker C V
Adding switch --cpu mode=host-model along with --arch x86_64 fixes this issue. However I am not able to boot with "any other" CPU type like I used to be able to give --cpu core2duo and things would work ! On 9/6/15, Bhasker C V wrote: > Using virt-manager and copying host CPU c

[libvirt-users] libvirt net xml format

2017-12-27 Thread Bhasker C V
Hi all, I went through the docs but could not find a way to pass the -h OR --no-hosts option to dnsmasq via libvirt xml Is there a way to do this via xml ? please can someone help. Thanks ___ libvirt-users mailing list libvirt-users@redhat.com https:/

Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
Adding libvirt mailing list apologies for cross-posting libvirt version: 9.7.0-1 On Thu, Sep 21, 2023 at 8:39 AM john doe wrote: > On 9/21/23 09:32, Bhasker C V wrote: > > I am getting an error with libivrt when I create a VM > > > > ``` > > $ sudo virsh create ./

Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
Attaching win11.xml Please note that this used to work fine. It is failing now on libvirt- 9.7.0-1 On Thu, Sep 21, 2023 at 9:13 AM Peter Krempa wrote: > On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote: > > Adding libvirt mailing list > > apologies for cross-posting >

Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
t/WINDOWS/WIN11-BASE protocol type: file file length: 60 GiB (64424509440 bytes) disk size: 26.5 GiB ``` On Thu, Sep 21, 2023 at 2:52 PM Peter Krempa wrote: > On Thu, Sep 21, 2023 at 10:50:07 +0100, Bhasker C V wrote: > > Attaching win11.xml > > Please note that this u

Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
libvirt and for the life of mine I could not find why the other xml file doesnt work and why this does. Happy libvirt-ing On Thu, Sep 21, 2023 at 2:58 PM Bhasker C V wrote: > Hi, > I have tried that too and that did not help either (i.e adding the format > type=gpt) > The outpu