From patchwork Fri Sep 24 15:04:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?SsO8cmdlbiBHcm/Dnw==?= X-Patchwork-Id: 12515701 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B78CC433F5 for ; Fri, 24 Sep 2021 15:04:42 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 55FFA61039 for ; Fri, 24 Sep 2021 15:04:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 55FFA61039 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.195456.348163 (Exim 4.92) (envelope-from ) id 1mTmkY-0007so-2v; Fri, 24 Sep 2021 15:04:30 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 195456.348163; Fri, 24 Sep 2021 15:04:30 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mTmkX-0007sh-WE; Fri, 24 Sep 2021 15:04:30 +0000 Received: by outflank-mailman (input) for mailman id 195456; Fri, 24 Sep 2021 15:04:28 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mTmkW-0007sV-6u for xen-devel@lists.xenproject.org; Fri, 24 Sep 2021 15:04:28 +0000 Received: from smtp-out1.suse.de (unknown [195.135.220.28]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id b5e813c8-1d48-11ec-bae9-12813bfff9fa; Fri, 24 Sep 2021 15:04:27 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 891232243C; Fri, 24 Sep 2021 15:04:26 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 62B2513C0A; Fri, 24 Sep 2021 15:04:26 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 25YzFvroTWHvWwAAMHmgww (envelope-from ); Fri, 24 Sep 2021 15:04:26 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: b5e813c8-1d48-11ec-bae9-12813bfff9fa DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1632495866; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HQBiBcdcCvlRqPJN3Rt7DD3yXpK+oxbfPfUN/MgrAX4=; b=kHf9WiHLhYIbQZXBGb5fIfXQ80vYkOCHNwpoD3yXIsVKPAZ5t5Qj++D5huwubmewKKqrEK 3BJ7GxsRjRiRJePOmXVyLTpwmHAnCNJfvjUVsDseVfrQ7sco2BgHXnKnirVfdjC57QdK7p RpJJj+5gjjGlT/RYmdxbOQOCue1j8No= From: Juergen Gross To: xen-devel@lists.xenproject.org Cc: Juergen Gross Subject: [PATCH 0/2] include/public: update usbif.h Date: Fri, 24 Sep 2021 17:04:22 +0200 Message-Id: <20210924150424.10047-1-jgross@suse.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Add some missing defines and documentation to the pvUSB header file. Juergen Gross (2): include/public: add possible status values to usbif.h include/public: add better interface description to usbif.h xen/include/public/io/usbif.h | 171 ++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+)