All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1677492] [NEW] block_set_io_throttle complaints Need exactly one of 'device' and 'id'
@ 2017-03-30  7:14 dE
  2017-03-30 14:12 ` Eric Blake
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dE @ 2017-03-30  7:14 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

All of sudden, after a qemu update, block_set_io_throttle does not work
anymore.

Full command to QEMU monitor --

(qemu) block_set_io_throttle db 0 0 0 0 0 0
Need exactly one of 'device' and 'id'

The help text still point to the same old syntax, which no longer works.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1677492

Title:
  block_set_io_throttle complaints Need exactly one of 'device' and 'id'

Status in QEMU:
  New

Bug description:
  All of sudden, after a qemu update, block_set_io_throttle does not
  work anymore.

  Full command to QEMU monitor --

  (qemu) block_set_io_throttle db 0 0 0 0 0 0
  Need exactly one of 'device' and 'id'

  The help text still point to the same old syntax, which no longer
  works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1677492/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [Bug 1677492] [NEW] block_set_io_throttle complaints Need exactly one of 'device' and 'id'
  2017-03-30  7:14 [Qemu-devel] [Bug 1677492] [NEW] block_set_io_throttle complaints Need exactly one of 'device' and 'id' dE
@ 2017-03-30 14:12 ` Eric Blake
  2017-03-30 14:18 ` [Qemu-devel] [Bug 1677492] " Thomas Huth
  2017-12-15 16:06 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Eric Blake @ 2017-03-30 14:12 UTC (permalink / raw)
  To: Bug 1677492, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1232 bytes --]

On 03/30/2017 02:14 AM, dE wrote:
> Public bug reported:
> 
> All of sudden, after a qemu update, block_set_io_throttle does not work
> anymore.
> 
> Full command to QEMU monitor --
> 
> (qemu) block_set_io_throttle db 0 0 0 0 0 0
> Need exactly one of 'device' and 'id'
> 
> The help text still point to the same old syntax, which no longer works.

Broken in 2.8, fixed here (will be in 2.9):

commit 3f35c3b166c18043596768448e5d91b5d52f8353
Author: Eric Blake <eblake@redhat.com>
Date:   Fri Jan 20 17:03:59 2017 -0600

    hmp: fix block_set_io_throttle

    Commit 7a9877a made the 'device' parameter to BlockIOThrottle
    optional, favoring 'id' instead.  But it forgot to update the
    HMP usage to set has_device, which makes all attempts to change
    throttling via HMP fail with "Need exactly one of 'device' and 'id'"

    CC: qemu-stable@nongnu.org
    Signed-off-by: Eric Blake <eblake@redhat.com>
    Message-Id: <20170120230359.4244-1-eblake@redhat.com>
    Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
    Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1677492] Re: block_set_io_throttle complaints Need exactly one of 'device' and 'id'
  2017-03-30  7:14 [Qemu-devel] [Bug 1677492] [NEW] block_set_io_throttle complaints Need exactly one of 'device' and 'id' dE
  2017-03-30 14:12 ` Eric Blake
@ 2017-03-30 14:18 ` Thomas Huth
  2017-12-15 16:06 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-03-30 14:18 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1677492

Title:
  block_set_io_throttle complaints Need exactly one of 'device' and 'id'

Status in QEMU:
  Fix Committed

Bug description:
  All of sudden, after a qemu update, block_set_io_throttle does not
  work anymore.

  Full command to QEMU monitor --

  (qemu) block_set_io_throttle db 0 0 0 0 0 0
  Need exactly one of 'device' and 'id'

  The help text still point to the same old syntax, which no longer
  works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1677492/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1677492] Re: block_set_io_throttle complaints Need exactly one of 'device' and 'id'
  2017-03-30  7:14 [Qemu-devel] [Bug 1677492] [NEW] block_set_io_throttle complaints Need exactly one of 'device' and 'id' dE
  2017-03-30 14:12 ` Eric Blake
  2017-03-30 14:18 ` [Qemu-devel] [Bug 1677492] " Thomas Huth
@ 2017-12-15 16:06 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-12-15 16:06 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1677492

Title:
  block_set_io_throttle complaints Need exactly one of 'device' and 'id'

Status in QEMU:
  Fix Released

Bug description:
  All of sudden, after a qemu update, block_set_io_throttle does not
  work anymore.

  Full command to QEMU monitor --

  (qemu) block_set_io_throttle db 0 0 0 0 0 0
  Need exactly one of 'device' and 'id'

  The help text still point to the same old syntax, which no longer
  works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1677492/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-15 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30  7:14 [Qemu-devel] [Bug 1677492] [NEW] block_set_io_throttle complaints Need exactly one of 'device' and 'id' dE
2017-03-30 14:12 ` Eric Blake
2017-03-30 14:18 ` [Qemu-devel] [Bug 1677492] " Thomas Huth
2017-12-15 16:06 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.