diff options
author | Avi Kivity <avi@redhat.com> | 2009-07-05 20:09:26 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-07-05 20:09:26 +0300 |
commit | ae00eadddf49f3389516fcf7fc79325da4d7d08d (patch) | |
tree | 379bb27a421494d729d0d845758ca6cdef93bdc7 /qemu-common.h | |
parent | Add X2APIC support. (diff) | |
parent | Rename target_cpu to target_arch2 (diff) | |
download | qemu-kvm-ae00eadddf49f3389516fcf7fc79325da4d7d08d.tar.gz qemu-kvm-ae00eadddf49f3389516fcf7fc79325da4d7d08d.tar.bz2 qemu-kvm-ae00eadddf49f3389516fcf7fc79325da4d7d08d.zip |
Merge commit '600309b6108484a60be4a84cfe68e6b8d645799c' into upstream-merge
* commit '600309b6108484a60be4a84cfe68e6b8d645799c':
Rename target_cpu to target_arch2
monitor: Fix typo in documentation
target-mips: fix MADD and MSUB/MSUBU instructions
Fix hxtool.
Use ctz64 in favor of ffsll
Respect the standard
Use pstrcpy and pstrcat to avoid OpenBSD linker warning
Suppress a GCC warning
Fix breakage by obsolete _P() for good
Fix sdl_zoom compile problems on OpenBSD
Fix missing strnlen problems
Fix typo
Remove bogus -Werror
Conflicts:
configure
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index 8916502b8..53ff1d600 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -109,6 +109,7 @@ void pstrcpy(char *buf, int buf_size, const char *str); char *pstrcat(char *buf, int buf_size, const char *s); int strstart(const char *str, const char *val, const char **ptr); int stristart(const char *str, const char *val, const char **ptr); +int qemu_strnlen(const char *s, int max_len); time_t mktimegm(struct tm *tm); int qemu_fls(int i); |