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 berra...@redhat.com: The udev

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] [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

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

Re: [libvirt] [PATCH v3 00/24] Add support for migration events

2015-06-10 Thread Jiri Denemark
On Wed, Jun 10, 2015 at 10:27:11 -0400, John Ferlan wrote: On 06/10/2015 09:42 AM, Jiri Denemark wrote: QEMU will soon (patches are available on qemu-devel) get support for migration events which will finally allow us to get rid of polling query-migrate every 50ms. However, we first

Re: [libvirt] [PATCH v3 04/24] qemu: Use domain condition for synchronous block jobs

2015-06-10 Thread Peter Krempa
On Wed, Jun 10, 2015 at 15:42:38 +0200, Jiri Denemark wrote: By switching block jobs to use domain conditions, we can drop some pretty complicated code in NBD storage migration. Signed-off-by: Jiri Denemark jdene...@redhat.com --- Notes: Version 3: - split into 3 patches

Re: [libvirt] [PATCH v3 00/24] Add support for migration events

2015-06-10 Thread Peter Krempa
On Wed, Jun 10, 2015 at 15:42:34 +0200, Jiri Denemark wrote: QEMU will soon (patches are available on qemu-devel) get support for migration events which will finally allow us to get rid of polling query-migrate every 50ms. However, we first need to be able to wait for all events related to

Re: [libvirt] [PATCH v3 00/24] Add support for migration events

2015-06-10 Thread John Ferlan
On 06/10/2015 11:06 AM, Jiri Denemark wrote: On Wed, Jun 10, 2015 at 10:27:11 -0400, John Ferlan wrote: On 06/10/2015 09:42 AM, Jiri Denemark wrote: QEMU will soon (patches are available on qemu-devel) get support for migration events which will finally allow us to get rid of polling

[libvirt] [PATCH] Fix virsh edit and virt-xml-validate with SCSI LUN

2015-06-10 Thread Eric Farman
Defining a domain with a SCSI disk attached via a hostdev tag and a source address unit value longer than two digits causes an error when editing the domain with virsh edit, even if no changes are made to the domain definition. The error suggests invalid XML, somewhere: # virsh edit lmb_guest

Re: [libvirt] [PATCH v3 19/24] qemu_monitor: Wire up MIGRATION event

2015-06-10 Thread Peter Krempa
On Wed, Jun 10, 2015 at 15:42:53 +0200, Jiri Denemark wrote: Thanks to Juan's work QEMU finally emits an event whenever migration state changes. Signed-off-by: Jiri Denemark jdene...@redhat.com --- Notes: The MIGRATION event is not supported by QEMU yet, this patch is based on

<    1   2