aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2023-10-17meson: do not use set10Paolo Bonzini1-0/+15
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-2/+2
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-2/+2
2023-10-06util/guest-random: Clean up global variable shadowingPhilippe Mathieu-Daudé1-4/+4
2023-10-06plugins/loader: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+2
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-2/+10
2023-10-04util/uuid: add a hash functionAlbert Esteve1-0/+2
2023-10-04Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-0/+4
2023-10-04osdep: set _FORTIFY_SOURCE=2 when optimization is enabledDaniel P. Berrangé1-0/+4
2023-10-03accel: Declare AccelClass::cpu_common_[un]realize() handlersPhilippe Mathieu-Daudé1-0/+2
2023-10-03accel: Introduce accel_cpu_common_unrealize() stubPhilippe Mathieu-Daudé1-0/+6
2023-10-03accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()Philippe Mathieu-Daudé1-2/+2
2023-10-03accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()Philippe Mathieu-Daudé1-2/+2
2023-10-03win32: avoid discarding the exception handlerMarc-André Lureau1-0/+6
2023-09-29qobject atomics osdep: Make a few macros more hygienicMarkus Armbruster3-12/+35
2023-09-26compiler: introduce QEMU_ANNOTATEPaolo Bonzini2-3/+9
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+22
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi1-5/+11
2023-09-21qemu/timer: Add host ticks function for RISC-VLIU Zhiwei1-0/+22
2023-09-19Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2-10/+2
2023-09-16plugin: Simplify struct qemu_plugin_hwaddrRichard Henderson1-9/+2
2023-09-16accel/tcg: Simplify tlb_plugin_lookupRichard Henderson1-1/+0
2023-09-15host/include/i386: Implement clmul.hRichard Henderson1-0/+3
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi1-0/+1
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-41/+0
2023-09-07Merge tag 'pull-ppc-20230906' of https://github.com/legoater/qemu into stagingStefan Hajnoczi1-1/+20
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-2/+2
2023-09-06host-utils: Add muldiv64_round_upNicholas Piggin1-1/+20
2023-09-01softmmu/vl.c: inline include/qemu/qemu-options.h into vl.cMichael Tokarev1-41/+0
2023-09-01util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson1-2/+2
2023-08-31util: spelling fixesMichael Tokarev2-3/+3
2023-08-31util/fifo8: Fix typo in fifo8_push_all() descriptionPhilippe Mathieu-Daudé1-1/+1
2023-08-31qemu/processor: Remove unused 'qemu/atomic.h' headerPhilippe Mathieu-Daudé1-2/+0
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé5-16/+16
2023-08-31qemu/uri: Use QueryParams type definitionPhilippe Mathieu-Daudé1-1/+1
2023-08-30bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.hWarner Losh1-30/+0
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi1-2/+3
2023-08-29throttle: introduce enum ThrottleDirectionzhenwei pi1-3/+8
2023-08-28bsd-user: Disable clang warningsKyle Evans1-0/+30
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh1-0/+13
2023-08-08qemu/osdep: Remove fallback for MAP_FIXED_NOREPLACERichard Henderson1-3/+0
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson1-11/+11
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé1-0/+1
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-9/+0
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson1-1/+1
2023-06-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-0/+25
2023-06-23host-utils: Avoid using __builtin_subcll on buggy versions of Apple ClangPeter Maydell2-1/+14
2023-06-22bswap: Add the ability to store to an unaligned 24 bit fieldIra Weiny1-0/+25
2023-06-13util/log: Add vector registers to logIvan Klokov1-0/+1