aboutsummaryrefslogtreecommitdiff
path: root/osdep.h
AgeCommit message (Expand)Author
2012-08-16memory: add -machine dump-guest-core=on|offJason Baron
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore
2012-07-28Avoid redefining inlineBlue Swirl
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana
2012-04-28softfloat: Replace int16 type with int_fast16_tAndreas Färber
2012-04-28target-mips: Move definition of uint_fast{8, 16}_t to osdep.hAndreas Färber
2012-03-30qtest: add C version of test infrastructureAnthony Liguori
2012-03-18i386: Remove REGPARMBlue Swirl
2012-03-08osdep: Remove local definition of macro offsetofStefan Weil
2011-09-23Move macro QEMU_GNUC_PREREQ to compiler.hStefan Weil
2011-08-21w64: Add definition of FMT_pidStefan Weil
2011-06-15Introduce format string for pid_tAndreas Färber
2011-06-14Darwin: Fix compilation warning regarding the deprecated daemon() functionAlexandre Raymond
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-03-16Expose thread_id in info cpusJan Kiszka
2011-03-15win32: implement missing timersubBlue Swirl
2011-02-23bitmap: add a generic bitmap and bitops libraryCorentin Chary
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen
2010-09-25Introduce qemu_madvise()Andreas Färber
2010-08-15win32: Add missing function setenvStefan Weil
2009-12-03qdev: move DO_UPCAST() into osdep.hMark McLoughlin
2009-09-12Fix a Sparse warning about redefinition of offsetof()Blue Swirl
2009-08-27move useful type definitons to osdep.hJuan Quintela
2009-08-16Replace always_inline with inlineBlue Swirl
2009-01-07snapshot subcommand for qemu-img (Kevin Wolf)aliguori
2008-12-01Fix a typo preventing GNUC builtins usage.balrog
2008-11-19Only force inlining when optimizing.pbrook
2008-11-11Fix -linux-user build by reverting r5701aliguori
2008-11-11Define OS-dependent qemu_getpagesize() (Hollis Blanchard)aliguori
2008-10-12Define macro QEMU_GNUC_PREREQ and use itaurel32
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog
2008-08-21add container_of() macro to osdep.h (Gerd Hoffmann)aliguori
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir1
2008-06-05Fix always_inline definition for Darwin, by Andreas Faerber.ths
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2008-03-11 Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir1
2008-01-31use simpler REGPARM convention - make CPUTLBEntry size a power of twobellard
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog
2007-12-16Add missing ffs() declaration for Win32 hosts, by Stefan Weil.balrog
2007-11-19Avoid duplicated definitions: move common definitions from exec-all.hj_mayer
2007-06-07Windows build fixes.pbrook
2007-03-25qemu_create_pidfile implementation for Win32, based on a patch byths
2006-08-03removed unused codebellard
2006-08-01removed unused codebellard
2006-06-25removed warningbellard
2005-02-10shared pages memory allocationbellard
2004-08-03use the kernel sigaction syscall to avoid relying on glibc onebellard
2004-07-14added qemu_strdup()bellard
2004-03-14added qemu_mallocz()bellard
2004-02-16added OS dependent functions (temporary as most functions are generic in fact)bellard