From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from ws5-mx01.kavi.com (ws5-mx01.kavi.com [34.193.7.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 54DF7EB64DA for ; Mon, 10 Jul 2023 09:14:39 +0000 (UTC) Received: from lists.oasis-open.org (oasis.ws5.connectedcommunity.org [10.110.1.242]) by ws5-mx01.kavi.com (Postfix) with ESMTP id 499892A8EA for ; Mon, 10 Jul 2023 09:14:37 +0000 (UTC) Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id DF3CA98643F for ; Mon, 10 Jul 2023 09:14:36 +0000 (UTC) Received: from host09.ws5.connectedcommunity.org (host09.ws5.connectedcommunity.org [10.110.1.97]) by lists.oasis-open.org (Postfix) with QMQP id CB4C3983FEA; Mon, 10 Jul 2023 09:14:36 +0000 (UTC) Mailing-List: contact virtio-dev-help@lists.oasis-open.org; run by ezmlm List-ID: Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 97AE89867BC for ; Mon, 10 Jul 2023 09:14:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at kavi.com X-MC-Unique: NgfXWHR-PeqzXTEu7HTccQ-1 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688980473; x=1691572473; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=F+nP+1sjWDLSVSV3FoWq2YnuLar/92gGFGqQVUKpNj8=; b=ShMZF5gF1od1X4FcYuPnFB4LkgYSfszD1/6b+vA8AVBM/0CISk2uE9XQ09QldH5iHC 8awn+5dQJ5Wqv3vWvJ829aeUN/FKhpi7JEfE0tyHu86yzeltHplrj4wwwYz1e3w6O4tL 28QjIZDn5OPpY7QDApvRBgZT1CFduZtxgSeY3APVRdVX5xC3g5/BhkwRxot43cKnf8J7 oqSlWBm7i7efmoPwHsffETbPonpLI4OBSvQ4VoYBggBlrnOrqcEcLaYkBHU4N7mSXaNQ AK//KpBD7skaOSzDr/kPzIam+lXSi//lZh+Sv8Q4P5q8zCoym3XYAxQuv5SCu1M3CO9M r0jw== X-Gm-Message-State: ABy/qLZP/GZDUoXV73ZLjQY3GzbCc8a+6wFt/wyKjPJ2yUIeMUgAtHyv Q28//nJprvMk82QoSAL6rY65GvIg6Hd9JCnqCQdOf6XY1MosJutj0iUIH19OyuOWosiq0WpeZAj AZqE82AGwUZPBruOIAbqBQcEhRAUw X-Received: by 2002:adf:ed43:0:b0:314:14be:1004 with SMTP id u3-20020adfed43000000b0031414be1004mr11385500wro.63.1688980472924; Mon, 10 Jul 2023 02:14:32 -0700 (PDT) X-Google-Smtp-Source: APBJJlEHlkFITrjGjKj6cqsv/g8m9K7+iRdtOzv0KGnG57ZkkG4zULLDsejeYQQ+LV89CUBlt2uyYw== X-Received: by 2002:adf:ed43:0:b0:314:14be:1004 with SMTP id u3-20020adfed43000000b0031414be1004mr11385481wro.63.1688980472601; Mon, 10 Jul 2023 02:14:32 -0700 (PDT) Date: Mon, 10 Jul 2023 05:14:28 -0400 From: "Michael S. Tsirkin" To: Cornelia Huck Cc: Haixu Cui , virtio-dev@lists.oasis-open.org, quic_ztu@quicinc.com, virtio-comment@lists.oasis-open.org, jrreinhart@google.com Message-ID: <20230710051337-mutt-send-email-mst@kernel.org> References: <20230417140353.870-1-quic_haixcui@quicinc.com> <20230417140353.870-2-quic_haixcui@quicinc.com> <20230630105606-mutt-send-email-mst@kernel.org> <40e540f0-b07e-63af-d639-bcd71e4b23a1@quicinc.com> <87sf9wywyg.fsf@redhat.com> MIME-Version: 1.0 In-Reply-To: <87sf9wywyg.fsf@redhat.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Re: [virtio-dev][PATCH 1/2] virtio-spi: define the DEVICE ID for virtio SPI master On Mon, Jul 10, 2023 at 10:47:35AM +0200, Cornelia Huck wrote: > On Fri, Jul 07 2023, Haixu Cui wrote: > > > Hi Michael S. Tsirkin, Cornelia Huck, > > I have created an issue > > https://github.com/oasis-tcs/virtio-spec/issues/174 to request Device ID > > 45 for SPI master. Please help to deal with it, thank you very much. > > Technically, we're in feature freeze already, but practically, I don't > think we should block adding a simple device id reservation... Michael, > any objections to me creating a ballot later today? I think it's fine. We can also put things on a next branch once we freeze. -- MST --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org