From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF24y-0005n8-Rb for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:29:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF24u-00052A-Fv for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:29:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF24u-000522-9t for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:29:36 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (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 E956E124563 for ; Mon, 20 Jun 2016 16:29:35 +0000 (UTC) From: Markus Armbruster Date: Mon, 20 Jun 2016 18:29:29 +0200 Message-Id: <1466440173-21990-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 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 Prerequisites: * [PATCH 0/2] Clean up around the PCI holes * [PATCH v2 0/3] Fix leak in handling of integer lists as strings 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, 213 insertions(+), 104 deletions(-) -- 2.5.5