From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwigx-0000U5-NK for qemu-devel@nongnu.org; Wed, 11 Nov 2015 22:37:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zwigh-0002YF-7i for qemu-devel@nongnu.org; Wed, 11 Nov 2015 22:36:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwigh-0002Y7-2V for qemu-devel@nongnu.org; Wed, 11 Nov 2015 22:36:39 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 04E59A144D for ; Thu, 12 Nov 2015 03:36:37 +0000 (UTC) From: Bandan Das Date: Wed, 11 Nov 2015 22:36:14 -0500 Message-Id: <1447299376-21252-1-git-send-email-bsd@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Minor cleanups when parsing the "iommu" option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Bandan Das , mst@redhat.com Small cleanup changes. The first removes the helper function by directly checking the property and the second adds a error message if user tries to use "-machine iommu=on" with i440fx. Bandan Das (2): q35: Check propery to determine if iommu is set i440fx: print a error message if user enable iommu hw/core/machine.c | 7 ------- hw/pci-host/piix.c | 4 ++++ hw/pci-host/q35.c | 2 +- include/hw/boards.h | 1 - 4 files changed, 5 insertions(+), 9 deletions(-) -- 2.6.1