similar to: CPU model and type

Displaying 20 results from an estimated 700 matches similar to: "CPU model and type"

2015 Feb 05
0
Re: CPU model and type
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 ) ... <cpu match='exact'> <model fallback='allow'>core2duo</model> <vendor>Intel</vendor> <topology sockets='1'
2015 Sep 06
3
hvm on x86_64 on binutils i386
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 properly as hvm. So QEMU can run x86_64 OS as hvm when I install using virt-install virt-install --name
2015 Apr 01
6
ESX VM from scratch
I want to create a virtual machine from scratch in ESX but I can't figure out how to create the disks - the vmdk files. Any hints on how that can be done or even if it's possible at all ? Thanks
2011 May 13
1
Booting from scsi
Hi all, I am starting up to use libvirt with virsh and virt-install. I used virt-install successfully and have a running linux system with raw disk exported to the virtual machine as scsi. (the whole of qemu + libvirt + virtmanager is compiled and installed on /usr/local from source) After the virtual OS installation (which succeeds) I am not able to boot into the OS from the harddisk.
2023 Sep 21
1
Help ! libvirt
Hi, I have tried that too and that did not help either (i.e adding the format type=gpt) The output you requested ``` $ sudo qemu-img info --backing-chain /var/virt/WINDOWS/WIN11 image: /var/virt/WINDOWS/WIN11 file format: qcow2 virtual size: 60 GiB (64424509440 bytes) disk size: 55.1 GiB cluster_size: 65536 backing file: WIN11-BASE (actual path: /var/virt/WINDOWS/WIN11-BASE) backing file
2023 Sep 22
1
Help ! libvirt
I finally fixed it. The issue seems to be with the tpm-tis/cpu backend (wonder why it shows up with a different error) For the sake of community, I am attaching the new xml file so that you can do forensics on what changed (I prettymuch did a virt-install --import --print-xml to redo the config keeping everything intact) I found another issue If I switch the suspend-to-disk
2012 Feb 25
2
Problems running virtual machines after an upgrade
Hi all, I upgraded qemu-kvm and libvirt to the new versions qemu-kvm at : 1.0 libvirt at : git version 0.9.10 I lost the original machines but the xml files were are all present (it is not showing up in virsh list --all) But when I import an xml I get an error: Attached is some information which might be helpful Can someone help please ? If this is a compatibility issue please can
2015 Feb 05
4
QEMU 2.2.0 managedsave: Unknown savevm section type 5
Hello, I am running into issues restoring VMs during reboot for some of my XP VMs - the environment is QEMU 2.2.0, libvirt 1.2.12 on CentOS 6.5 with KVM and libvirt-guests is set to suspend at shutdown. The weird part is Windows 7 is restored properly from the managedsave however XP does not, doing a start from virsh shows this: virsh # start xp-check error: Failed to start domain xp-check
2023 Sep 21
2
Help ! libvirt
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 <johndoe65534 at mail.com> 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 ./win11.xml > > error: Failed to create domain from ./win11.xml >
2023 Sep 21
1
Help ! libvirt
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 <pkrempa at redhat.com> wrote: > On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote: > > Adding libvirt mailing list > > apologies for cross-posting > > libvirt version: 9.7.0-1 > > > > On Thu, Sep 21, 2023
2017 May 23
2
Odd Virsh Capabilities response
Tried to migrate a few VMs from existing system to an older host that we threw in the rack to facilitate some server reshuffling. Migration complained about lack of capabilities (which I expected its an older server) but when I looked at what I should throw into the xml file I got a core2duo when it should have been at least Penryn or something (Xeon E5345) Of course the VMs work fine with
2023 Sep 21
1
Help ! libvirt
On Thu, Sep 21, 2023 at 10:50:07 +0100, Bhasker C V wrote: > 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 <pkrempa at redhat.com> wrote: > > > On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote: > > > Adding libvirt mailing list > > >
2023 Sep 21
1
Help ! libvirt
On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote: > 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 <johndoe65534 at mail.com> wrote: > > > On 9/21/23 09:32, Bhasker C V wrote: > > > I am getting an error with libivrt when I create a VM > > > > > >
2017 Dec 27
3
libvirt net xml format
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
2013 Dec 15
1
48kHz
I have been challenged by someone that opusfile's 48kHz most of the time forced resampling but I didn't have good arguments to counter. I've checked the opus-codec.org pages and Monty's pages without finding good arguments. If you encode files to .opus with opusenc and decode with opusfile's api the sampling rate is constantly 48kHz ignoring output hardware isn't it? Is
2012 Apr 18
1
Problems using latest qemu-kvm and latest libvirt ( hvm missing )
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 versions as per the o/p of the commands below. To jumpstart a new machine which is libvirt capable, it always is a hastle to find out which of the version combination of
2010 Feb 24
4
XCP Hanging at Setting Hostname
Hi, XCP is hanging at (or just after) "Setting Hostname" If you keep trying eventually it gets past this point. It might take 5-20 attempts to get XCP to boot. When it does boot all is stable. I have the same problem on 4 different boxes. 2 x INTEL Black Box Dual XEON server. 1 x AMD II x250 1 x Core2Duo NoteBook used for DEV. All 3 boxes are using mdadm raid 1. The
2014 Oct 04
2
Re: Assigning IPv6 address to guest
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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: >> https://www.berrange.com/posts/2011/06/16/providing-ipv6-connectivity-to-virtual-guests-with-libvirt-and-kvm/
2016 Jul 08
2
Syslinux Text menu not redrawing/resetting the screen
Hi, I have been using syslinux on my portable disk with success on many types of machines (both bios boot and EFI boot) I however hit a small issue recently If I use menu.c32, on some UEFI systems (HP) the menu does not appear after the vendor splash screen. The system however goes ahead and after the timeout configured in the menu system syslinux boots the kernel. I can then (after kernel
2004 Jun 30
1
[LLVMdev] Hi
Hi I am Bhasker. (I talked to you people over IRC). May i have some details on the anonymous cvs server access ? I would like to contribue and work in this project if I am allowed to. Thankx. ===== Bye Bhasker C V Registered Linux user: #306349 The box said "Requires Windows 95, NT, or better", so I installed Linux. My death day: 29th Oct 2046 @ http://www.deathclock.com/ :-)