[v2] Add new package libusbredir
Message ID | 1470576584-811-1-git-send-email-jonatan.schlag@ipfire.org |
---|---|
State | Accepted |
Commit | 678a797077eb4026a26126c98944edd67dbd99fe |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id A449A61D07 for <patchwork@ipfire.org>; Sun, 7 Aug 2016 15:29:56 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 680E2C0C; Sun, 7 Aug 2016 15:29:54 +0200 (CEST) Received: from fangorn.local.familyschlag (dslb-088-073-208-198.088.073.pools.vodafone-ip.de [88.73.208.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 7D5BAC0C; Sun, 7 Aug 2016 15:29:49 +0200 (CEST) From: Jonatan Schlag <jonatan.schlag@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH v2] Add new package libusbredir Date: Sun, 7 Aug 2016 15:29:44 +0200 Message-Id: <1470576584-811-1-git-send-email-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.1.4 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Jonatan Schlag
Aug. 7, 2016, 11:29 p.m. UTC
This package adds support for the use redirection of spice.
It is now possible to attach USB devices of the host where the spice
client run to the virtual machine.
The binary is not needed for this functionality and that's why they is
not shipped with the package
This feature is also enabled in qemu.
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
config/rootfiles/packages/libusbredir | 18 ++++++++
lfs/libusbredir | 84 +++++++++++++++++++++++++++++++++++
lfs/qemu | 6 +--
make.sh | 1 +
4 files changed, 106 insertions(+), 3 deletions(-)
create mode 100644 config/rootfiles/packages/libusbredir
create mode 100644 lfs/libusbredir