Re: [libvirt PATCH 5/5] qemu: Implement support for vDPA block devices

2023-09-04 Thread Stefano Garzarella
On Fri, Sep 01, 2023 at 03:24:11PM -0500, Jonathon Jongsma wrote: On 8/16/23 4:19 PM, Jonathon Jongsma wrote: On 8/8/23 6:00 AM, Stefano Garzarella wrote: On Mon, Aug 07, 2023 at 03:41:21PM +0200, Peter Krempa wrote: On Thu, Aug 03, 2023 at 09:48:01 +0200, Stefano Garzarella wrote: On Wed

Re: [libvirt PATCH 5/5] qemu: Implement support for vDPA block devices

2023-08-08 Thread Stefano Garzarella
On Mon, Aug 07, 2023 at 03:41:21PM +0200, Peter Krempa wrote: On Thu, Aug 03, 2023 at 09:48:01 +0200, Stefano Garzarella wrote: On Wed, Aug 2, 2023 at 10:33 PM Jonathon Jongsma wrote: > On 7/24/23 8:05 AM, Peter Krempa wrote: [...] > > > > I've also noticed that using &#

Re: [libvirt PATCH 5/5] qemu: Implement support for vDPA block devices

2023-08-03 Thread Stefano Garzarella
On Wed, Aug 2, 2023 at 10:33 PM Jonathon Jongsma wrote: > On 7/24/23 8:05 AM, Peter Krempa wrote: [...] > > > > I've also noticed that using 'qcow2' format for the device doesn't work: > > > > error: internal error: process exited while connecting to monitor: > > 2023-07-24T12:54:15.818631Z qem

Re: [PATCH] qemu: modprobe vhost-vsock module

2020-07-28 Thread Stefano Garzarella
On Tue, Jul 28, 2020 at 12:58:07PM +0300, Nikolay Shirokovskiy wrote: > /dev/vhost-vsock is usable only if the module is loaded. Let's load the > module > just like in other places where kernel module is required (nbd, pci stub > driver). Just a note, starting from Linux 4.13 (f4660cc994e1 ("vho

Re: [libvirt] [ruby PATCH] Fix default values for node_cpu_stats() and node_memory_stats()

2019-11-15 Thread Stefano Garzarella
On Thu, Nov 14, 2019 at 04:57:49PM -0500, Cole Robinson wrote: > On 10/22/19 11:47 AM, Stefano Garzarella wrote: > > ruby_libvirt_value_to_int() returns 0 if the optional value is > > not defined, but in node_cpu_stats() and node_memory_stats() > > the default value of cpu

[libvirt] [ruby PATCH] Fix default values for node_cpu_stats() and node_memory_stats()

2019-10-22 Thread Stefano Garzarella
ruby_libvirt_value_to_int() returns 0 if the optional value is not defined, but in node_cpu_stats() and node_memory_stats() the default value of cpuNum and cellNum is -1. Reported-by: Charlie Smurthwaite Signed-off-by: Stefano Garzarella --- ext/libvirt/connect.c | 14 -- 1 file

[libvirt] [virttools-planet PATCH v2] Add Stefano Garzarella to Planet virttools

2019-10-03 Thread Stefano Garzarella
Signed-off-by: Stefano Garzarella --- v2: - add the binary diff of the image --- updater/virt-tools/config.ini | 6 ++ updater/virt-tools/images/sgarzare.png | Bin 0 -> 17713 bytes 2 files changed, 6 insertions(+) create mode 100644 updater/virt-tools/images/sgarzare.png d

Re: [libvirt] [virttools-planet PATCH] Add Stefano Garzarella to Planet virttools

2019-10-03 Thread Stefano Garzarella
On Thu, Oct 03, 2019 at 11:25:32AM +0200, Stefano Garzarella wrote: > On Thu, Oct 03, 2019 at 10:20:26AM +0100, Daniel P. Berrangé wrote: > > On Thu, Oct 03, 2019 at 11:10:02AM +0200, Stefano Garzarella wrote: > > > Signed-off-by: Stefano Garzarella > > > --- > >

Re: [libvirt] [virttools-planet PATCH] Add Stefano Garzarella to Planet virttools

2019-10-03 Thread Stefano Garzarella
On Thu, Oct 03, 2019 at 10:20:26AM +0100, Daniel P. Berrangé wrote: > On Thu, Oct 03, 2019 at 11:10:02AM +0200, Stefano Garzarella wrote: > > Signed-off-by: Stefano Garzarella > > --- > > updater/virt-tools/config.ini | 6 ++ > > updater/virt-tools/

[libvirt] [virttools-planet PATCH] Add Stefano Garzarella to Planet virttools

2019-10-03 Thread Stefano Garzarella
Signed-off-by: Stefano Garzarella --- updater/virt-tools/config.ini | 6 ++ updater/virt-tools/images/sgarzare.png | Bin 0 -> 17713 bytes 2 files changed, 6 insertions(+) create mode 100644 updater/virt-tools/images/sgarzare.png diff --git a/updater/virt-tools/config.in

Re: [libvirt] Call for volunteers: LWN.net articles about KVM Forum talks

2019-09-18 Thread Stefano Garzarella
On Wed, Sep 18, 2019 at 11:02:54AM +0100, Stefan Hajnoczi wrote: > On Wed, Sep 18, 2019 at 9:28 AM Stefano Garzarella > wrote: > > > > On Tue, Sep 17, 2019 at 02:02:59PM +0100, Stefan Hajnoczi wrote: > > I volunteer for "Libvirt: Never too Late to Learn New T

Re: [libvirt] Call for volunteers: LWN.net articles about KVM Forum talks

2019-09-18 Thread Stefano Garzarella
On Tue, Sep 17, 2019 at 02:02:59PM +0100, Stefan Hajnoczi wrote: > Hi, > LWN.net is a popular open source news site that covers Linux and other > open source communities (Python, GNOME, Debian, etc). It has published > a few KVM articles in the past too. > > Let's raise awareness of QEMU, KVM, an

Re: [libvirt] [Qemu-devel] [PATCH v2] qemu-nbd: Deprecate qemu-nbd --partition

2019-01-28 Thread Stefano Garzarella
igned-off-by: Eric Blake > > --- > v2: actual nbdkit example [Rich], improved doc wording > --- > qemu-deprecated.texi | 33 + > qemu-nbd.texi | 6 ++++-- > qemu-nbd.c | 2 ++ > 3 files changed, 39 insertions(+), 2 deletions