aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-03-13sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange
2018-03-13cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int typesDaniel P. Berrange
2018-03-13Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2018-03-12Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180312-pull-request...Peter Maydell
2018-03-12replay: save prior value of the host clockPavel Dovgalyuk
2018-03-12membarrier: add --enable-membarrierPaolo Bonzini
2018-03-12membarrier: introduce qemu/sys_membarrier.hPaolo Bonzini
2018-03-12rcu: make memory barriers more explicitPaolo Bonzini
2018-03-12log-for-trace.h: Split out parts of log.h used by trace.hPeter Maydell
2018-03-12audio: add module loading supportGerd Hoffmann
2018-03-09util: Add qemu_opts_to_qdict_filtered()Kevin Wolf
2018-03-06lockable: workaround GCC link issue with ASANMarc-André Lureau
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell
2018-03-05console: add ui module loading supportGerd Hoffmann
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-21fpu/softfloat-types: new header to prevent excessive re-buildsAlex Bennée
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2018-02-15ratelimit: don't align wait time with slicesWolfgang Bumiller
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Typedef the subtypes of QObject in qemu/typedefs.h, tooMarkus Armbruster
2018-02-08util: Introduce vfio helpersFam Zheng
2018-02-08coroutine-lock: make qemu_co_enter_next thread-safePaolo Bonzini
2018-02-08coroutine-lock: convert CoQueue to use QemuLockablePaolo Bonzini
2018-02-08lockable: add QemuLockablePaolo Bonzini
2018-02-07memfd: add hugetlbsize argumentMarc-André Lureau
2018-02-07memfd: add hugetlb supportMarc-André Lureau
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau
2018-02-07ucontext: annotate coroutine stack for ASANMarc-André Lureau
2018-02-05Drop remaining bits of ia64 host supportPeter Maydell
2018-01-24Revert "qemu: add a cleanup callback function to EventNotifier"Michael S. Tsirkin
2018-01-19memfd: split qemu_memfd_alloc()Marc-André Lureau
2018-01-18pci/shpc: Move function to generic header fileYuval Shaia
2018-01-18qemu: add a cleanup callback function to EventNotifierGal Hammer
2018-01-16util/qemu-thread-*: add qemu_lock, locked and unlock trace eventsAlex Bennée
2018-01-16readline: add a free functionMarc-André Lureau
2018-01-08Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171229' into stagingPeter Maydell
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real
2017-12-21Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-12-21Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell
2017-12-21sockets: remove obsolete code that updated listen addressDaniel P. Berrange
2017-12-20util: add is_equal to UUID APIRoman Kagan
2017-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2'...Peter Maydell
2017-12-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-12-20option: Drop unused get_param_value(), get_next_param_value()Markus Armbruster
2017-12-19Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2017-12-19coroutine: simplify co_aio_sleep_ns() prototypeStefan Hajnoczi
2017-12-18hbitmap: add next_zero functionVladimir Sementsov-Ogievskiy