Age | Commit message (Expand) | Author | Files | Lines |
2019-10-11 | rcu: Add automatically released rcu_read_lock variants | Dr. David Alan Gilbert | 1 | -0/+25 |
2019-09-25 | qemu/compiler.h: Add qemu_build_not_reached | Richard Henderson | 1 | -0/+15 |
2019-09-25 | cputlb: Disable __always_inline__ without optimization | Richard Henderson | 1 | -0/+11 |
2019-09-24 | xen / notify: introduce a new XenWatchList abstraction | Paul Durrant | 1 | -0/+2 |
2019-09-19 | cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h" | Philippe Mathieu-Daudé | 1 | -0/+2 |
2019-09-16 | qemu-thread: Add qemu_cond_timedwait | Yury Kotov | 1 | -0/+19 |
2019-09-16 | memory: fetch pmem size in get_file_size() | Stefan Hajnoczi | 1 | -13/+0 |
2019-09-13 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -13/+0 |
2019-09-11 | linux-user: add memfd_create | Shu-Chun Weng | 1 | -0/+4 |
2019-09-10 | job: drop job_drain | Vladimir Sementsov-Ogievskiy | 1 | -13/+0 |
2019-09-03 | socket: Add backlog parameter to socket_listen | Juan Quintela | 1 | -1/+1 |
2019-08-27 | block/qcow2: implement .bdrv_co_pwritev(_compressed)_part | Vladimir Sementsov-Ogievskiy | 1 | -0/+1 |
2019-08-27 | util/iov: improve qemu_iovec_is_zero | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2019-08-27 | util/iov: introduce qemu_iovec_init_extended | Vladimir Sementsov-Ogievskiy | 1 | -0/+7 |
2019-08-21 | module: return success on module load | Marc-André Lureau | 1 | -1/+1 |
2019-08-20 | util/qemu-timer: refactor deadline calculation for external timers | Pavel Dovgalyuk | 1 | -2/+6 |
2019-08-20 | timer: last, remove last bits of last | Dr. David Alan Gilbert | 1 | -13/+0 |
2019-08-20 | timer: Remove reset notifiers | Dr. David Alan Gilbert | 1 | -22/+0 |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/hostmem.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include qemu/queue.h slightly less | Markus Armbruster | 1 | -2/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | migration: Move the VMStateDescription typedef to typedefs.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+9 |
2019-08-16 | typedefs: Separate incomplete types and function types | Markus Armbruster | 1 | -3/+23 |
2019-08-16 | queue: Drop superfluous #include qemu/atomic.h | Markus Armbruster | 1 | -2/+0 |
2019-08-16 | Include generated QAPI headers less | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster | 3 | -1/+5 |
2019-07-15 | bitmap: Add bitmap_copy_with_{src|dst}_offset() | Peter Xu | 1 | -0/+9 |
2019-07-14 | include/qemu/atomic.h: Add signal_barrier | Richard Henderson | 1 | -0/+11 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 10 | -10/+0 |
2019-06-11 | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster | 1 | -0/+27 |
2019-05-22 | util: Add qemu_guest_getrandom and associated routines | Richard Henderson | 1 | -0/+68 |
2019-05-13 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+1 |
2019-05-13 | Normalize header guard symbol definition. | Markus Armbruster | 3 | -3/+3 |
2019-05-13 | Clean up ill-advised or unusual header guards | Markus Armbruster | 2 | -5/+5 |
2019-05-13 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -3/+3 |
2019-05-07 | osdep: Fix mingw compilation regarding stdio formats | Cao Jiaxi | 1 | -5/+5 |
2019-05-07 | QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targets | Cao Jiaxi | 1 | -1/+1 |
2019-04-29 | hw/devices: Move TI touchscreen declarations into a new header | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-04-25 | util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap | Zhang Yi | 1 | -1/+20 |
2019-04-18 | include: Move fprintf_function to disas/ | Markus Armbruster | 1 | -14/+0 |
2019-04-18 | qemu-print: New qemu_fprintf(), qemu_vfprintf() | Markus Armbruster | 1 | -0/+4 |
2019-04-18 | qsp: Simplify how qsp_report() prints | Markus Armbruster | 1 | -4/+2 |
2019-04-18 | include: Include fprintf-fn.h only where needed | Markus Armbruster | 1 | -2/+0 |
2019-04-18 | qemu-print: New qemu_printf(), qemu_vprintf() etc. | Markus Armbruster | 1 | -0/+19 |
2019-04-18 | monitor error: Make printf()-like functions return a value | Markus Armbruster | 1 | -4/+4 |
2019-04-17 | log: Make glib logging go through QEMU | Christophe Fergeau | 1 | -1/+2 |
2019-04-09 | include/qemu/bswap.h: Use __builtin_memcpy() in accessor functions | Peter Maydell | 1 | -10/+16 |
2019-04-02 | filemon: fix watch IDs to avoid potential wraparound issues | Daniel P. Berrangé | 1 | -8/+8 |