]> git.proxmox.com Git - qemu.git/history - osdep.c
fdc: fix FD_SR0_SEEK for non-DMA transfers and multi sectors transfers
[qemu.git] / osdep.c
2012-11-03 Blue SwirlMerge branch 'trivial-patches' of git://github.com...
2012-11-02 Paolo Bonzinicompiler: support Darwin weak references
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.69' into staging
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v3' into...
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'bonzini/threadpool' into...
2012-10-31 Paolo BonziniMerge remote-tracking branch 'origin/master' into threa...
2012-10-30 Blue SwirlMerge branch 'qspi.2' of git://developer.petalogix...
2012-10-30 Paolo Bonzinifdsets: use weak aliases instead of qemu-tool.c/qemu...
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.68' into staging
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-10-24 Corey Bryantosdep: Less restrictive F_SEFL in qemu_dup_flags()
2012-08-22 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.59' into staging
2012-08-16 Peter Maydellosdep: Fix compilation failure on BSD systems
2012-08-15 Anthony LiguoriMerge remote-tracking branch 'agraf/s390-for-upstream...
2012-08-15 Anthony LiguoriMerge remote-tracking branch 'agraf/ppc-for-upstream...
2012-08-15 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-08-15 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-08-15 Corey Bryantblock: Enable qemu_open/close to work with fd sets
2012-08-15 Corey Bryantblock: Convert close calls to qemu_close
2012-08-09 Blue SwirlMerge branch 'x86cpu_qom_tcg_v2' of git://github.com...
2012-08-03 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-08-03 Paul Moorevnc: disable VNC password authentication (security...
2012-07-29 Michael S. TsirkinMerge branch pci into master
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'mjt/mjt-iov2' into staging
2012-06-24 Blue SwirlMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-06-24 Blue SwirlMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-06-19 Crístian VianaAllow machines to configure the QEMU_VERSION that's...
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-01-03 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/page_desc...
2011-12-27 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2011-12-27 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-for-anthony...
2011-12-22 Paolo Bonzinimove corking functions to osdep.c
2011-12-21 Paolo Bonziniadd qemu_send_full and qemu_recv_full
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-15 Blue SwirlRemove unused sysemu.h include directives
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30 Jes SorensenRemove unncessary includes
2010-10-30 Jes SorensenSeparate qemu_pidfile() into OS specific versions
2010-10-30 Jes SorensenMove qemu_gettimeofday() to OS specific files
2010-10-30 Jes SorensenWe only support eventfd under POSIX, move qemu_eventfd...
2010-10-30 Jes Sorensenqemu_pipe() is used only by POSIX code, so move to...
2010-10-30 Jes SorensenMove osdep socket code to oslib-{posix,win32}.c
2010-10-30 Jes SorensenMove QEMU OS dependant library functions to OS specific...
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-25 Andreas FärberIntroduce qemu_madvise()
2010-09-09 Stefan Hajnoczitrace: Trace qemu_malloc() and qemu_vmalloc()
2010-06-27 Stefan Weilwin32: Add missing function ffs
2010-03-09 Juan Quinteladocumentation: qemu_write_full don't work with non...
2010-02-23 Avi KivityFix qemu_eventfd compile when !CONFIG_EVENTFD
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-17 Paolo Bonziniuse eventfd for iothread
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Paolo Bonzinifix placement of config-host.h inclusion
2010-01-26 Stefan WeilTell users about out-of-memory errors
2010-01-26 Kirill A. ShutemovIntroduce qemu_write_full()
2010-01-13 Kevin Wolfosdep.c: Fix accept4 fallback
2009-12-18 Juha Riihimäkifix pidfile option to work in WIN32
2009-12-18 Andre Przywaraosdep: Fix runtime failure on older Linux kernels
2009-12-03 Kevin WolfDon't leak file descriptors
2009-09-12 Blue SwirlAdd #defines needed by OpenSolaris, fix breakage by...
2009-08-24 Anthony LiguoriOnly build osdep once
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27 Juan Quintelachange HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-08 malcAdd out of memory and zero size argument checks to...
2009-05-13 Paul BrookAdd tool_osdep.c
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2009-03-08 blueswir1Rename _BSD to HOST_BSD so that it's more obvious that...
2009-03-07 blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-03-07 blueswir1Fix BSD breakage from r6736
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2008-12-11 blueswir1Remove redundant #ifdef _BSD
2008-11-22 blueswir1Use MAP_ANON also for FreeBSD (Juergen Lock)
2008-11-18 malcUse qemu_memalign instead of memalign in qemu_vmalloc
2008-11-11 aliguoriFix -linux-user build by reverting r5701
2008-11-11 aliguoriAllocate guest memory on host page boundaries (Hollis...
2008-11-11 aliguoriDefine OS-dependent qemu_getpagesize() (Hollis Blanchard)
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2008-08-15 blueswir1Preliminary OpenBSD host support (based on OpenBSD...
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-22 aurel32Revert "Use correct types to enable > 2G support" ...
2008-04-22 aurel32Use correct types to enable > 2G support, based on...
2008-04-20 aurel32Use "mount -o remount" instead of "umount" and "mount...
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2007-12-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-17 thsUse WIN32_LEAN_AND_MEAN, by Stefan Weil.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-07 pbrookWindows build fixes.
2007-03-25 thsqemu_create_pidfile implementation for Win32, based...
2007-01-17 thsKqemu support for Solaris, by Ben Taylor.
2006-08-17 bellardfd leak fix (Igor Kovalenko)
next