Displaying 20 results from an estimated 200 matches similar to: "KVM or Qemu"
2015 Oct 19
2
selective virsh host permissions
As a Systems Administrator, I would like to grant permissions to a certain
VM using unix groups. In this example there is a hypervisor with VMs
A,B,C,D and there is a group called fortadmins. The solution I am searching
forI would just allow fortadmins to use libvirt/virsh commands on VM D.
Does libvirt/virsh provide any way to easily accomplish this goal?
Regards,
Jamie Ian Fargen
2015 Mar 15
3
how to get disk snapshot size
Hi,guys
I wanna to get the disk snapshot size, but found nothing libvirt commands
related,except qemu-img.
I create two disk snapshots, but nothing return its' size
[root@cskvm01 qcow2]# qemu-img info
/mnt/e6758700-af68-3c06-ade3-53f5f9b93507/e2cf6551-0d2c-4382-a86c-8ba633954ff2
image:
/mnt/e6758700-af68-3c06-ade3-53f5f9b93507/e2cf6551-0d2c-4382-a86c-8ba633954ff2
file format: qcow2
virtual
2015 Mar 16
0
Re: how to get disk snapshot size
On Sun, Mar 15, 2015 at 10:28:30PM +0800, Yitao Jiang wrote:
> Hi,guys
> I wanna to get the disk snapshot size, but found nothing libvirt commands
> related,except qemu-img.
> I create two disk snapshots, but nothing return its' size
The below does not seem like snapshots. They're *internal* qcow2
snapshots (original and delta are on the same file).
A quick example of disk
2013 Jun 17
0
Re: Fwd: Haswell 4770 misidentified as Sandy Bridge
Kashyap: I have not tried integrating your guest xml but I will look over
it today when I get a chance. Thank you.
Martin: Below is the output from /proc/cpuinfo. Let me know if there is
anything else that would be helpful in debugging this. Thank you,
Michael Giardino
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
stepping
2017 Feb 17
0
[PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn
To enable eventual removal of pr_warning
This makes pr_warn use consistent for arch/x86
Prior to this patch, there were 46 uses of pr_warning and
122 uses of pr_warn in arch/x86
Miscellanea:
o Coalesce a few formats and realign arguments
o Convert a couple of multiple line printks to single line
Signed-off-by: Joe Perches <joe at perches.com>
---
arch/x86/kernel/amd_gart_64.c
2013 Jul 03
2
fsck and guest images
Hey!
I have some RHEL6 hypervisors and the VMs are in raw qemu image files in a
local raid array linux raid + lvm + ext3. When a kernel update is installed
a reboot is necessary, usually it has been more than 180 days since the
last reboot and the file system is fsck'd and this takes 2-3 hours.
I am curious to know if there is any documentation that addresses the pro's
and con's of
2011 Oct 20
1
Identifying proper CPU type
Hi,
I've been working on trying to figure out why my virtual machine keeps
crashing when I don't believe I have a hardware problem, and I believe
I might know why. As I'm relatively new to this, I believe I may have
misconfigured the XML file to try and maximize the CPU features that
are available to the guest from the host.
I have an Intel Xeon E3-1240 3.3Ghz quad-core. How can I
2016 Aug 02
2
CentOS 6.8 with current kernel fails with pm-hibernate (cifsd refuses to freeze)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Now, this is not apparently very common to CentOS or EL server, but I
need to hibernate one of myservers after a batch job daily. Current
kernel appears to fail with pm-hibernate now.
$ cat /etc/redhat-release
CentOS release 6.8 (Final)
$ uname -a
Linux xxxx 2.6.32-642.3.1.el6.x86_64 #1 SMP Tue Jul 12 18:30:56 UTC 2016
x86_64 x86_64 x86_64 GNU/Linux
2017 May 11
0
CentOS 6 / Intel CPU support
On 05/11/2017 12:45 PM, Leon Fauster wrote:
>> Am 11.05.2017 um 16:29 schrieb Leon Fauster <leonfauster at googlemail.com>:
>>
>>> Am 11.05.2017 um 14:48 schrieb Leon Fauster <leonfauster at googlemail.com>:
>>>
>>> https://access.redhat.com/support/policy/intel
>>>
>>> shows mainly Xeon CPUs. What about
>>>
>>>
2015 Nov 26
0
Test failed!! (was: Re: Opus 1.1.1 is out!)
On 26/11/15 16:40, Jean-Marc Valin wrote:
> Please report any issue you find in this release.
Using the new SS4.1 code I see a 30% performance increase in my 7 years
old AMD laptop. I compile with this:
./configure --disable-static --enable-intrinsics \
--enable-float-approx
"make test" runs fine. Great.
When I try to do the same on a server running Ubuntu
2012 May 12
2
Error connecting to KVM on CentOS 6.2
Hello List Mates,
I don't know if here is the right place for this question if it's not I
will appreciate it if you can point me to the right mailing list.
I have successfully installed KVM on my x86_64 laptop, however I am getting
the following error when I try to connect "QEMU" from the Virtual Machine
Manager
Error polling connection 'qemu:///system': internal error
2014 Oct 29
0
[PATCH v13 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM
This patch adds the necessary KVM specific code to allow KVM to
support the CPU halting and kicking operations needed by the queue
spinlock PV code.
Two KVM guests of 20 CPU cores (2 nodes) were created for performance
testing in one of the following three configurations:
1) Only 1 VM is active
2) Both VMs are active and they share the same 20 physical CPUs
(200% overcommit)
The tests run
2014 Oct 29
0
[PATCH v13 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM
This patch adds the necessary KVM specific code to allow KVM to
support the CPU halting and kicking operations needed by the queue
spinlock PV code.
Two KVM guests of 20 CPU cores (2 nodes) were created for performance
testing in one of the following three configurations:
1) Only 1 VM is active
2) Both VMs are active and they share the same 20 physical CPUs
(200% overcommit)
The tests run
2017 May 11
3
CentOS 6 / Intel CPU support
> Here's mine. Interesting differences:
If you disable Intel Speedstep in the BIOS it should lock the CPU to its
fastest speed, but you lose power saving during idle.
On Thu, May 11, 2017 at 3:48 PM, ken <gebser at mousecar.com> wrote:
> On 05/11/2017 12:45 PM, Leon Fauster wrote:
>
>> Am 11.05.2017 um 16:29 schrieb Leon Fauster <leonfauster at googlemail.com>:
2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
Remove unused and pointless bits from mpparse.c (and other files where
they are related to it). Of what remains, move whatever possible into
.init.*, and some data items into .data.read_mostly.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- 2011-03-09.orig/xen/arch/x86/acpi/boot.c
+++ 2011-03-09/xen/arch/x86/acpi/boot.c
@@ -177,7 +177,8 @@ acpi_parse_x2apic(struct acpi_subtable_h
Bug#604160: vmx flag not set when running xen kernel, but vmx flag is present when in regular kernel
2010 Nov 20
1
Bug#604160: vmx flag not set when running xen kernel, but vmx flag is present when in regular kernel
Package: xen-hypervisor-4.0-amd64
Fresh install of squeeze beta amd64
System is a Thinkpad X61s with L7500 CPU
Windows 7 is on the box, the Thinkpad tools on Windows 7 say VMX is present
Followed the squeeze dom0 instructions at:
http://wiki.debian.org/Xen
aptitude -P install xen-hypervisor-4.0-amd64 linux-image-xen-amd64 xen-tools
mv -i /etc/grub.d/10_linux /etc/grub.d/50_linux
update-grub2
2019 Mar 07
4
dovecot 2.3.5 - tests fail: http payload echo (ssl)
Thank you very much for getting back to me.
On 2019-03-07 04:23, Stephan Bosch via dovecot wrote:
>> http payload echo (ssl): sequential .................................. : ok
>> http payload echo (ssl): pipeline .................................... : ok
>> http payload echo (ssl): parallel .................................... :
>> FAILED: Test is hanging
>> http
2017 Jan 27
3
Re: LibVirt query CPU Model support and restore operation
hello ,
thanks for comments .
I tried now with force options for CPU flag which were not supported . Now
the command with non fully supported CPU model gets executed , But i am
surprised to see that still Guest cpu model is not changed and still same
as host cpu model(SAndy Bridge)
Why don't i see the model as HAswell now , could you please comment.
Command used :
virt-install
2013 Mar 12
1
update qemu-kvm with running guests?
Good Afternoon,
I was curious to know what happens to running guests when the qemu-kvm rpm
is update via yum. I assume that the current qemu processes would be
running the old binary, but the new processes would be started using the
new binary. Please let me know if this assumption is correct.
Regards,
Jamie Ian Fargen
-------------- next part --------------
An HTML attachment was scrubbed...
2014 Aug 11
1
IP/MAC antispoof-protection
Hi all.
What right way to protect ip/mac spoofing for guests withnount dhcp and
other 1 ip per guest?