summaryrefslogtreecommitdiffstats
path: root/osdep.h
Commit message (Expand)AuthorAgeFilesLines
* win32: fix broken build due to missing QEMU_MADV_HUGEPAGELuiz Capitulino2012-10-241-0/+2
* Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino2012-10-221-0/+5
* memory: add -machine dump-guest-core=on|offJason Baron2012-08-161-0/+7
* vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore2012-08-031-0/+4
* Avoid redefining inlineBlue Swirl2012-07-281-0/+2
* Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana2012-06-191-0/+3
* softfloat: Replace int16 type with int_fast16_tAndreas Färber2012-04-281-0/+1
* target-mips: Move definition of uint_fast{8, 16}_t to osdep.hAndreas Färber2012-04-281-0/+6
* qtest: add C version of test infrastructureAnthony Liguori2012-03-301-0/+2
* i386: Remove REGPARMBlue Swirl2012-03-181-6/+0
* osdep: Remove local definition of macro offsetofStefan Weil2012-03-081-3/+0
* Move macro QEMU_GNUC_PREREQ to compiler.hStefan Weil2011-09-231-7/+0
* w64: Add definition of FMT_pidStefan Weil2011-08-211-0/+2
* Introduce format string for pid_tAndreas Färber2011-06-151-0/+6
* Darwin: Fix compilation warning regarding the deprecated daemon() functionAlexandre Raymond2011-06-141-0/+1
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2011-03-211-0/+1
|\
| * Expose thread_id in info cpusJan Kiszka2011-03-161-0/+1
* | win32: implement missing timersubBlue Swirl2011-03-151-2/+17
|/
* bitmap: add a generic bitmap and bitops libraryCorentin Chary2011-02-231-0/+4
* Move qemu_gettimeofday() to OS specific filesJes Sorensen2010-10-301-15/+0
* Introduce qemu_madvise()Andreas Färber2010-09-251-0/+35
* win32: Add missing function setenvStefan Weil2010-08-151-0/+2
* qdev: move DO_UPCAST() into osdep.hMark McLoughlin2009-12-031-0/+10
* Fix a Sparse warning about redefinition of offsetof()Blue Swirl2009-09-121-1/+2
* move useful type definitons to osdep.hJuan Quintela2009-08-271-0/+3
* Replace always_inline with inlineBlue Swirl2009-08-161-5/+2
* snapshot subcommand for qemu-img (Kevin Wolf)aliguori2009-01-071-0/+4
* Fix a typo preventing GNUC builtins usage.balrog2008-12-011-1/+1
* Only force inlining when optimizing.pbrook2008-11-191-0/+2
* Fix -linux-user build by reverting r5701aliguori2008-11-111-1/+0
* Define OS-dependent qemu_getpagesize() (Hollis Blanchard)aliguori2008-11-111-0/+1
* Define macro QEMU_GNUC_PREREQ and use itaurel322008-10-121-0/+7
* Move offsetof to osdep.h, remove local defintions.balrog2008-09-161-2/+7
* add container_of() macro to osdep.h (Gerd Hoffmann)aliguori2008-08-211-0/+4
* Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir12008-08-151-0/+4
* Fix always_inline definition for Darwin, by Andreas Faerber.ths2008-06-051-1/+3
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-7/+0
* Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir12008-03-111-0/+4
* use simpler REGPARM convention - make CPUTLBEntry size a power of twobellard2008-01-311-2/+2
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-0/+1
* Add missing ffs() declaration for Win32 hosts, by Stefan Weil.balrog2007-12-161-0/+2
* Avoid duplicated definitions: move common definitions from exec-all.hj_mayer2007-11-191-0/+38
* Windows build fixes.pbrook2007-06-071-0/+11
* qemu_create_pidfile implementation for Win32, based on a patch byths2007-03-251-0/+2
* removed unused codebellard2006-08-031-35/+0
* removed unused codebellard2006-08-011-3/+1
* removed warningbellard2006-06-251-0/+2
* shared pages memory allocationbellard2005-02-101-0/+3
* use the kernel sigaction syscall to avoid relying on glibc onebellard2004-08-031-0/+23
* added qemu_strdup()bellard2004-07-141-0/+1
OpenPOWER on IntegriCloud