Age | Commit message (Expand) | Author | Files | Lines |
2021-06-19 | util/oslib-win32: Fix fatal assertion in qemu_try_memalign | Stefan Weil | 1 | -1/+5 |
2021-06-15 | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() | David Hildenbrand | 1 | -1/+12 |
2021-06-02 | configure: bump min required glib version to 2.56 | Daniel P. Berrangé | 1 | -204/+0 |
2021-05-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -1/+1 |
2021-05-04 | oslib-win32: do not rely on macro to get redefined function name | Paolo Bonzini | 1 | -1/+1 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-01-11 | util/oslib-win32: Fix _aligned_malloc() arguments order | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-01-07 | util/oslib: Assert qemu_try_memalign() alignment is a power of 2 | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-01-07 | util/oslib-win32: Use _aligned_malloc for qemu_try_memalign | Richard Henderson | 1 | -7/+4 |
2021-01-06 | win32: drop fd registration to the main-loop on setting non-block | Marc-André Lureau | 1 | -1/+0 |
2020-11-15 | w32: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-10-14 | win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi... | Yonggang Luo | 1 | -2/+2 |
2020-09-30 | oslib-posix: default exec_dir to bindir | Paolo Bonzini | 1 | -1/+3 |
2020-09-30 | oslib: do not call g_strdup from qemu_get_exec_dir | Paolo Bonzini | 1 | -4/+8 |
2020-07-27 | util/oslib-win32: add qemu_get_host_physmem implementation | Alex Bennée | 1 | -1/+6 |
2020-07-27 | util: add qemu_get_host_physmem utility function | Alex Bennée | 1 | -0/+6 |
2020-07-15 | net: check if the file descriptor is valid before using it | Laurent Vivier | 1 | -25/+32 |
2020-07-13 | util: Introduce qemu_get_host_name() | Michal Privoznik | 1 | -0/+13 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -1/+1 |
2019-10-04 | util: WSAEWOULDBLOCK on connect should map to EINPROGRESS | Marc-André Lureau | 1 | -1/+5 |
2019-09-16 | memory: fetch pmem size in get_file_size() | Stefan Hajnoczi | 1 | -6/+0 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -0/+2 |
2019-03-11 | hostmem-file: reject invalid pmem file sizes | Stefan Hajnoczi | 1 | -0/+5 |
2018-10-02 | util: add qemu_write_pidfile() | Marc-André Lureau | 1 | -0/+27 |
2018-08-23 | util/oslib-win32: indicate alignment for qemu_anon_ram_alloc() | David Hildenbrand | 1 | -3/+12 |
2018-02-19 | mem: add share parameter to memory-backend-ram | Marcel Apfelbaum | 1 | -1/+1 |
2017-07-11 | block: rip out all traces of password prompting | Daniel P. Berrange | 1 | -24/+0 |
2017-07-04 | util/oslib-win32: Remove if conditional | Alistair Francis | 1 | -4/+2 |
2017-03-14 | mem-prealloc: reduce large guest start-up and migration time. | Jitendra Kolhe | 1 | -1/+2 |
2017-01-24 | win32: use glib gpoll if glib >= 2.50 | Marc-André Lureau | 1 | -0/+2 |
2016-10-04 | util: Introduce qemu_get_pid_name | Michal Privoznik | 1 | -0/+7 |
2016-08-02 | fix qemu exit on memory hotplug when allocation fails at prealloc time | Igor Mammedov | 1 | -1/+1 |
2016-06-07 | all: Remove unnecessary glib.h includes | Peter Maydell | 1 | -1/+0 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-10 | osdep: remove use of socket_error() from all code | Daniel P. Berrange | 1 | -1/+1 |
2016-03-10 | osdep: add wrappers for socket functions | Daniel P. Berrange | 1 | -0/+201 |
2016-03-10 | osdep: fix socket_error() to work with Mingw64 | Daniel P. Berrange | 1 | -1/+78 |
2016-02-04 | util: Clean up includes | Peter Maydell | 1 | -2/+1 |
2015-11-30 | oslib-win32: Change return type of function getpagesize | Stefan Weil | 1 | -1/+1 |
2015-10-20 | osdep: add qemu_fork() wrapper for safely handling signals | Daniel P. Berrange | 1 | -0/+9 |
2015-09-24 | oslib-win32: only provide localtime_r/gmtime_r if missing | Daniel P. Berrange | 1 | -0/+2 |
2015-05-22 | util: move read_password method out of qemu-img into osdep/oslib | Daniel P. Berrange | 1 | -0/+24 |
2014-11-23 | memory: expose alignment used for allocating RAM as MemoryRegion API | Igor Mammedov | 1 | -1/+1 |
2014-08-15 | block: Introduce qemu_try_blockalign() | Kevin Wolf | 1 | -2/+7 |
2014-06-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -0/+19 |
2014-06-19 | memory: move preallocation code out of exec.c | Paolo Bonzini | 1 | -0/+19 |
2014-06-19 | w32: Fix regression caused by new g_poll implementation | Stefan Weil | 1 | -78/+174 |
2014-05-09 | glib: fix g_poll early timeout on windows | Sangho Park | 1 | -0/+112 |
2014-02-20 | util: Split out exec_dir from os_find_datadir | Fam Zheng | 1 | -0/+30 |