Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-09-01 Thread Pradeep Jagadeesh
On 8/31/2017 3:34 PM, Alberto Garcia wrote: On Wed 30 Aug 2017 05:12:22 PM CEST, Pradeep Jagadeesh wrote: On 8/30/2017 5:10 PM, Alberto Garcia wrote: On Wed 30 Aug 2017 05:07:29 PM CEST, Pradeep Jagadeesh wrote: Thanks for the steps, I did reproduce the issue easily. Looking into the code, ma

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-31 Thread Pradeep Jagadeesh
On 8/31/2017 3:34 PM, Alberto Garcia wrote: On Wed 30 Aug 2017 05:12:22 PM CEST, Pradeep Jagadeesh wrote: On 8/30/2017 5:10 PM, Alberto Garcia wrote: On Wed 30 Aug 2017 05:07:29 PM CEST, Pradeep Jagadeesh wrote: Thanks for the steps, I did reproduce the issue easily. Looking into the code, ma

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-31 Thread Alberto Garcia
On Wed 30 Aug 2017 05:12:22 PM CEST, Pradeep Jagadeesh wrote: > On 8/30/2017 5:10 PM, Alberto Garcia wrote: >> On Wed 30 Aug 2017 05:07:29 PM CEST, Pradeep Jagadeesh wrote: >> >>> Thanks for the steps, I did reproduce the issue easily. Looking into >>> the code, may be we also need to try the same

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-30 Thread Pradeep Jagadeesh
On 8/30/2017 5:10 PM, Alberto Garcia wrote: On Wed 30 Aug 2017 05:07:29 PM CEST, Pradeep Jagadeesh wrote: Thanks for the steps, I did reproduce the issue easily. Looking into the code, may be we also need to try the same with the block devices. I did some tests and it was working fine, so I'd

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-30 Thread Alberto Garcia
On Wed 30 Aug 2017 05:07:29 PM CEST, Pradeep Jagadeesh wrote: > Thanks for the steps, I did reproduce the issue easily. Looking into > the code, may be we also need to try the same with the block devices. I did some tests and it was working fine, so I'd suspect of the fsdev code first. Berto

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-30 Thread Pradeep Jagadeesh
On 8/30/2017 4:54 PM, Alberto Garcia wrote: On Wed 30 Aug 2017 02:10:53 PM CEST, Pradeep Jagadeesh wrote: I'm trying to read from an 9p share that has limits set with hmp fsdev_set_io_throttle and I'm having some problems. Here's one simple way to reproduce it: 1) Launch qemu with -fsdev

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-30 Thread Alberto Garcia
On Wed 30 Aug 2017 02:10:53 PM CEST, Pradeep Jagadeesh wrote: >> I'm trying to read from an 9p share that has limits set with hmp >> fsdev_set_io_throttle and I'm having some problems. Here's one simple way to reproduce it: 1) Launch qemu with -fsdev local,security_model=none,id=fs0,path=/so

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-30 Thread Greg Kurz
On Wed, 30 Aug 2017 14:07:59 +0200 Alberto Garcia wrote: > On Tue 29 Aug 2017 04:23:01 PM CEST, Pradeep Jagadeesh wrote: > > These patches provide the qmp interface, to query the io throttle > > status of the all fsdev devices that are present in a vm. > > I'm trying to read from an 9p share

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-30 Thread Pradeep Jagadeesh
On 8/30/2017 2:07 PM, Alberto Garcia wrote: On Tue 29 Aug 2017 04:23:01 PM CEST, Pradeep Jagadeesh wrote: These patches provide the qmp interface, to query the io throttle status of the all fsdev devices that are present in a vm. I'm trying to read from an 9p share that has limits set with hmp

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-30 Thread Alberto Garcia
On Tue 29 Aug 2017 04:23:01 PM CEST, Pradeep Jagadeesh wrote: > These patches provide the qmp interface, to query the io throttle > status of the all fsdev devices that are present in a vm. I'm trying to read from an 9p share that has limits set with hmp fsdev_set_io_throttle and I'm having some

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-29 Thread Pradeep Jagadeesh
On 8/29/2017 4:36 PM, Alberto Garcia wrote: On Tue 29 Aug 2017 04:23:01 PM CEST, Pradeep Jagadeesh wrote: These patches provide the qmp interface, to query the io throttle status of the all fsdev devices that are present in a vm. also, it provides an interface to set the io throttle parameters o

Re: [Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-29 Thread Alberto Garcia
On Tue 29 Aug 2017 04:23:01 PM CEST, Pradeep Jagadeesh wrote: > These patches provide the qmp interface, to query the io throttle > status of the all fsdev devices that are present in a vm. > also, it provides an interface to set the io throttle parameters of a > fsdev to a required value. some of

[Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-29 Thread Pradeep Jagadeesh
These patches provide the qmp interface, to query the io throttle status of the all fsdev devices that are present in a vm. also, it provides an interface to set the io throttle parameters of a fsdev to a required value. some of the patches also remove the duplicate code that was present in block

[Qemu-devel] [PATCH v8 0/6] fsdev: qmp interface for io throttling

2017-08-07 Thread Pradeep Jagadeesh
These patches provide the qmp interface, to query the io throttle status of the all fsdev devices that are present in a vm. also, it provides an interface to set the io throttle parameters of a fsdev to a required value. some of the patches also remove the duplicate code that was present in block