| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix qemu exit on memory hotplug when allocation fails at prealloc time | Igor Mammedov | 2016-08-02 | 1 | -13/+13 |
* | use g_path_get_dirname instead of dirname | Wei Jiangang | 2016-07-17 | 1 | -1/+3 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2016-07-12 | 1 | -1/+1 |
* | os-posix: include sys/mman.h | Paolo Bonzini | 2016-06-16 | 1 | -1/+0 |
* | exec.c: Ensure right alignment also for file backed ram | Dominik Dingel | 2016-05-23 | 1 | -13/+0 |
* | util: align memory allocations to 2M on AArch64 | Christoffer Dall | 2016-04-22 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2016-03-24 | 1 | -0/+2 |
|\ |
|
| * | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -0/+1 |
| * | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | | Remove unneeded include statements for setjmp.h | Stefan Weil | 2016-03-22 | 1 | -1/+0 |
|/ |
|
* | oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h | Peter Maydell | 2016-02-16 | 1 | -9/+0 |
* | util: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -2/+1 |
* | util/mmap-alloc: fix hugetlb support on ppc64 | Michael S. Tsirkin | 2015-12-02 | 1 | -23/+1 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2015-10-22 | 1 | -24/+4 |
|\ |
|
| * | exec: factor out duplicate mmap code | Michael S. Tsirkin | 2015-10-21 | 1 | -24/+4 |
* | | osdep: add qemu_fork() wrapper for safely handling signals | Daniel P. Berrange | 2015-10-20 | 1 | -0/+71 |
|/ |
|
* | oslib: allocate PROT_NONE pages on top of RAM | Michael S. Tsirkin | 2015-10-01 | 1 | -4/+4 |
* | oslib: rework anonimous RAM allocation | Michael S. Tsirkin | 2015-10-01 | 1 | -2/+10 |
* | util: allow \n to terminate password input | Daniel P. Berrange | 2015-05-22 | 1 | -1/+2 |
* | util: move read_password method out of qemu-img into osdep/oslib | Daniel P. Berrange | 2015-05-22 | 1 | -0/+66 |
* | oslib-posix: Fix compiler warning (-Wclobbered) and simplify the code | Stefan Weil | 2015-03-10 | 1 | -2/+2 |
* | memory: expose alignment used for allocating RAM as MemoryRegion API | Igor Mammedov | 2014-11-23 | 1 | -1/+4 |
* | util: Improve os_mem_prealloc error message | Michal Privoznik | 2014-11-02 | 1 | -1/+2 |
* | block: Introduce qemu_try_blockalign() | Kevin Wolf | 2014-08-15 | 1 | -6/+10 |
* | oslib-posix: Fix new compiler error with -Wclobbered | Stefan Weil | 2014-07-10 | 1 | -14/+16 |
* | memory: move preallocation code out of exec.c | Paolo Bonzini | 2014-06-19 | 1 | -0/+73 |
* | oslib-posix: Fix build on FreeBSD | Andreas Färber | 2014-03-13 | 1 | -0/+4 |
* | util: Split out exec_dir from os_find_datadir | Fam Zheng | 2014-02-20 | 1 | -0/+54 |
* | qemu_memalign: Allow small alignments | Kevin Wolf | 2014-01-24 | 1 | -0/+5 |
* | osdep: add qemu_set_tty_echo() | Stefan Hajnoczi | 2014-01-22 | 1 | -0/+18 |
* | util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR | Sebastian Ottlik | 2013-10-02 | 1 | -0/+12 |
* | exec: Don't abort when we can't allocate guest memory | Markus Armbruster | 2013-09-12 | 1 | -3/+1 |
* | osdep: add qemu_get_local_state_pathname() | Laszlo Ersek | 2013-05-30 | 1 | -0/+9 |
* | osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory | Paolo Bonzini | 2013-05-14 | 1 | -0/+8 |
* | osdep, kvm: rename low-level RAM allocation functions | Paolo Bonzini | 2013-05-14 | 1 | -2/+2 |
* | migration: initialize RAM to zero | Paolo Bonzini | 2013-04-16 | 1 | -17/+18 |
* | oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() | Stefan Hajnoczi | 2013-04-02 | 1 | -2/+2 |
* | oslib-posix: Align to permit transparent hugepages on ARM Linux | Peter Maydell | 2013-03-05 | 1 | -1/+1 |
* | bsd-user: avoid conflict with qemu_vmalloc | Blue Swirl | 2013-01-26 | 1 | -3/+0 |
* | build: move libqemuutil.a components to util/ | Paolo Bonzini | 2013-01-12 | 1 | -0/+228 |