Re: [libvirt] Problem with setting up KVM guests to use HugePages

2015-06-10 Thread Vivi L
Michal Privoznik redhat.com> writes: > > On 10.06.2015 01:05, Vivi L wrote: > > Kashyap Chamarthy redhat.com> writes: > > > > > >> You might want re-test by explicitly setting the 'page' element and > >> 'size' attribute? From my test, I had something like this: > >> > >> $ virsh dumpxml

Re: [libvirt] [PATCH] maint: document use of zanata for translations

2015-06-10 Thread Eric Blake
On 06/10/2015 02:44 PM, John Ferlan wrote: > > > On 05/27/2015 10:43 AM, Eric Blake wrote: >> Based on recent list questions on how to contribute a translation fix. >> >> Signed-off-by: Eric Blake >> --- >> >> Should be safe for freeze, but as I have never contributed a >> translation fix, I'll

Re: [libvirt] [PATCH 0/8] logically memory hotplug via guest agent

2015-06-10 Thread zhang bo
On 2015/6/10 17:31, Daniel P. Berrange wrote: > On Wed, Jun 10, 2015 at 10:28:08AM +0100, Daniel P. Berrange wrote: >> On Wed, Jun 10, 2015 at 05:24:50PM +0800, zhang bo wrote: >>> On 2015/6/10 16:39, Vasiliy Tolstov wrote: >>> 2015-06-10 11:37 GMT+03:00 Daniel P. Berrange : > The udev ru

Re: [libvirt] [PATCHv2] qemu: add a check for slot and base when build dimm address

2015-06-10 Thread lhuang
On 06/11/2015 03:12 AM, John Ferlan wrote: On 05/27/2015 05:50 AM, Luyao Huang wrote: When hot-plug a memory device, we don't check if there is a memory device have the same address with the memory device we want hot-pluged. Qemu forbid use/hot-plug 2 memory device with same slot or the same b

[libvirt] [RFC] get guest OS infos

2015-06-10 Thread zhang bo
Different OSes have different capabilities and behaviors sometimes. We have to distinguish them then. For example, our clients want to send NMI interrupts to certain guests(eg.Linux distributions), but not others(eg.Windows guests). They want to acquire the list below: guest1: RHEL 7 guest2

Re: [libvirt] [RFC] get guest OS infos

2015-06-10 Thread Olaf Hering
On Thu, Jun 11, zhang bo wrote: > 'version': 'int', This should be a string. Olaf -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH v2 0/2] Allow PCI virtio on ARM "virt" machine

2015-06-10 Thread Pavel Fedin
Virt machine in qemu since v2.3.0 has PCI generic host controller, and can use PCI devices. This provides performance improvement as well as vhost-net with irqfd support for virtio-net. However libvirt still insists on virtio devices attached to virt machine to have MMIO bindings. This patch allows

[libvirt] [PATCH v2 2/2] Allow PCI virtio on ARM "virt" machine

2015-06-10 Thread Pavel Fedin
Signed-off-by: Pavel Fedin --- src/qemu/qemu_command.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 0a6d92f..2acdc6a 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -457,7 +457,7

<    1   2