aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2015-06-09QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster
2015-06-09QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster
2015-06-08QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster
2015-06-05atomics: add explicit compiler fence in __atomic memory barriersPaolo Bonzini
2015-06-05bitmap: add atomic test and clearStefan Hajnoczi
2015-06-05bitmap: add atomic set functionsStefan Hajnoczi
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange
2015-04-30util: Remove unused functionsThomas Huth
2015-04-30bitops : fix coding styleChih-Min Chao
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow
2015-04-28hbitmap: add hbitmap_mergeJohn Snow
2015-04-01rcu: do not create thread in pthread_atfork callbackPaolo Bonzini
2015-03-18profiler: Reenable built-in profilerAlexey Kardashevskiy
2015-03-12queue: fix QSLIST_INSERT_HEAD_ATOMIC racePaolo Bonzini
2015-03-11bitops.h: sextract64() return type should be int64_t, not uint64_tpull-target-arm-20150311Peter Maydell
2015-02-26qemu-img: Suppress unhelpful extra errors in convert, amendMarkus Armbruster
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster
2015-02-26QemuOpts: Convert qemu_opts_set() to Error, fix its useMarkus Armbruster
2015-02-26QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster
2015-02-26QemuOpts: Convert qemu_opt_set_bool() to Error, fix its useMarkus Armbruster
2015-02-16rcu: add g_free_rcuPaolo Bonzini
2015-02-16rcu: introduce RCU-enabled QLISTMike Day
2015-02-02cpu-exec: simplify init_delay_paramsPaolo Bonzini
2015-02-02rcu: add call_rcuPaolo Bonzini
2015-02-02rcu: allow nesting of rcu_read_lock/rcu_read_unlockPaolo Bonzini
2015-02-02rcu: add rcu libraryPaolo Bonzini
2015-01-26qemu-timer: introduce timer_deinitPaolo Bonzini
2015-01-26qemu-timer: add timer_init and timer_init_ns/us/msPaolo Bonzini
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell
2015-01-20Add device listener interfacePaul Durrant
2015-01-16socket shutdownDr. David Alan Gilbert
2015-01-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-01-14qemu-timer: rename timer_init to timer_init_tlPaolo Bonzini
2015-01-13QSLIST: add lock-free operationsPaolo Bonzini
2015-01-13qemu-thread: add per-thread atexit functionsPaolo Bonzini
2015-01-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-12-23atomic: fix position of volatile qualifierPaolo Bonzini
2014-12-22fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-12-15cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk
2014-12-15timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk
2014-12-15icount: introduce cpu_get_icount_rawPavel Dovgalyuk
2014-12-12linux-aio: simplify removal of completed iocbs from the listPaolo Bonzini
2014-12-12block: Don't add trailing space in "Formating..." messageFam Zheng
2014-12-11Sort include/qemu/typedefs.hDr. David Alan Gilbert
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov
2014-11-03Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-11-03util: introduce MIN_NON_ZEROPeter Lieven