From patchwork Mon Apr 22 14:11:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Li Qiang X-Patchwork-Id: 10911095 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 884B014DB for ; Mon, 22 Apr 2019 14:30:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 79EF026E16 for ; Mon, 22 Apr 2019 14:30:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6E23927F17; Mon, 22 Apr 2019 14:30:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 11E1D26E16 for ; Mon, 22 Apr 2019 14:30:10 +0000 (UTC) Received: from localhost ([127.0.0.1]:38108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIZxS-0000fg-76 for patchwork-qemu-devel@patchwork.kernel.org; Mon, 22 Apr 2019 10:30:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIZwF-0007um-Q5 for qemu-devel@nongnu.org; Mon, 22 Apr 2019 10:28:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIZgs-0005Ld-S8 for qemu-devel@nongnu.org; Mon, 22 Apr 2019 10:13:03 -0400 Received: from m12-12.163.com ([220.181.12.12]:59543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIZgs-0005Kp-8C for qemu-devel@nongnu.org; Mon, 22 Apr 2019 10:13:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id; bh=TAkAEQslBT4X+Y5eAh 5OCFU79u6ALGBYynB4L5pLfks=; b=ToT4qNoBSUnsG2QmkIen2Kbf9sJ1t6//kl RwjLLvl3BjMm2LbhjQvrGUCBDr+iPjIxwAj1tn3GP4ncSNR1UE90PP0AC+jNsEUu nlICqGmLy75a0URFJxHl6d9FjHd80F/nyXHBN9R5qO8h82FeKnZSiANP+bOAqMj9 Vo5JQSiMY= Received: from localhost.localdomain (unknown [183.159.69.175]) by smtp8 (Coremail) with SMTP id DMCowACXUzO0y71cvQ2cBg--.39054S3; Mon, 22 Apr 2019 22:12:07 +0800 (CST) From: Li Qiang To: jslaby@suse.cz, pbonzini@redhat.com Date: Mon, 22 Apr 2019 07:11:54 -0700 Message-Id: <20190422141156.15746-2-liq3ea@163.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190422141156.15746-1-liq3ea@163.com> References: <20190422141156.15746-1-liq3ea@163.com> X-CM-TRANSID: DMCowACXUzO0y71cvQ2cBg--.39054S3 X-Coremail-Antispam: 1Uf129KBjvdXoWrZF4xJFWUXF4UurW3Kr4rKrg_yoW3urg_Jw 1xGFZ7urW5Wry3AF9YqF13ur1xW3yrAFn5uFnagr4fJa4rCF98Z3sagrnxXw47Gw1fCwn5 ZaykZFy5Kr9rWjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUjxnY3UUUUU== X-Originating-IP: [183.159.69.175] X-CM-SenderInfo: 5oltjvrd6rljoofrz/1tbiKReebVXlqxQeaQAAs1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 220.181.12.12 Subject: [Qemu-devel] [PATCH v3 1/3] edu: mmio: allow 64-bit access X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: philmd@redhat.com, liq3ea@gmail.com, qemu-devel@nongnu.org, Li Qiang Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP The edu spec says the MMIO area can be accessed by 64-bit. However currently the 'max_access_size' is not so the MMIO access dispatch can only access 32-bit one time. This patch fixes this to respect the spec. Signed-off-by: Li Qiang Reviewed-by: Philippe Mathieu-Daude --- hw/misc/edu.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hw/misc/edu.c b/hw/misc/edu.c index 91af452c9e..65fc32b928 100644 --- a/hw/misc/edu.c +++ b/hw/misc/edu.c @@ -289,6 +289,15 @@ static const MemoryRegionOps edu_mmio_ops = { .read = edu_mmio_read, .write = edu_mmio_write, .endianness = DEVICE_NATIVE_ENDIAN, + .valid = { + .min_access_size = 4, + .max_access_size = 8, + }, + .impl = { + .min_access_size = 4, + .max_access_size = 8, + }, + }; /*