]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: create target_structs header to place ipc_perm and shmid_ds
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Wed, 30 Oct 2013 13:46:31 +0000 (14:46 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 21 Feb 2014 06:34:39 +0000 (00:34 -0600)
commit75b4b747a24d5a6e51fb6eb5fb33e2a83748eb80
treee013ee0c7397ec2612fd5617e2b4ec31bde7e1e2
parent0bc4142e7f44c11c65b25646d5f4d2243eef60a0
linux-user: create target_structs header to place ipc_perm and shmid_ds

Creating target_structs header in linux-user/$arch/ and making
target_ipc_perm and target_shmid_ds its first inhabitants.
The struct defintions may/should be further fine-tuned by arch maintainers.

Signed-off-by: Petar Jovanovic <petar.jovanovic@imgtec.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
(cherry picked from commit 55a2b1631fb343edac4a2d4596c72e58ee1372b3)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
20 files changed:
linux-user/aarch64/target_structs.h [new file with mode: 0644]
linux-user/alpha/target_structs.h [new file with mode: 0644]
linux-user/arm/target_structs.h [new file with mode: 0644]
linux-user/cris/target_structs.h [new file with mode: 0644]
linux-user/i386/target_structs.h [new file with mode: 0644]
linux-user/m68k/target_structs.h [new file with mode: 0644]
linux-user/microblaze/target_structs.h [new file with mode: 0644]
linux-user/mips/target_structs.h [new file with mode: 0644]
linux-user/mips64/target_cpu.h
linux-user/mips64/target_structs.h [new file with mode: 0644]
linux-user/openrisc/target_structs.h [new file with mode: 0644]
linux-user/ppc/target_structs.h [new file with mode: 0644]
linux-user/qemu.h
linux-user/s390x/target_structs.h [new file with mode: 0644]
linux-user/sh4/target_structs.h [new file with mode: 0644]
linux-user/sparc/target_structs.h [new file with mode: 0644]
linux-user/sparc64/target_structs.h [new file with mode: 0644]
linux-user/syscall.c
linux-user/unicore32/target_structs.h [new file with mode: 0644]
linux-user/x86_64/target_structs.h [new file with mode: 0644]