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

2018-04-01 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180401203640.31617-1-jcmvb...@gmail.com Subject: [Qemu-devel] [PATCH v2] target/xtensa

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

2018-04-01 Thread Laurent Vivier
Le 01/04/2018 à 22:36, 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; > - add missing reserved fields after time fields to the target_

[Qemu-devel] [PATCH v2] 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; - add missing reserved fields after time fields to the target_shmid_ds; - fix types of shm_cpid, shm_lpid and shm_na