Yihuan Pan and Thomas Huth
5533936127
sh4: Coding style: Remove tabs
...
Replaces TABS with spaces to ensure have a consistent coding
style with an indentation of 4 spaces in the SH4 subsystem.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/376
Signed-off-by: Yihuan Pan <xun794@gmail.com >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-ID: <20231124044554.513752-1-xun794@gmail.com >
Signed-off-by: Thomas Huth <thuth@redhat.com >
2023-12-04 15:12:57 +01:00
Thomas Huth and Laurent Vivier
b1f4b9b832
linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definition
...
Seen while compiling on Alpine:
In file included from ../linux-user/strace.c:17:
In file included from ../linux-user/qemu.h:11:
In file included from ../linux-user/syscall_defs.h:1247:
../linux-user/sh4/termbits.h:276:10: warning: 'TIOCSER_TEMT' macro redefined
[-Wmacro-redefined]
# define TIOCSER_TEMT 0x01 /* Transmitter physically empty */
^
/usr/include/sys/ioctl.h:50:9: note: previous definition is here
#define TIOCSER_TEMT 1
^
1 warning generated.
Add the TARGET_ prefix here, too, like we do it on the other architectures.
Signed-off-by: Thomas Huth <thuth@redhat.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Reviewed-by: Laurent Vivier <laurent@vivier.eu >
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp >
Message-Id: <20220330134302.979686-1-thuth@redhat.com >
Signed-off-by: Laurent Vivier <laurent@vivier.eu >
2022-03-31 21:27:02 +02:00
Filip Bozuta and Laurent Vivier
c218b4ede4
linux-user: Add missing termbits types and values definitions
...
This patch introduces missing target types ('target_flag_t', 'target_cc_t',
'target_speed_t') in a few 'termibts.h' header files. Also, two missing
values ('TARGET_IUTF8' and 'TARGET_EXTPROC') were also added. These values
were also added in file 'syscall.c' in bitmask tables 'iflag_tbl[]' and
'lflag_tbl[]' which are used to convert values of 'struct termios' between
target and host.
Signed-off-by: Filip Bozuta <Filip.Bozuta@syrmia.com >
Reviewed-by: Max Filippov <jcmvbkbc@gmail.com >
Reviewed-by: Laurent Vivier <laurent@vivier.eu >
Message-Id: <20200723210233.349690-3-Filip.Bozuta@syrmia.com >
[lv: keep TARGET_NCCS definition in xtensa/termbits.h]
Signed-off-by: Laurent Vivier <laurent@vivier.eu >
2020-08-27 12:29:50 +02:00
Markus Armbruster
f91005e195
Supply missing header guards
...
Signed-off-by: Markus Armbruster <armbru@redhat.com >
Message-Id: <20190604181618.19980-5-armbru@redhat.com >
2019-06-12 13:20:21 +02:00
Andreas Schwab and Laurent Vivier
2b74f621f1
linux-user: Implement ioctl cmd TIOCGPTPEER
...
With glibc 2.27 the openpty function prefers the TIOCGPTPEER ioctl.
Signed-off-by: Andreas Schwab <schwab@suse.de >
Reviewed-by: Laurent Vivier <laurent@vivier.eu >
Message-Id: <mvmbmhdosb9.fsf_-_@suse.de >
Signed-off-by: Laurent Vivier <laurent@vivier.eu >
2018-02-18 18:52:32 +01:00
ths
5fafdf24ef
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
...
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3173 c046a42c-6fe2-441c-8c8c-71466251a162
2007-09-16 21:08:06 +00:00
bellard
fdf9b3e831
sh4 target (Samuel Tardieu)
...
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1861 c046a42c-6fe2-441c-8c8c-71466251a162
2006-04-27 21:07:38 +00:00