aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* added qemu_mallocz()bellard2004-03-141-0/+1
* added OS dependent functions (temporary as most functions are generic in fact)bellard2004-02-161-0/+25