From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@iki.fi>, Laurent Vivier <laurent@vivier.eu>
Subject: [Qemu-devel] [2 0/3] Linux user for 3.1 patches
Date: Fri, 19 Oct 2018 14:16:20 +0200 [thread overview]
Message-ID: <20181019121623.29148-1-laurent@vivier.eu> (raw)
The following changes since commit 1b7490446bf41f54130c2d495dd4c8768c8e1ce3:
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-request' into staging (2018-10-19 11:20:05 +0100)
are available in the Git repository at:
git://github.com/vivier/qemu.git tags/linux-user-for-3.1-pull-request
for you to fetch changes up to a133367ec1b689410f1e7427921e33bb1b569bd7:
linux-user: Implement special usbfs ioctls. (2018-10-19 14:05:10 +0200)
----------------------------------------------------------------
A series to enable ioctl usbfs in linux-user
----------------------------------------------------------------
Cortland Tölva (3):
linux-user: Check for Linux USBFS in configure
linux-user: Define ordinary usbfs ioctls.
linux-user: Implement special usbfs ioctls.
configure | 12 ++-
linux-user/ioctls.h | 46 ++++++++++
linux-user/syscall.c | 180 +++++++++++++++++++++++++++++++++++++
linux-user/syscall_defs.h | 28 ++++++
linux-user/syscall_types.h | 68 ++++++++++++++
5 files changed, 333 insertions(+), 1 deletion(-)
--
2.17.2
next reply other threads:[~2018-10-19 12:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-19 12:16 Laurent Vivier [this message]
2018-10-19 12:16 ` [Qemu-devel] [2 1/3] linux-user: Check for Linux USBFS in configure Laurent Vivier
2018-10-19 12:16 ` [Qemu-devel] [2 2/3] linux-user: Define ordinary usbfs ioctls Laurent Vivier
2018-10-19 12:16 ` [Qemu-devel] [2 3/3] linux-user: Implement special " Laurent Vivier
2018-10-19 12:17 ` [Qemu-devel] [2 0/3] Linux user for 3.1 patches Laurent Vivier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181019121623.29148-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).