From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVCNH-00087f-HR for qemu-devel@nongnu.org; Fri, 07 Dec 2018 04:24:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVCND-0008SW-EP for qemu-devel@nongnu.org; Fri, 07 Dec 2018 04:24:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52814) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gVCND-0008SD-6C for qemu-devel@nongnu.org; Fri, 07 Dec 2018 04:24:39 -0500 References: <1543851204-41186-1-git-send-email-pbonzini@redhat.com> <1543851204-41186-18-git-send-email-pbonzini@redhat.com> From: Thomas Huth Message-ID: <371bd3da-235d-9784-3d6a-b973f00d03aa@redhat.com> Date: Fri, 7 Dec 2018 10:24:35 +0100 MIME-Version: 1.0 In-Reply-To: <1543851204-41186-18-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 17/71] tests: remove rule for nonexisting qdev-monitor-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: Emanuele Giuseppe Esposito , Laurent Vivier On 2018-12-03 16:32, Paolo Bonzini wrote: > This test was merged into drive_del-test in 2014. > > Signed-off-by: Paolo Bonzini > --- > tests/Makefile.include | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/Makefile.include b/tests/Makefile.include > index 3e3b16b..2718548 100644 > --- a/tests/Makefile.include > +++ b/tests/Makefile.include > @@ -726,7 +726,6 @@ tests/qom-test$(EXESUF): tests/qom-test.o > tests/test-hmp$(EXESUF): tests/test-hmp.o > tests/machine-none-test$(EXESUF): tests/machine-none-test.o > tests/drive_del-test$(EXESUF): tests/drive_del-test.o $(libqos-virtio-obj-y) > -tests/qdev-monitor-test$(EXESUF): tests/qdev-monitor-test.o $(libqos-pc-obj-y) > tests/nvme-test$(EXESUF): tests/nvme-test.o $(libqos-pc-obj-y) > tests/pvpanic-test$(EXESUF): tests/pvpanic-test.o > tests/i82801b11-test$(EXESUF): tests/i82801b11-test.o Reviewed-by: Thomas Huth