Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: fix sysv IPC structures

2018-04-01 Thread Max Filippov
On Sun, Apr 1, 2018 at 12:57 PM, Laurent Vivier wrote: > Le 01/04/2018 à 21:24, Max Filippov a écrit : >> struct target_shmid_ds { >> struct target_ipc_perm shm_perm;/* operation permission struct */ >> -abi_int shm_segsz; /* size of segment in bytes */ >> +abi_l

Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: fix sysv IPC structures

2018-04-01 Thread Laurent Vivier
Le 01/04/2018 à 21:24, Max Filippov a écrit : > - make target_ipc_perm fields match kernel definitions for xtensa; > - add target_semid64_ds with proper order of times and reserved fields > for little/big endian specific for xtensa; > - fix order of times and reserved fields of target_shmid_ds fo

Re: [Qemu-devel] [PATCH] target/xtensa: linux-user: fix sysv IPC structures

2018-04-01 Thread no-reply
: linux-user: fix sysv IPC structures === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-mingw@fedora === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched

[Qemu-devel] [PATCH] target/xtensa: linux-user: fix sysv IPC structures

2018-04-01 Thread Max Filippov
- make target_ipc_perm fields match kernel definitions for xtensa; - add target_semid64_ds with proper order of times and reserved fields for little/big endian specific for xtensa; - fix order of times and reserved fields of target_shmid_ds for little/big endian; - fix types of shm_cpid, shm_lp