Sign in
qemu
/
qemu
/
844bab604b4369f6ee84065756da0b1d7f915715
/
osdep.h
dc786bc
Move qemu_gettimeofday() to OS specific files
by Jes Sorensen
· 14 years ago
e78815a
Introduce qemu_madvise()
by Andreas Färber
· 14 years ago
0a1574b
win32: Add missing function setenv
by Stefan Weil
· 15 years ago
5096fae
qdev: move DO_UPCAST() into osdep.h
by Mark McLoughlin
· 15 years ago
de5071c
Fix a Sparse warning about redefinition of offsetof()
by Blue Swirl
· 15 years ago
f0d99ad
move useful type definitons to osdep.h
by Juan Quintela
· 15 years ago
636aa20
Replace always_inline with inline
by Blue Swirl
· 15 years ago
f7b4a94
snapshot subcommand for qemu-img (Kevin Wolf)
by aliguori
· 16 years ago
80fe30e
Fix a typo preventing GNUC builtins usage.
by balrog
· 16 years ago
3dec6ec
Only force inlining when optimizing.
by pbrook
· 16 years ago
c2b48b6
Fix -linux-user build by reverting r5701
by aliguori
· 16 years ago
15ed71b
Define OS-dependent qemu_getpagesize() (Hollis Blanchard)
by aliguori
· 16 years ago
bad5b1e
Define macro QEMU_GNUC_PREREQ and use it
by aurel32
· 16 years ago
ac509d8
Move offsetof to osdep.h, remove local defintions.
by balrog
· 16 years ago
62a6e3e
add container_of() macro to osdep.h (Gerd Hoffmann)
by aliguori
· 16 years ago
128ab2f
Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)
by blueswir1
· 16 years ago
cebdff7
Fix always_inline definition for Darwin, by Andreas Faerber.
by ths
· 17 years ago
ca10f86
Remove osdep.c/qemu-img code duplication
by aurel32
· 17 years ago
0954d0d
Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)
by blueswir1
· 17 years ago
d656469
use simpler REGPARM convention - make CPUTLBEntry size a power of two
by bellard
· 17 years ago
33f0027
Add "cache" parameter to "-drive" (Laurent Vivier).
by balrog
· 17 years ago
c6d29ad
Add missing ffs() declaration for Win32 hosts, by Stefan Weil.
by balrog
· 17 years ago
df2542c
Avoid duplicated definitions: move common definitions from exec-all.h
by j_mayer
· 17 years ago
29b3a66
Windows build fixes.
by pbrook
· 18 years ago
aa26bb2
qemu_create_pidfile implementation for Win32, based on a patch by
by ths
· 18 years ago
7f1a839
removed unused code
by bellard
· 18 years ago
d62ca2b
removed unused code
by bellard
· 18 years ago
755d137
removed warning
by bellard
· 19 years ago
49b470e
shared pages memory allocation
by bellard
· 20 years ago
d2bfb39
use the kernel sigaction syscall to avoid relying on glibc one
by bellard
· 20 years ago
2571929
added qemu_strdup()
by bellard
· 20 years ago
0fb4822
added qemu_mallocz()
by bellard
· 21 years ago
ea88812
added OS dependent functions (temporary as most functions are generic in fact)
by bellard
· 21 years ago