From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Yongbok Kim <yongbok.kim@mips.com>,
Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
Riku Voipio <riku.voipio@iki.fi>,
Richard Henderson <rth@twiddle.net>,
Laurent Vivier <laurent@vivier.eu>
Subject: [Qemu-devel] [PATCH 0/5] linux-user: move socket.h definitions to CPU directories
Date: Fri, 11 May 2018 00:25:56 +0200 [thread overview]
Message-ID: <20180510222601.19944-1-laurent@vivier.eu> (raw)
Splitting out socket.h definitions helps to read the code
and to fix the bugs...
No code change, except for the last one that ports
definitions from linux for sparc as the values are not the
correct ones.
Laurent Vivier (5):
linux-user: move mips socket.h definitions to mips/sockbits.h
linux-user: move alpha socket.h definitions to alpha/sockbits.h
linux-user: move sparc/sparc64 socket.h definitions to
sparc/sockbits.h
linux-user: move ppc socket.h definitions to ppc/sockbits.h
linux-user: copy sparc/sockbits.h definitions from linux
linux-user/alpha/sockbits.h | 113 ++++++++++++++++++
linux-user/mips/sockbits.h | 110 ++++++++++++++++++
linux-user/mips64/sockbits.h | 1 +
linux-user/ppc/sockbits.h | 58 ++++++++++
linux-user/socket.h | 261 +-----------------------------------------
linux-user/sparc/sockbits.h | 111 ++++++++++++++++++
linux-user/sparc64/sockbits.h | 1 +
7 files changed, 397 insertions(+), 258 deletions(-)
create mode 100644 linux-user/alpha/sockbits.h
create mode 100644 linux-user/mips/sockbits.h
create mode 100644 linux-user/mips64/sockbits.h
create mode 100644 linux-user/ppc/sockbits.h
create mode 100644 linux-user/sparc/sockbits.h
create mode 100644 linux-user/sparc64/sockbits.h
--
2.14.3
next reply other threads:[~2018-05-10 22:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-10 22:25 Laurent Vivier [this message]
2018-05-10 22:25 ` [Qemu-devel] [PATCH 1/5] linux-user: move mips socket.h definitions to mips/sockbits.h Laurent Vivier
2018-05-11 12:08 ` Peter Maydell
2018-05-10 22:25 ` [Qemu-devel] [PATCH 2/5] linux-user: move alpha socket.h definitions to alpha/sockbits.h Laurent Vivier
2018-05-11 12:09 ` Peter Maydell
2018-05-10 22:25 ` [Qemu-devel] [PATCH 3/5] linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.h Laurent Vivier
2018-05-11 12:09 ` Peter Maydell
2018-05-10 22:26 ` [Qemu-devel] [PATCH 4/5] linux-user: move ppc socket.h definitions to ppc/sockbits.h Laurent Vivier
2018-05-11 12:09 ` Peter Maydell
2018-05-11 12:12 ` Peter Maydell
2018-05-11 16:53 ` Laurent Vivier
2018-05-10 22:26 ` [Qemu-devel] [PATCH 5/5] linux-user: copy sparc/sockbits.h definitions from linux Laurent Vivier
2018-05-11 12:07 ` Peter Maydell
2018-05-10 22:34 ` [Qemu-devel] [PATCH 0/5] linux-user: move socket.h definitions to CPU directories no-reply
2018-05-13 1:41 ` Philippe Mathieu-Daudé
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=20180510222601.19944-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
--cc=rth@twiddle.net \
--cc=yongbok.kim@mips.com \
/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).