aboutsummaryrefslogtreecommitdiffstats
path: root/osdep.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-12Fix a Sparse warning about redefinition of offsetof()Blue Swirl1-1/+2
2009-08-27move useful type definitons to osdep.hJuan Quintela1-0/+3
2009-08-16Replace always_inline with inlineBlue Swirl1-5/+2
2009-01-07snapshot subcommand for qemu-img (Kevin Wolf)aliguori1-0/+4
2008-12-01Fix a typo preventing GNUC builtins usage.balrog1-1/+1
2008-11-19Only force inlining when optimizing.pbrook1-0/+2
2008-11-11Fix -linux-user build by reverting r5701aliguori1-1/+0
2008-11-11Define OS-dependent qemu_getpagesize() (Hollis Blanchard)aliguori1-0/+1
2008-10-12Define macro QEMU_GNUC_PREREQ and use itaurel321-0/+7
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog1-2/+7
2008-08-21add container_of() macro to osdep.h (Gerd Hoffmann)aliguori1-0/+4
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir11-0/+4
2008-06-05Fix always_inline definition for Darwin, by Andreas Faerber.ths1-1/+3
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-7/+0
2008-03-11 Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir11-0/+4
2008-01-31use simpler REGPARM convention - make CPUTLBEntry size a power of twobellard1-2/+2
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog1-0/+1
2007-12-16Add missing ffs() declaration for Win32 hosts, by Stefan Weil.balrog1-0/+2
2007-11-19Avoid duplicated definitions: move common definitions from exec-all.hj_mayer1-0/+38
2007-06-07Windows build fixes.pbrook1-0/+11
2007-03-25qemu_create_pidfile implementation for Win32, based on a patch byths1-0/+2
2006-08-03removed unused codebellard1-35/+0
2006-08-01removed unused codebellard1-3/+1
2006-06-25removed warningbellard1-0/+2
2005-02-10shared pages memory allocationbellard1-0/+3
2004-08-03use the kernel sigaction syscall to avoid relying on glibc onebellard1-0/+23
2004-07-14added qemu_strdup()bellard1-0/+1
2004-03-14added qemu_mallocz()bellard1-0/+1
2004-02-16added OS dependent functions (temporary as most functions are generic in fact)bellard1-0/+25