[libvirt] [RFC 2/2] introduce timeout mode in virKModLoad

2018-08-12 Thread Shi Lei
Signed-off-by: Shi Lei --- src/Makefile.am | 4 +++- src/util/virkmod.c| 43 ++- src/virt-command.conf | 10 ++ 3 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 src/virt-command.conf diff --git a/src/Makefile.am b/sr

Re: [libvirt] [PATCH] src: Move DLOPEN_LIBS to libraries introducing the dependency

2018-08-12 Thread Michal Prívozník
On 08/12/2018 11:46 PM, Julio Faracco wrote: > Hi guys, > > Em sex, 10 de ago de 2018 às 11:23, Jim Fehlig escreveu: >> >> On 08/09/2018 11:45 PM, Michal Privoznik wrote: >>> There are few places where dlopen() is called. This call means we >>> have to link with DLOPEN_LIBS. However, instead of h

Re: [libvirt] [PATCH v3 00/12] PCI passthrough support on s390

2018-08-12 Thread Yi Min Zhao
Is there any comment? I expect comments from all of you. 在 2018/8/7 下午5:10, Yi Min Zhao 写道: Abstract The PCI representation in QEMU has recently been extended for S390 allowing configuration of zPCI attributes like uid (user-defined identifier) and fid (PCI function identifier). The de

Re: [libvirt] [PATCH] qemu-doc: mark ppc/prep machine as deprecated

2018-08-12 Thread David Gibson
On Sat, Aug 11, 2018 at 12:46:45AM +0200, Hervé Poussineau wrote: > 40p machine type should be used instead. > > Signed-off-by: Hervé Poussineau > --- > qemu-deprecated.texi | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi > index 9920a8

[libvirt] [PATCH v3 2/3] storage: add SetConnection to iscsi-direct backend

2018-08-12 Thread clem
From: Clementine Hayat The code to set the connection and connect using libiscsi will always be the same. Add function to avoid code duplication. Signed-off-by: Clementine Hayat --- src/storage/storage_backend_iscsi_direct.c | 38 +++--- 1 file changed, 26 insertions(+), 12 del

[libvirt] [PATCH v3 3/3] storage: add wipeVol to iscsi-direct storage backend

2018-08-12 Thread clem
From: Clementine Hayat Signed-off-by: Clementine Hayat --- src/storage/storage_backend_iscsi_direct.c | 121 - 1 file changed, 120 insertions(+), 1 deletion(-) diff --git a/src/storage/storage_backend_iscsi_direct.c b/src/storage/storage_backend_iscsi_direct.c index 7bdd39

[libvirt] [PATCH v3 1/3] storage: refactor volume capacity in iscsi-direct backend

2018-08-12 Thread clem
From: Clementine Hayat The size of blocks inside a volume and the number of blocks are needed later. Having a function that return thoses information will avoid code duplication. Signed-off-by: Clementine Hayat --- src/storage/storage_backend_iscsi_direct.c | 21 - 1 file c

[libvirt] [PATCH v3 0/3] add wipeVol to iscsi-direct

2018-08-12 Thread clem
From: Clementine Hayat Hello, This series of patch is the follow up of: v1:https://www.redhat.com/archives/libvir-list/2018-August/msg00557.html v2:https://www.redhat.com/archives/libvir-list/2018-August/msg00570.html Best Regards, -- Clementine Hayat Clementine Hayat (3): storage: refacto

Re: [libvirt] [PATCH] src: Move DLOPEN_LIBS to libraries introducing the dependency

2018-08-12 Thread Julio Faracco
Hi guys, Em sex, 10 de ago de 2018 às 11:23, Jim Fehlig escreveu: > > On 08/09/2018 11:45 PM, Michal Privoznik wrote: > > There are few places where dlopen() is called. This call means we > > have to link with DLOPEN_LIBS. However, instead of having each > > final, installable library linking wit

Re: [libvirt] [PATCH 0/1] bhyve: Make LPC slot number configurable

2018-08-12 Thread Roman Bogorodskiy
Ivan Mishonov wrote: > Yes, that makes sense. I'll try to find some time next week to redo my > code and send another patch. Since my time for working on libvirt is > very limited can you confirm that the LPC configuration should look like > this: > >    >    >    This looks reaso

[libvirt] [PATCH] esx: Fix nodeGetInfo so cpu model fits inside nodeinfo->model

2018-08-12 Thread Marcos Paulo de Souza
Commit 6c0d0210cbcd5d647f0d882c07f077d444bc707d changed the behavior of virStr*cpy* functions, so now the nodeGetInfo call fails. Version 4.1.0 (default for Fedora 28) works: Model: Intel Core i7-4500U CPU @ 1.80G Current master tries to write "Intel Core i7-4500U CPU @ 1.80GHz", but the string i