aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2018-05-23job: Move single job finalisation to JobKevin Wolf
2018-05-23job: Add job_event_*()Kevin Wolf
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin Wolf
2018-05-23job: Move pause/resume functions to JobKevin Wolf
2018-05-23job: Add job_sleep_ns()Kevin Wolf
2018-05-23job: Move coroutine and related code to JobKevin Wolf
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf
2018-05-23job: Add Job.aio_contextKevin Wolf
2018-05-23job: Move cancelled to JobKevin Wolf
2018-05-23job: Add reference countingKevin Wolf
2018-05-23job: Move state transitions to JobKevin Wolf
2018-05-23job: Maintain a list of all jobsKevin Wolf
2018-05-23job: Add job_delete()Kevin Wolf
2018-05-23job: Add JobDriver.job_typeKevin Wolf
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf
2018-05-20typedefs: Remove PcGuestInfo from qemu/typedefs.hPhilippe Mathieu-Daudé
2018-05-15tcg: Optionally log FPU state in TCG -d cpu loggingpull-target-arm-20180515Peter Maydell
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-10atomic.h: Work around gcc spurious "unused value" warningPeter Maydell
2018-05-09opts: don't silently truncate long option valuesDaniel P. Berrangé
2018-05-09accel: use g_strsplit for parsing accelerator namesDaniel P. Berrangé
2018-04-09memfd: fix vhost-user-test on non-memfd capable hostMarc-André Lureau
2018-03-27coroutine: avoid co_queue_wakeup recursionStefan Hajnoczi
2018-03-27queue: add QSIMPLEQ_PREPEND()Stefan Hajnoczi
2018-03-19compiler: Add QEMU_BUILD_BUG_MSG() macroMax Reitz
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