e1000: cleanup process_tx_desc
[qemu/ar7.git] / include / qemu-common.h
blobf4397388f5c0c5a5b507e24ab07e733c5a08fd23
2 /* Common header file that is included by all of QEMU.
4 * This file is supposed to be included only by .c files. No header file should
5 * depend on qemu-common.h, as this would easily lead to circular header
6 * dependencies.
8 * If a header file uses a definition from qemu-common.h, that definition
9 * must be moved to a separate header file, and the header that uses it
10 * must include that header.
12 #ifndef QEMU_COMMON_H
13 #define QEMU_COMMON_H
15 #include "qemu/compiler.h"
16 #include "config-host.h"
17 #include "qemu/typedefs.h"
19 #if defined(__arm__) || defined(__sparc__) || defined(__mips__) || defined(__hppa__) || defined(__ia64__)
20 #define WORDS_ALIGNED
21 #endif
23 #define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)
25 /* we put basic includes here to avoid repeating them in device drivers */
26 #include <stdlib.h>
27 #include <stdio.h>
28 #include <stdarg.h>
29 #include <stdbool.h>
30 #include <string.h>
31 #include <strings.h>
32 #include <inttypes.h>
33 #include <limits.h>
34 #include <time.h>
35 #include <ctype.h>
36 #include <errno.h>
37 #include <unistd.h>
38 #include <fcntl.h>
39 #include <sys/stat.h>
40 #include <sys/time.h>
41 #include <assert.h>
42 #include <signal.h>
43 #include "glib-compat.h"
45 #ifdef _WIN32
46 #include "sysemu/os-win32.h"
47 #endif
49 #ifdef CONFIG_POSIX
50 #include "sysemu/os-posix.h"
51 #endif
53 #ifndef O_LARGEFILE
54 #define O_LARGEFILE 0
55 #endif
56 #ifndef O_BINARY
57 #define O_BINARY 0
58 #endif
59 #ifndef MAP_ANONYMOUS
60 #define MAP_ANONYMOUS MAP_ANON
61 #endif
62 #ifndef ENOMEDIUM
63 #define ENOMEDIUM ENODEV
64 #endif
65 #if !defined(ENOTSUP)
66 #define ENOTSUP 4096
67 #endif
68 #if !defined(ECANCELED)
69 #define ECANCELED 4097
70 #endif
71 #if !defined(EMEDIUMTYPE)
72 #define EMEDIUMTYPE 4098
73 #endif
74 #ifndef TIME_MAX
75 #define TIME_MAX LONG_MAX
76 #endif
78 /* HOST_LONG_BITS is the size of a native pointer in bits. */
79 #if UINTPTR_MAX == UINT32_MAX
80 # define HOST_LONG_BITS 32
81 #elif UINTPTR_MAX == UINT64_MAX
82 # define HOST_LONG_BITS 64
83 #else
84 # error Unknown pointer size
85 #endif
87 typedef int (*fprintf_function)(FILE *f, const char *fmt, ...)
88 GCC_FMT_ATTR(2, 3);
90 #ifdef _WIN32
91 #define fsync _commit
92 #if !defined(lseek)
93 # define lseek _lseeki64
94 #endif
95 int qemu_ftruncate64(int, int64_t);
96 #if !defined(ftruncate)
97 # define ftruncate qemu_ftruncate64
98 #endif
100 static inline char *realpath(const char *path, char *resolved_path)
102 _fullpath(resolved_path, path, _MAX_PATH);
103 return resolved_path;
105 #endif
107 /* icount */
108 void configure_icount(const char *option);
109 extern int use_icount;
111 #include "qemu/osdep.h"
112 #include "qemu/bswap.h"
114 /* FIXME: Remove NEED_CPU_H. */
115 #ifdef NEED_CPU_H
116 #include "cpu.h"
117 #endif /* !defined(NEED_CPU_H) */
119 /* main function, renamed */
120 #if defined(CONFIG_COCOA)
121 int qemu_main(int argc, char **argv, char **envp);
122 #endif
124 void qemu_get_timedate(struct tm *tm, int offset);
125 int qemu_timedate_diff(struct tm *tm);
127 #if !GLIB_CHECK_VERSION(2, 20, 0)
129 * Glib before 2.20.0 doesn't implement g_poll, so wrap it to compile properly
130 * on older systems.
132 static inline gint g_poll(GPollFD *fds, guint nfds, gint timeout)
134 GMainContext *ctx = g_main_context_default();
135 return g_main_context_get_poll_func(ctx)(fds, nfds, timeout);
137 #endif
140 * is_help_option:
141 * @s: string to test
143 * Check whether @s is one of the standard strings which indicate
144 * that the user is asking for a list of the valid values for a
145 * command option like -cpu or -M. The current accepted strings
146 * are 'help' and '?'. '?' is deprecated (it is a shell wildcard
147 * which makes it annoying to use in a reliable way) but provided
148 * for backwards compatibility.
150 * Returns: true if @s is a request for a list.
152 static inline bool is_help_option(const char *s)
154 return !strcmp(s, "?") || !strcmp(s, "help");
157 /* cutils.c */
158 void pstrcpy(char *buf, int buf_size, const char *str);
159 void strpadcpy(char *buf, int buf_size, const char *str, char pad);
160 char *pstrcat(char *buf, int buf_size, const char *s);
161 int strstart(const char *str, const char *val, const char **ptr);
162 int stristart(const char *str, const char *val, const char **ptr);
163 int qemu_strnlen(const char *s, int max_len);
164 char *qemu_strsep(char **input, const char *delim);
165 time_t mktimegm(struct tm *tm);
166 int qemu_fls(int i);
167 int qemu_fdatasync(int fd);
168 int fcntl_setfl(int fd, int flag);
169 int qemu_parse_fd(const char *param);
171 int parse_uint(const char *s, unsigned long long *value, char **endptr,
172 int base);
173 int parse_uint_full(const char *s, unsigned long long *value, int base);
176 * strtosz() suffixes used to specify the default treatment of an
177 * argument passed to strtosz() without an explicit suffix.
178 * These should be defined using upper case characters in the range
179 * A-Z, as strtosz() will use qemu_toupper() on the given argument
180 * prior to comparison.
182 #define STRTOSZ_DEFSUFFIX_EB 'E'
183 #define STRTOSZ_DEFSUFFIX_PB 'P'
184 #define STRTOSZ_DEFSUFFIX_TB 'T'
185 #define STRTOSZ_DEFSUFFIX_GB 'G'
186 #define STRTOSZ_DEFSUFFIX_MB 'M'
187 #define STRTOSZ_DEFSUFFIX_KB 'K'
188 #define STRTOSZ_DEFSUFFIX_B 'B'
189 int64_t strtosz(const char *nptr, char **end);
190 int64_t strtosz_suffix(const char *nptr, char **end, const char default_suffix);
191 int64_t strtosz_suffix_unit(const char *nptr, char **end,
192 const char default_suffix, int64_t unit);
194 /* path.c */
195 void init_paths(const char *prefix);
196 const char *path(const char *pathname);
198 #define qemu_isalnum(c) isalnum((unsigned char)(c))
199 #define qemu_isalpha(c) isalpha((unsigned char)(c))
200 #define qemu_iscntrl(c) iscntrl((unsigned char)(c))
201 #define qemu_isdigit(c) isdigit((unsigned char)(c))
202 #define qemu_isgraph(c) isgraph((unsigned char)(c))
203 #define qemu_islower(c) islower((unsigned char)(c))
204 #define qemu_isprint(c) isprint((unsigned char)(c))
205 #define qemu_ispunct(c) ispunct((unsigned char)(c))
206 #define qemu_isspace(c) isspace((unsigned char)(c))
207 #define qemu_isupper(c) isupper((unsigned char)(c))
208 #define qemu_isxdigit(c) isxdigit((unsigned char)(c))
209 #define qemu_tolower(c) tolower((unsigned char)(c))
210 #define qemu_toupper(c) toupper((unsigned char)(c))
211 #define qemu_isascii(c) isascii((unsigned char)(c))
212 #define qemu_toascii(c) toascii((unsigned char)(c))
214 void *qemu_oom_check(void *ptr);
216 ssize_t qemu_write_full(int fd, const void *buf, size_t count)
217 QEMU_WARN_UNUSED_RESULT;
218 ssize_t qemu_send_full(int fd, const void *buf, size_t count, int flags)
219 QEMU_WARN_UNUSED_RESULT;
220 ssize_t qemu_recv_full(int fd, void *buf, size_t count, int flags)
221 QEMU_WARN_UNUSED_RESULT;
223 #ifndef _WIN32
224 int qemu_pipe(int pipefd[2]);
225 /* like openpty() but also makes it raw; return master fd */
226 int qemu_openpty_raw(int *aslave, char *pty_name);
227 #endif
229 #ifdef _WIN32
230 /* MinGW needs type casts for the 'buf' and 'optval' arguments. */
231 #define qemu_getsockopt(sockfd, level, optname, optval, optlen) \
232 getsockopt(sockfd, level, optname, (void *)optval, optlen)
233 #define qemu_setsockopt(sockfd, level, optname, optval, optlen) \
234 setsockopt(sockfd, level, optname, (const void *)optval, optlen)
235 #define qemu_recv(sockfd, buf, len, flags) recv(sockfd, (void *)buf, len, flags)
236 #define qemu_sendto(sockfd, buf, len, flags, destaddr, addrlen) \
237 sendto(sockfd, (const void *)buf, len, flags, destaddr, addrlen)
238 #else
239 #define qemu_getsockopt(sockfd, level, optname, optval, optlen) \
240 getsockopt(sockfd, level, optname, optval, optlen)
241 #define qemu_setsockopt(sockfd, level, optname, optval, optlen) \
242 setsockopt(sockfd, level, optname, optval, optlen)
243 #define qemu_recv(sockfd, buf, len, flags) recv(sockfd, buf, len, flags)
244 #define qemu_sendto(sockfd, buf, len, flags, destaddr, addrlen) \
245 sendto(sockfd, buf, len, flags, destaddr, addrlen)
246 #endif
248 /* Error handling. */
250 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
252 struct ParallelIOArg {
253 void *buffer;
254 int count;
257 typedef int (*DMA_transfer_handler) (void *opaque, int nchan, int pos, int size);
259 typedef uint64_t pcibus_t;
261 typedef enum LostTickPolicy {
262 LOST_TICK_DISCARD,
263 LOST_TICK_DELAY,
264 LOST_TICK_MERGE,
265 LOST_TICK_SLEW,
266 LOST_TICK_MAX
267 } LostTickPolicy;
269 typedef struct PCIHostDeviceAddress {
270 unsigned int domain;
271 unsigned int bus;
272 unsigned int slot;
273 unsigned int function;
274 } PCIHostDeviceAddress;
276 void tcg_exec_init(unsigned long tb_size);
277 bool tcg_enabled(void);
279 void cpu_exec_init_all(void);
281 /* CPU save/load. */
282 #ifdef CPU_SAVE_VERSION
283 void cpu_save(QEMUFile *f, void *opaque);
284 int cpu_load(QEMUFile *f, void *opaque, int version_id);
285 #endif
287 /* Unblock cpu */
288 void qemu_cpu_kick_self(void);
290 /* work queue */
291 struct qemu_work_item {
292 struct qemu_work_item *next;
293 void (*func)(void *data);
294 void *data;
295 int done;
300 * Sends a (part of) iovec down a socket, yielding when the socket is full, or
301 * Receives data into a (part of) iovec from a socket,
302 * yielding when there is no data in the socket.
303 * The same interface as qemu_sendv_recvv(), with added yielding.
304 * XXX should mark these as coroutine_fn
306 ssize_t qemu_co_sendv_recvv(int sockfd, struct iovec *iov, unsigned iov_cnt,
307 size_t offset, size_t bytes, bool do_send);
308 #define qemu_co_recvv(sockfd, iov, iov_cnt, offset, bytes) \
309 qemu_co_sendv_recvv(sockfd, iov, iov_cnt, offset, bytes, false)
310 #define qemu_co_sendv(sockfd, iov, iov_cnt, offset, bytes) \
311 qemu_co_sendv_recvv(sockfd, iov, iov_cnt, offset, bytes, true)
314 * The same as above, but with just a single buffer
316 ssize_t qemu_co_send_recv(int sockfd, void *buf, size_t bytes, bool do_send);
317 #define qemu_co_recv(sockfd, buf, bytes) \
318 qemu_co_send_recv(sockfd, buf, bytes, false)
319 #define qemu_co_send(sockfd, buf, bytes) \
320 qemu_co_send_recv(sockfd, buf, bytes, true)
322 typedef struct QEMUIOVector {
323 struct iovec *iov;
324 int niov;
325 int nalloc;
326 size_t size;
327 } QEMUIOVector;
329 void qemu_iovec_init(QEMUIOVector *qiov, int alloc_hint);
330 void qemu_iovec_init_external(QEMUIOVector *qiov, struct iovec *iov, int niov);
331 void qemu_iovec_add(QEMUIOVector *qiov, void *base, size_t len);
332 void qemu_iovec_concat(QEMUIOVector *dst,
333 QEMUIOVector *src, size_t soffset, size_t sbytes);
334 void qemu_iovec_concat_iov(QEMUIOVector *dst,
335 struct iovec *src_iov, unsigned int src_cnt,
336 size_t soffset, size_t sbytes);
337 void qemu_iovec_destroy(QEMUIOVector *qiov);
338 void qemu_iovec_reset(QEMUIOVector *qiov);
339 size_t qemu_iovec_to_buf(QEMUIOVector *qiov, size_t offset,
340 void *buf, size_t bytes);
341 size_t qemu_iovec_from_buf(QEMUIOVector *qiov, size_t offset,
342 const void *buf, size_t bytes);
343 size_t qemu_iovec_memset(QEMUIOVector *qiov, size_t offset,
344 int fillc, size_t bytes);
346 bool buffer_is_zero(const void *buf, size_t len);
348 void qemu_progress_init(int enabled, float min_skip);
349 void qemu_progress_end(void);
350 void qemu_progress_print(float delta, int max);
351 const char *qemu_get_vm_name(void);
353 #define QEMU_FILE_TYPE_BIOS 0
354 #define QEMU_FILE_TYPE_KEYMAP 1
355 char *qemu_find_file(int type, const char *name);
357 /* OS specific functions */
358 void os_setup_early_signal_handling(void);
359 char *os_find_datadir(const char *argv0);
360 void os_parse_cmd_args(int index, const char *optarg);
361 void os_pidfile_error(void);
363 /* Convert a byte between binary and BCD. */
364 static inline uint8_t to_bcd(uint8_t val)
366 return ((val / 10) << 4) | (val % 10);
369 static inline uint8_t from_bcd(uint8_t val)
371 return ((val >> 4) * 10) + (val & 0x0f);
374 /* compute with 96 bit intermediate result: (a*b)/c */
375 static inline uint64_t muldiv64(uint64_t a, uint32_t b, uint32_t c)
377 union {
378 uint64_t ll;
379 struct {
380 #ifdef HOST_WORDS_BIGENDIAN
381 uint32_t high, low;
382 #else
383 uint32_t low, high;
384 #endif
385 } l;
386 } u, res;
387 uint64_t rl, rh;
389 u.ll = a;
390 rl = (uint64_t)u.l.low * (uint64_t)b;
391 rh = (uint64_t)u.l.high * (uint64_t)b;
392 rh += (rl >> 32);
393 res.l.high = rh / c;
394 res.l.low = (((rh % c) << 32) + (rl & 0xffffffff)) / c;
395 return res.ll;
398 /* Round number down to multiple */
399 #define QEMU_ALIGN_DOWN(n, m) ((n) / (m) * (m))
401 /* Round number up to multiple */
402 #define QEMU_ALIGN_UP(n, m) QEMU_ALIGN_DOWN((n) + (m) - 1, (m))
404 static inline bool is_power_of_2(uint64_t value)
406 if (!value) {
407 return 0;
410 return !(value & (value - 1));
413 /* round down to the nearest power of 2*/
414 int64_t pow2floor(int64_t value);
416 #include "qemu/module.h"
419 * Implementation of ULEB128 (http://en.wikipedia.org/wiki/LEB128)
420 * Input is limited to 14-bit numbers
423 int uleb128_encode_small(uint8_t *out, uint32_t n);
424 int uleb128_decode_small(const uint8_t *in, uint32_t *n);
426 /* unicode.c */
427 int mod_utf8_codepoint(const char *s, size_t n, char **end);
430 * Hexdump a buffer to a file. An optional string prefix is added to every line
433 void qemu_hexdump(const char *buf, FILE *fp, const char *prefix, size_t size);
435 /* vector definitions */
436 #ifdef __ALTIVEC__
437 #include <altivec.h>
438 /* The altivec.h header says we're allowed to undef these for
439 * C++ compatibility. Here we don't care about C++, but we
440 * undef them anyway to avoid namespace pollution.
442 #undef vector
443 #undef pixel
444 #undef bool
445 #define VECTYPE __vector unsigned char
446 #define SPLAT(p) vec_splat(vec_ld(0, p), 0)
447 #define ALL_EQ(v1, v2) vec_all_eq(v1, v2)
448 /* altivec.h may redefine the bool macro as vector type.
449 * Reset it to POSIX semantics. */
450 #define bool _Bool
451 #elif defined __SSE2__
452 #include <emmintrin.h>
453 #define VECTYPE __m128i
454 #define SPLAT(p) _mm_set1_epi8(*(p))
455 #define ALL_EQ(v1, v2) (_mm_movemask_epi8(_mm_cmpeq_epi8(v1, v2)) == 0xFFFF)
456 #else
457 #define VECTYPE unsigned long
458 #define SPLAT(p) (*(p) * (~0UL / 255))
459 #define ALL_EQ(v1, v2) ((v1) == (v2))
460 #endif
462 #define BUFFER_FIND_NONZERO_OFFSET_UNROLL_FACTOR 8
463 static inline bool
464 can_use_buffer_find_nonzero_offset(const void *buf, size_t len)
466 return (len % (BUFFER_FIND_NONZERO_OFFSET_UNROLL_FACTOR
467 * sizeof(VECTYPE)) == 0
468 && ((uintptr_t) buf) % sizeof(VECTYPE) == 0);
470 size_t buffer_find_nonzero_offset(const void *buf, size_t len);
473 * helper to parse debug environment variables
475 int parse_debug_env(const char *name, int max, int initial);
477 #endif