Received: from mail-vs1-f48.google.com (mail-vs1-f48.google.com [209.85.217.48]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id EF60A780209 for <~alpine/users@lists.alpinelinux.org>; Tue, 2 Aug 2022 18:08:53 +0000 (UTC) Received: by mail-vs1-f48.google.com with SMTP id 125so15413291vsd.5 for <~alpine/users@lists.alpinelinux.org>; Tue, 02 Aug 2022 11:08:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=5nK019lj8mGLo+lr4ygq9RewBF3/XVxBKMuUCdEbabA=; b=AulYYS8qkLDap0HOepA+JnAXBo4CsNma4BQJp/NynIxA2czwaTlREkQ36/NOm61lVj EOK0G4MnILYteKmKqY//SA8RQQC7AOUpnT0BcD+Imy1g3FVWMqbWn3j0ezc7jpNA23oM qgMSgWn7GSz2jISSHU7dH6j0dQ5uAZuQi9EFyPkANcUuaxedmz62KeBccL44wqCQg0Va +Xsd3hoZjsLIywVw+67EI2d917dJZGnhLBv9gPgn42MA75YTmkiXlJcNTed0IjmeIX+h FHu4sJgvSSjG8yr3Y7kJNvXdDhrW6Wo3i+0arU6rpj38gxmBIgnjBL8LaRIctj2FltiU xsUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=5nK019lj8mGLo+lr4ygq9RewBF3/XVxBKMuUCdEbabA=; b=e722Nj5xzUEV6lRK7o4aYCS91s/rs15M7gn4ypUPxETqMvAfCXzcEWEPxu7Ryz5SKN U3B7fFYAtrIH0ZexDL4jSfP5UgRQX9xmAtQjD7IaQq+NVCnMuSyiVLfKHGBq1diIZ7FB 6AfIGa79mK7ctcYhg10Mc1XoAUqJTVHeAdg9myr00c6G+vVIwVXux4UEJM0N02xixplf nW8IWvh//nZez0W9NbqQSpCW1QGXMx72JboGWjMT0W//KfwiDTGpL7+TdoTDq1xv/NUr sk6E7XafnqnY+VUZKMl10tOzYTCl92i3auoNLJ05rQeCo2RrhvYyDIX+O5JYJSwHT4nM VqIw== X-Gm-Message-State: AJIora9z1TMp56QoHsynIksPuHFj8IKFWmpPTzqGwg+wN394hUtwSzfJ J8BdQ8YKkmyd1m29H+OPVPq60PnhkDVS0dxWrBA= X-Google-Smtp-Source: AGRyM1tRqquC4TACnjT4KrzQgJZbTwbUlk1pClR/jYgrt6b4P4sZ1FmgNzHZMAUhvVDl+FRhPwxjloBCFR34skm81oE= X-Received: by 2002:a67:ec88:0:b0:357:83f:e0f3 with SMTP id h8-20020a67ec88000000b00357083fe0f3mr8224361vsp.76.1659463732087; Tue, 02 Aug 2022 11:08:52 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Konstantin Kulikov Date: Tue, 2 Aug 2022 21:08:40 +0300 Message-ID: Subject: Re: linux-virt usbip To: =?UTF-8?Q?Tristan_Isra=C3=ABl?= Cc: Alpine Linux users ML <~alpine/users@lists.alpinelinux.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable No idea about xen, but in qemu you normally want usb-tablet device which is supported by usbhid module. Pretty sure this module supports other usb input devices. On Mon, Aug 1, 2022 at 10:49 PM Tristan Isra=C3=ABl = wrote: > > Good evening everyone, > > I am using Alpine 3.15.4 with XEN. The dom0 is using linux-lts kernel and= domU is using linux-virt. > I have a driver domain for USB which holds USB drivers. > I want to share some USB devices (keyboard and mouse) with another domU. > I tried to use USB IP, which modules are in the linux-lts distribution bu= t I cannot find them in the > linux-virt distribution. I am now compiling them, but I would like to kno= w if there is any reason > why these modules aren=E2=80=99t already compiled in the linux-virt distr= ibution and whether they could > be included in a future release. > > My point is that for a virtual machine there are many reasons why one wou= ld like to have these modules > already compiled. > > Best regards > > Tristan Isra=C3=ABl >