Re: [libvirt] [PATCH] qemu: Add support for hot unplug redirdev device

2017-11-19 Thread Chen Hanxiao
At 2017-11-10 16:35:59, "Chen Hanxiao" wrote: >From: Chen Hanxiao > > We lacked of hot unplugging redirdev device. > This patch adds support for it. > We could use detach-device --live now. > >Signed-off-by: Chen Hanxiao

Re: [libvirt] Redesigning Libvirt: Adopting use of a safe language

2017-11-19 Thread Martin Kletzander
On Tue, Nov 14, 2017 at 05:27:01PM +, Daniel P. Berrange wrote: [...] I don't have direct experiance in Rust, but it has the same kind of benefits over C as Go does, again without the downsides of languages like Python or Java. There are some interesting unique features to Rust that can

Re: [libvirt] [PATCH v4] AppArmor: add rules needed with additional mediation features brought by Linux 4.14.

2017-11-19 Thread Guido Günther
Hi, On Sun, Nov 19, 2017 at 02:57:32PM +, intrigeri+libv...@boum.org wrote: > > Changes since v3: > > - don't add in 1/2 blanket catch-all mount rule that 2/2 was > replacing anyway Pushed now. Thanks! -- Guido > > -- > libvir-list mailing list > libvir-list@redhat.com >

Re: [libvirt] Redesigning Libvirt: Better supporting non-hypervisor agnostic concepts

2017-11-19 Thread Martin Kletzander
On Wed, Nov 15, 2017 at 06:19:38PM +, Daniel P. Berrange wrote: On Wed, Nov 15, 2017 at 05:57:45PM +, Richard W.M. Jones wrote: On Tue, Nov 14, 2017 at 05:25:03PM +, Daniel P. Berrange wrote: > I would anticipate a standalone process "libvirt-qemu" that an > application can spawn,

[libvirt] [PATCH 2/2] AppArmor: add mount rules needed with additional mediation features brought by Linux 4.14

2017-11-19 Thread intrigeri+libvirt
From: intrigeri This set of rules was proposed by Christian Boltz on https://bugzilla.opensuse.org/show_bug.cgi?id=1065123. --- examples/apparmor/usr.sbin.libvirtd | 15 +++ 1 file changed, 15 insertions(+) diff --git

[libvirt] [PATCH 1/2] AppArmor: add rules needed with additional mediation features brought by Linux 4.14.

2017-11-19 Thread intrigeri+libvirt
From: intrigeri --- examples/apparmor/libvirt-qemu | 4 examples/apparmor/usr.sbin.libvirtd | 4 2 files changed, 8 insertions(+) diff --git a/examples/apparmor/libvirt-qemu b/examples/apparmor/libvirt-qemu index 064501f08e..73bdbae872 100644 ---

[libvirt] [PATCH v4] AppArmor: add rules needed with additional mediation features brought by Linux 4.14.

2017-11-19 Thread intrigeri+libvirt
Changes since v3: - don't add in 1/2 blanket catch-all mount rule that 2/2 was replacing anyway -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 0/2] vmcoreinfo feature

2017-11-19 Thread Martin Kletzander
On Thu, Nov 16, 2017 at 05:49:37PM +0100, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Hi, Starting with QEMU 2.11, the guest can save kernel debug details when this feature is enabled and the kernel supports it. It is useful to process kernel dump

[libvirt] 答复: Re: [PATCH v2] qemu_domain: Error out eariler when configuring IDE controller incorrectly

2017-11-19 Thread Lin Ma
>>> John Ferlan 2017/11/10 星期五 上午 7:01 >>> > > >On 10/23/2017 08:53 AM, Lin Ma wrote: >> Move error handling of IDE controller from qemuBuildControllerDevStr to >> qemuDomainDeviceDefValidate for reminding users eariler. > >earlier ok, will fix it. >> >> Signed-off-by: