Michael S. Tsirkin fd8f5e3755 acpi-build: fix build on glib < 2.14
g_array_get_element_size was only added in glib 2.14,
there's no way to find element size in with an older glib.

Fortunately we only use a single table (linker) where element size > 1.
Switch element size to 1 everywhere, then we can just look at len field
to get table size in bytes.

Add an assert to make sure we catch any violations of this rule.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reported-by: Richard Henderson <rth@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2013-11-21 16:28:27 +02:00
2013-11-21 16:28:27 +02:00
2013-11-08 04:33:19 +01:00
2013-11-18 15:57:59 +10:00
2013-11-19 10:28:14 +01:00
2013-11-13 16:02:28 +04:00
2013-10-26 13:01:57 +04:00
2013-10-11 09:34:56 -07:00
2013-10-11 10:52:54 +02:00
2013-10-11 09:34:56 -07:00
2013-11-06 21:47:05 -08:00
2013-11-13 11:48:35 -08:00
2013-11-04 15:39:41 +02:00
2013-10-17 10:10:14 +02:00
2013-10-31 16:58:32 +01:00
2013-11-18 13:45:10 +02:00
2013-10-11 09:34:56 -07:00
2013-09-25 21:23:05 +02:00
2013-11-06 21:49:39 -08:00
2013-10-11 09:34:56 -07:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%