From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDI12-0006bu-Tv for qemu-devel@nongnu.org; Fri, 10 Nov 2017 17:43:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDI12-0000m3-40 for qemu-devel@nongnu.org; Fri, 10 Nov 2017 17:43:12 -0500 From: Max Reitz Date: Fri, 10 Nov 2017 23:42:58 +0100 Message-Id: <20171110224302.14424-1-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH for-2.12 0/4] blockdev: Mark BD-{remove, insert}-medium stable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: qemu-devel@nongnu.org, Max Reitz , Kevin Wolf , John Snow , Markus Armbruster , Eric Blake Berto's "Test I/O limits with removable media" patch proves that throttling survives a blockdev-remove-medium/blockdev-insert-medium pair now, so let's mark them stable (because that was the reason they were considered experimental, see commit 6e0abc251dd4f8eba1f53656dfede12e5840e83b for more). But before we do that, let's use the chance and drop the @device parameter. Based-on: ("Fix throttling crashes in BlockBackend with no BlockDriverState", because of the test case added there) Max Reitz (4): iotests: Make BD-{remove,insert}-medium use @id tests/ahci: Switch tray and medium commands to @id blockdev: Drop BD-{remove,insert}-medium's @device blockdev: Mark BD-{remove,insert}-medium stable qapi/block-core.json | 42 ++++------- blockdev.c | 30 ++++++-- tests/ahci-test.c | 16 ++--- tests/qemu-iotests/093 | 6 +- tests/qemu-iotests/118 | 184 +++++++++++++++++++++++-------------------------- tests/qemu-iotests/139 | 2 +- tests/qemu-iotests/155 | 60 ++++++++-------- 7 files changed, 163 insertions(+), 177 deletions(-) -- 2.13.6