summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2022-03-29main-loop: Disable GLOBAL_STATE_CODE() assertionsHanna Reitz
2022-03-29main-loop: Disable block backend global state assertion on CocoaPhilippe Mathieu-Daudé
2022-03-22error: use GLib to remember the program nameMarc-André Lureau
2022-03-22Move HOST_LONG_BITS to compiler.hMarc-André Lureau
2022-03-22Simplify HOST_LONG_BITSMarc-André Lureau
2022-03-22compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATEDMarc-André Lureau
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-18util/osdep: Avoid madvise proto on modern SolarisAndrew Deason
2022-03-15osdep: Avoid using Clang-specific __builtin_available()Philippe Mathieu-Daudé
2022-03-15util: add iova_tree_find_iovaEugenio Pérez
2022-03-15util: Add iova_tree_alloc_mapEugenio Pérez
2022-03-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell
2022-03-08Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...Peter Maydell
2022-03-07Merge remote-tracking branch 'remotes/philmd/tags/abstract-arch-cpu-20220307'...Peter Maydell
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-079pfs: move qemu_dirent_dup() from osdep -> 9p-utilChristian Schoenebeck
2022-03-079p: linux: Fix a couple Linux assumptionsKeno Fischer
2022-03-07block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-03-06event_notifier: add event_notifier_get_wfd()Sergio Lopez
2022-03-06pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang
2022-03-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into...Peter Maydell
2022-03-04tcg/i386: Detect AVX512Richard Henderson
2022-03-04job.h: split function pointers in JobDriverEmanuele Giuseppe Esposito
2022-03-04main loop: macros to mark GS and I/O functionsEmanuele Giuseppe Esposito
2022-03-04main-loop.h: introduce qemu_in_main_thread()Emanuele Giuseppe Esposito
2022-03-04rcu: use coroutine TLS macrosStefan Hajnoczi
2022-03-04tls: add macros for coroutine-safe TLS variablesStefan Hajnoczi
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell
2022-02-21include: Move QEMU_MAP_* constants to mmap-alloc.hPeter Maydell
2022-02-21include: Move qemu_mprotect_*() to new qemu/mprotect.hPeter Maydell
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-02-179pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov
2022-02-14util: adjust coroutine pool size to virtio block queueHiroki Narukawa
2022-02-09plugins: add helper functions for coverage pluginsIvanov Arkady
2022-02-01block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf
2022-01-08qemu/int128: addition of div/rem 128-bit operationsFrédéric Pétrot
2022-01-07util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()David Hildenbrand
2021-12-21ui/dbus: add chardev backend & interfaceMarc-André Lureau
2021-12-21option: add g_auto for QemuOptsMarc-André Lureau
2021-12-21ui/dbus: add p2p=on/off optionMarc-André Lureau
2021-12-21ui: add a D-Bus display backendMarc-André Lureau
2021-11-16transactions: Invoke clean() after everything elseHanna Reitz
2021-11-11Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2021-11-10rcu: Introduce force_rcu notifierGreg Kurz