From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751288AbdAMIHU (ORCPT ); Fri, 13 Jan 2017 03:07:20 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:35062 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbdAMIHS (ORCPT ); Fri, 13 Jan 2017 03:07:18 -0500 Date: Thu, 12 Jan 2017 23:58:22 -0800 From: Christoph Hellwig To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Jason Wang , virtualization@lists.linux-foundation.org Subject: Re: [PATCH] virtio_mmio: expose header to userspace Message-ID: <20170113075822.GA31777@infradead.org> References: <1484257033-11032-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484257033-11032-1-git-send-email-mst@redhat.com> User-Agent: Mutt/1.7.1 (2016-10-04) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 12, 2017 at 11:37:22PM +0200, Michael S. Tsirkin wrote: > It's handy for userspace emulators like QEMU. But it's not actually a userspace API - it's an on the write protocol. so: NAK.