From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEJrw-0000eb-Kz for qemu-devel@nongnu.org; Mon, 04 Aug 2014 11:08:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEJrl-0004ss-H9 for qemu-devel@nongnu.org; Mon, 04 Aug 2014 11:08:12 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:60587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEJrl-0004sE-BC for qemu-devel@nongnu.org; Mon, 04 Aug 2014 11:08:01 -0400 Received: by mail-wi0-f174.google.com with SMTP id d1so5252125wiv.13 for ; Mon, 04 Aug 2014 08:07:58 -0700 (PDT) Sender: Levente Kurusa From: Levente Kurusa Date: Mon, 4 Aug 2014 17:06:19 +0200 Message-Id: <1407164781-32486-1-git-send-email-lkurusa@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] ivshmem: clean up building and arguments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , "Michael S. Tsirkin" , Luiz Capitulino Cc: Levente Kurusa , Marcel Apfelbaum , QEMU Developers , Cole Robinson Two simple patches. The first one fixes a build error when IVSHMEM_DEBUG is enabled, and the second one converts an argument from integer to a bitfield, and makes all (1) callsites use ivshmem_has_feature. Levente Kurusa (2): ivshmem: fix building when debug mode is enabled ivshmem: convert option 'use64' to a bit instead of integer hw/misc/ivshmem.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- 1.9.3