From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWnq9-0007lG-W2 for qemu-devel@nongnu.org; Wed, 24 Sep 2014 10:46:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWnq3-0003by-SH for qemu-devel@nongnu.org; Wed, 24 Sep 2014 10:46:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWnq3-0003ZU-Lc for qemu-devel@nongnu.org; Wed, 24 Sep 2014 10:46:39 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8OEkX1u032023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 24 Sep 2014 10:46:34 -0400 From: Kevin Wolf Date: Wed, 24 Sep 2014 16:46:27 +0200 Message-Id: <1411569989-5517-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] block: Catch simultaneous usage of options and their aliases List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, armbru@redhat.com, stefanha@redhat.com v2: - Remove QAPI-style use of errp, convert to table to keep things readable anyway [Markus] Kevin Wolf (2): block: Specify -drive legacy option aliases in array block: Catch simultaneous usage of options and their aliases blockdev.c | 53 ++++++++++++++++++++++++++++++++-------------- tests/qemu-iotests/051 | 23 ++++++++++++++++++++ tests/qemu-iotests/051.out | 45 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 105 insertions(+), 16 deletions(-) -- 1.8.3.1