summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall_types.h
diff options
context:
space:
mode:
authorAnthony Liguori2012-08-14 22:19:50 +0200
committerAnthony Liguori2012-08-14 22:19:50 +0200
commit03834e22abafbc8dc4052d46a5ccd6dd135a54a3 (patch)
tree5fd0788233c9a54ff9935c65f35a4047493aa80a /linux-user/syscall_types.h
parentMerge remote-tracking branch 'kraxel/seabios-5a02306' into staging (diff)
parentMerge branch 'linux-user.next' of git://git.linaro.org/people/pmaydell/qemu-arm (diff)
downloadqemu-03834e22abafbc8dc4052d46a5ccd6dd135a54a3.tar.gz
qemu-03834e22abafbc8dc4052d46a5ccd6dd135a54a3.tar.xz
qemu-03834e22abafbc8dc4052d46a5ccd6dd135a54a3.zip
Merge remote-tracking branch 'origin/master' into staging
* origin/master: linux-user: ARM: Ignore immediate value for svc in thumb mode linux-user: Use init_guest_space when -R and -B are specified linux-user: Factor out guest space probing into a function flatload: fix bss clearing linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option linux-user: pass sockaddr from host to target x86: switch to AREG0 free mode x86: avoid AREG0 in segmentation helpers x86: avoid AREG0 for misc helpers x86: use wrappers for memory access helpers x86: avoid AREG0 for SMM helpers x86: avoid AREG0 for SVM helpers x86: avoid AREG0 for integer helpers x86: avoid AREG0 for condition code helpers x86: avoid AREG0 for FPU helpers linux-user: Move target_to_host_errno_table[] setup out of ioctl loop linux-user: Fix SNDCTL_DSP_MAP{IN, OUT}BUF ioctl definitions linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSET
Diffstat (limited to 'linux-user/syscall_types.h')
-rw-r--r--linux-user/syscall_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/syscall_types.h b/linux-user/syscall_types.h
index 601618df98..44b6a58820 100644
--- a/linux-user/syscall_types.h
+++ b/linux-user/syscall_types.h
@@ -77,6 +77,9 @@ STRUCT(audio_buf_info,
STRUCT(count_info,
TYPE_INT, TYPE_INT, TYPE_INT)
+STRUCT(buffmem_desc,
+ TYPE_PTRVOID, TYPE_INT)
+
STRUCT(mixer_info,
MK_ARRAY(TYPE_CHAR, 16), MK_ARRAY(TYPE_CHAR, 32), TYPE_INT, MK_ARRAY(TYPE_INT, 10))