Age | Commit message (Expand) | Author | Files | Lines |
2015-10-22 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -24/+4 |
2015-10-21 | exec: factor out duplicate mmap code | Michael S. Tsirkin | 1 | -24/+4 |
2015-10-20 | osdep: add qemu_fork() wrapper for safely handling signals | Daniel P. Berrange | 1 | -0/+71 |
2015-10-01 | oslib: allocate PROT_NONE pages on top of RAM | Michael S. Tsirkin | 1 | -4/+4 |
2015-10-01 | oslib: rework anonimous RAM allocation | Michael S. Tsirkin | 1 | -2/+10 |
2015-05-22 | util: allow \n to terminate password input | Daniel P. Berrange | 1 | -1/+2 |
2015-05-22 | util: move read_password method out of qemu-img into osdep/oslib | Daniel P. Berrange | 1 | -0/+66 |
2015-03-10 | oslib-posix: Fix compiler warning (-Wclobbered) and simplify the code | Stefan Weil | 1 | -2/+2 |
2014-11-23 | memory: expose alignment used for allocating RAM as MemoryRegion API | Igor Mammedov | 1 | -1/+4 |
2014-11-02 | util: Improve os_mem_prealloc error message | Michal Privoznik | 1 | -1/+2 |
2014-08-15 | block: Introduce qemu_try_blockalign() | Kevin Wolf | 1 | -6/+10 |
2014-07-10 | oslib-posix: Fix new compiler error with -Wclobbered | Stefan Weil | 1 | -14/+16 |
2014-06-19 | memory: move preallocation code out of exec.c | Paolo Bonzini | 1 | -0/+73 |
2014-03-13 | oslib-posix: Fix build on FreeBSD | Andreas Färber | 1 | -0/+4 |
2014-02-20 | util: Split out exec_dir from os_find_datadir | Fam Zheng | 1 | -0/+54 |
2014-01-24 | qemu_memalign: Allow small alignments | Kevin Wolf | 1 | -0/+5 |
2014-01-22 | osdep: add qemu_set_tty_echo() | Stefan Hajnoczi | 1 | -0/+18 |
2013-10-02 | util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR | Sebastian Ottlik | 1 | -0/+12 |
2013-09-12 | exec: Don't abort when we can't allocate guest memory | Markus Armbruster | 1 | -3/+1 |
2013-05-30 | osdep: add qemu_get_local_state_pathname() | Laszlo Ersek | 1 | -0/+9 |
2013-05-14 | osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory | Paolo Bonzini | 1 | -0/+8 |
2013-05-14 | osdep, kvm: rename low-level RAM allocation functions | Paolo Bonzini | 1 | -2/+2 |
2013-04-16 | migration: initialize RAM to zero | Paolo Bonzini | 1 | -17/+18 |
2013-04-02 | oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() | Stefan Hajnoczi | 1 | -2/+2 |
2013-03-05 | oslib-posix: Align to permit transparent hugepages on ARM Linux | Peter Maydell | 1 | -1/+1 |
2013-01-26 | bsd-user: avoid conflict with qemu_vmalloc | Blue Swirl | 1 | -3/+0 |
2013-01-12 | build: move libqemuutil.a components to util/ | Paolo Bonzini | 1 | -0/+228 |