summaryrefslogtreecommitdiff
path: root/util/oslib-win32.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum1-1/+1
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange1-24/+0
2017-07-04util/oslib-win32: Remove if conditionalAlistair Francis1-4/+2
2017-03-14mem-prealloc: reduce large guest start-up and migration time.Jitendra Kolhe1-1/+2
2017-01-24win32: use glib gpoll if glib >= 2.50Marc-André Lureau1-0/+2
2016-10-04util: Introduce qemu_get_pid_nameMichal Privoznik1-0/+7
2016-08-02fix qemu exit on memory hotplug when allocation fails at prealloc timeIgor Mammedov1-1/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange1-1/+1
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange1-0/+201
2016-03-10osdep: fix socket_error() to work with Mingw64Daniel P. Berrange1-1/+78
2016-02-04util: Clean up includesPeter Maydell1-2/+1
2015-11-30oslib-win32: Change return type of function getpagesizeStefan Weil1-1/+1
2015-10-20osdep: add qemu_fork() wrapper for safely handling signalsDaniel P. Berrange1-0/+9
2015-09-24oslib-win32: only provide localtime_r/gmtime_r if missingDaniel P. Berrange1-0/+2
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange1-0/+24
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov1-1/+1
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf1-2/+7
2014-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+19
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini1-0/+19
2014-06-19w32: Fix regression caused by new g_poll implementationStefan Weil1-78/+174
2014-05-09glib: fix g_poll early timeout on windowsSangho Park1-0/+112
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng1-0/+30
2014-01-22osdep: add qemu_set_tty_echo()Stefan Hajnoczi1-0/+19
2013-10-02util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik1-0/+10
2013-09-12exec: Don't abort when we can't allocate guest memoryMarkus Armbruster1-4/+1
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek1-0/+22
2013-05-14osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini1-0/+8
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini1-2/+2
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-2/+2
2013-01-15w32: Make qemu_vfree() accept NULL like the POSIX implementationMarkus Armbruster1-1/+3
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-0/+152