]> git.proxmox.com Git - mirror_qemu.git/commit - linux-user/mips/target_structs.h
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)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 29 Nov 2013 09:42:04 +0000 (11:42 +0200)
commit55a2b1631fb343edac4a2d4596c72e58ee1372b3
tree14eb9854832da080f8b21658841763690d115bdf
parent9721cf2cd6ecfc50d2ab1349e27b53c4bc36df54
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>
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]