2016-10-21 |
Laurent Vivier | linux-user: add RTA_PRIORITY in netlink Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-10-21 |
Laurent Vivier | linux-user: add kcmp() syscall Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-09-22 |
Laurent Vivier | linux-user: fix TARGET_NR_select Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-09-13 |
Laurent Vivier | linux-user, trivial: display "0x%x" instead of "0x%d" Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-07-19 |
Laurent Vivier | linux-user: define missing sparc syscalls Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-07-19 |
Laurent Vivier | linux-user: add nested netlink types Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-07-19 |
Laurent Vivier | linux-user: convert sockaddr_ll from host to target Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-07-19 |
Laurent Vivier | linux-user: add fd_trans helper in do_recvfrom() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-07-19 |
Laurent Vivier | linux-user: fix netlink memory corruption Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-07-19 |
Laurent Vivier | linux-user: fd_trans_*_data() returns the length Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-26 |
Laurent Vivier | linux-user: don't swap NLMSG_DATA() fields Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-26 |
Laurent Vivier | linux-user: fd_trans_host_to_target_data() must process... Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-26 |
Laurent Vivier | linux-user: add missing return in netlink switch statement Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-26 |
Laurent Vivier | linux-user: update get_thread_area/set_thread_area... Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-26 |
Laurent Vivier | linux-user: fix clone() strace Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-26 |
Laurent Vivier | linux-user: add socket() strace Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-26 |
Laurent Vivier | linux-user: add socketcall() strace Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-22 |
Laurent Vivier | ppc64: disable gen_pause() for linux-user mode Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-07 |
Laurent Vivier | linux-user: check if NETLINK_ROUTE is available Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-07 |
Laurent Vivier | linux-user: add netlink audit Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-07 |
Laurent Vivier | linux-user: support netlink protocol NETLINK_KOBJECT_UEVENT Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-07 |
Laurent Vivier | linux-user: add rtnetlink(7) support Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-06-07 |
Laurent Vivier | linux-user: Fix qemu-binfmt-conf.sh to store config... Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-05-27 |
Laurent Vivier | linux-user,target-ppc: fix use of MSR_LE Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-02-24 |
Laurent Vivier | linux-user: add getrandom() syscall Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-02-23 |
Laurent Vivier | linux-user: fix realloc size of target_fd_trans. Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-01-08 |
Laurent Vivier | linux-user,sh4: fix signal retcode address Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-01-08 |
Laurent Vivier | linux-user: check fd is >= 0 in fd_trans_host_to_target_data... Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-01-08 |
Laurent Vivier | linux-user: manage bind with a socket of SOCK_PACKET... Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-01-08 |
Laurent Vivier | linux-user: add a function hook to translate sockaddr Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-01-08 |
Laurent Vivier | linux-user: rename TargetFdFunc to TargetFdDataFunc... Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-01-08 |
Laurent Vivier | linux-user: SOCK_PACKET uses network endian to encode... Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-01-08 |
Laurent Vivier | linux-user: in poll(), if nfds is 0, pfd can be NULL Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-01-08 |
Laurent Vivier | linux-user: correctly align target_epoll_event Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2016-01-08 |
Laurent Vivier | linux-user: add signalfd/signalfd4 syscalls Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-10-23 |
Laurent Vivier | openpic: add to misc category Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-10-23 |
Laurent Vivier | macio-nvram: add to misc category Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-10-23 |
Laurent Vivier | macio: add to bridge category Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-10-23 |
Laurent Vivier | uninorth: add to bridge category Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-10-23 |
Laurent Vivier | macio-ide: add to storage category Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-10-23 |
Laurent Vivier | cuda: add to bridge category Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-10-23 |
Laurent Vivier | grackle: add to bridge category Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-10-23 |
Laurent Vivier | escc: add to input category Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-10-23 |
Laurent Vivier | cmd646: add to storage category Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-10-23 |
Laurent Vivier | adb: add to input category Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-09-28 |
Laurent Vivier | linux-user: add name_to_handle_at/open_by_handle_at Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-08-28 |
Laurent Vivier | s390: fix softmmu compilation Signed-off-by: Laurent Vivier <laurent@vivier.eu> ...1440757421-9674-1-git-send-email-laurent@vivier.eu
|
commit | commitdiff | tree |
2015-08-24 |
Laurent Vivier | linux-user: remove useless macros GUEST_BASE and RESERVED_VA Signed-off-by: Laurent Vivier <laurent@vivier.eu> ...1440420834-8388-1-git-send-email-laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-08-24 |
Laurent Vivier | linux-user: remove --enable-guest-base/--disable-guest... Signed-off-by: Laurent Vivier <laurent@vivier.eu> ...1440373328-9788-2-git-send-email-laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-07-07 |
Laurent Vivier | linux-user, ppc: mftbl can be used by user application Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-06-29 |
Laurent Vivier | m68k: remove useless parameter op_size from gen_lea_indexed() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-06-29 |
Laurent Vivier | m68k: remove useless file m68k-qreg.h Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-06-29 |
Laurent Vivier | m68k: is_mem is useless Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2015-06-16 |
Laurent Vivier | linux-user: ioctl() command type is int Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-09-24 |
Laurent Vivier | linux-user: add support of binfmt_misc 'O' flag Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-09-24 |
Laurent Vivier | linux-user: add some IPV6 commands in setsockop() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-09-24 |
Laurent Vivier | linux-user: allow use of TIOCGSID Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-09-24 |
Laurent Vivier | linux-user: Add setsockopt(SO_ATTACH_FILTER) Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-09-24 |
Laurent Vivier | linux-user: convert /proc/net/route when endianess... Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-07-05 |
Laurent Vivier | linux-user: add SIOCADDRT/SIOCDELRT support Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-03-11 |
Laurent Vivier | linux-user: improve print_fcntl() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-01-30 |
Laurent Vivier | linux-user: correct reboot() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-01-30 |
Laurent Vivier | linux-user: correct setsockopt() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-01-30 |
Laurent Vivier | linux-user: correct print_timeval() swap tv_sec and... Signed-off-by: Laurent Vivier <Laurent@Vivier.EU>
|
commit | commitdiff | tree |
2013-01-30 |
Laurent Vivier | linux-user: correct msgrcv() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-01-16 |
Laurent Vivier | alpha-linux-user: Correct select Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2013-01-16 |
Laurent Vivier | alpha-linux-user: Translate fcntl l_type Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2011-10-06 |
Laurent Vivier | ppc: move ADB stuff from ppc_mac.h to adb.h Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2011-06-08 |
Laurent Vivier | m68k: Replace gen_im32() by tcg_const_i32() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2011-04-26 |
Laurent Vivier | linux-user: add ioctl(SIOCGIWNAME, ...) support. Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2011-04-26 |
Laurent Vivier | linux-user: convert ioctl(SIOCGIFCONF, ...) result. Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2011-04-26 |
Laurent Vivier | linux-user: improve traces Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2011-02-17 |
Laurent Vivier | linux-user: correct core dump format Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2011-02-17 |
Laurent Vivier | linux-user: Define target alignment size Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2011-02-17 |
Laurent Vivier | linux-user: in linux-user/strace.c, tswap() is useless Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2011-02-17 |
Laurent Vivier | linux-user: add rmdir() strace Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2010-09-21 |
Laurent Vivier | nbd: correctly manage default port Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2010-09-21 |
Laurent Vivier | Improve qemu-nbd performance by 4400 % Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2010-08-30 |
Laurent Vivier | nbd: Introduce NBD named exports. Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2010-07-22 |
Laurent Vivier | linux-user: display cpu list. Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2009-08-25 |
Laurent Vivier | m68k, linux-user: enable sigaltstack() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2009-08-25 |
Laurent Vivier | m68k, linux-user: add setup_rt_frame Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2009-08-25 |
Laurent Vivier | m68k,linux-user: add setup_frame Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2009-08-08 |
Laurent Vivier | ppc_oldworld: configure screen size from qemu command... Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2009-06-16 |
Laurent Vivier | linux-user: remove duplicate tswap32() from do_getsockopt() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |
2009-05-09 |
Laurent Vivier | Add m68k_cpu_list() Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
commit | commitdiff | tree |