From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIwvL-0004Ac-W1 for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:47:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIwvI-000685-PF for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:47:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIwvI-00067v-JD for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:47:52 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D54E790E52 for ; Fri, 1 Jul 2016 11:47:51 +0000 (UTC) From: Markus Armbruster Date: Fri, 1 Jul 2016 13:47:45 +0200 Message-Id: <1467373669-30915-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/4] range: Make it simpler & safer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: eblake@redhat.com, mst@redhat.com, pbonzini@redhat.com Looks ready to me. My current qapi-next is based on it, so I'd appreciate merge or further review. Thanks! Prerequisites: * [PATCH v2 0/2] Clean up around the PCI holes v2: * Trivially rebased v1 RFC: * PATCH 2+3 squashed * PATCH 4 (now 3) clarify range_compare() doesn't work for empty ranges [Michael] * PATCH 5 is new Markus Armbruster (4): log: Clean up misuse of Range for -dfilter range: Eliminate direct Range member access range: Replace internal representation of Range log: Permit -dfilter 0..0xffffffffffffffff hw/i386/acpi-build.c | 35 ++++++++------- hw/pci-host/piix.c | 26 +++++++---- hw/pci-host/q35.c | 41 +++++++++++------ hw/pci/pci.c | 17 +++---- include/qemu/range.h | 103 ++++++++++++++++++++++++++++++++++++++----- qapi/string-input-visitor.c | 20 ++++----- qapi/string-output-visitor.c | 18 ++++---- tests/test-logging.c | 11 +++++ util/log.c | 27 ++++++------ util/range.c | 19 ++++---- 10 files changed, 214 insertions(+), 103 deletions(-) -- 2.5.5