Age | Commit message (Expand) | Author | Files | Lines |
2023-06-28 | accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState | Philippe Mathieu-Daudé | 1 | -0/+1 |
2023-06-26 | accel/tcg: remove CONFIG_PROFILER | Fei Wu | 1 | -9/+0 |
2023-06-26 | accel: Replace target_ulong in tlb_*() | Anton Johansson | 1 | -1/+1 |
2023-06-26 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Richard Henderson | 1 | -0/+25 |
2023-06-23 | host-utils: Avoid using __builtin_subcll on buggy versions of Apple Clang | Peter Maydell | 2 | -1/+14 |
2023-06-22 | bswap: Add the ability to store to an unaligned 24 bit field | Ira Weiny | 1 | -0/+25 |
2023-06-13 | util/log: Add vector registers to log | Ivan Klokov | 1 | -0/+1 |
2023-06-06 | atomics: eliminate mb_read/mb_set | Paolo Bonzini | 1 | -12/+5 |
2023-06-05 | tcg: Pass TCGHelperInfo to tcg_gen_callN | Richard Henderson | 1 | -0/+1 |
2023-06-05 | util/iov: Remove qemu_iovec_init_extended() | Hanna Czenczek | 1 | -5/+0 |
2023-06-05 | util/iov: Make qiov_slice() public | Hanna Czenczek | 1 | -0/+3 |
2023-06-02 | cutils: Adjust signature of parse_uint[_full] | Eric Blake | 1 | -3/+2 |
2023-06-01 | accel/tcg: include cs_base in our hash calculations | Alex Bennée | 1 | -6/+17 |
2023-05-30 | Merge tag 'pull-tcg-20230530' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 1 | -2/+2 |
2023-05-30 | meson: Split test for __int128_t type from __int128_t arithmetic | Richard Henderson | 1 | -2/+2 |
2023-05-30 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Richard Henderson | 1 | -3/+5 |
2023-05-30 | block/export: wait for vhost-user-blk requests when draining | Stefan Hajnoczi | 1 | -1/+3 |
2023-05-30 | util/vhost-user-server: rename refcount to in_flight counter | Stefan Hajnoczi | 1 | -3/+3 |
2023-05-30 | Update copyright dates to 2023 | Enze Li | 1 | -1/+1 |
2023-05-23 | include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.h | Richard Henderson | 1 | -0/+17 |
2023-05-23 | include/host: Split out atomic128-ldst.h | Richard Henderson | 1 | -73/+1 |
2023-05-23 | include/host: Split out atomic128-cas.h | Richard Henderson | 1 | -54/+1 |
2023-05-23 | igb: Implement Rx SCTP CSO | Akihiko Odaki | 1 | -0/+1 |
2023-05-16 | tcg/i386: Add have_atomic16 | Richard Henderson | 1 | -0/+18 |
2023-05-16 | hw/core: Use a callback for target specific query-cpus-fast information | Thomas Huth | 1 | -0/+1 |
2023-05-08 | include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API | Thomas Huth | 1 | -1/+1 |
2023-05-08 | rcu: remove qatomic_mb_set, expand comments | Paolo Bonzini | 1 | -1/+4 |
2023-05-02 | qemu/int128: Re-shuffle Int128Alias members | Richard Henderson | 1 | -2/+2 |
2023-05-02 | qemu/host-utils.h: Add clz and ctz functions for lower-bit integers | Kiran Ostrolenk | 1 | -0/+54 |
2023-05-02 | qemu/bitops.h: Limit rotate amounts | Dickon Hood | 1 | -8/+8 |
2023-04-28 | Merge tag 'pull-request-2023-04-28' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 1 | -2/+5 |
2023-04-28 | async: Add an optional reentrancy guard to the BH API | Alexander Bulekov | 1 | -2/+5 |
2023-04-27 | stat64: Add stat64_set() operation | Paolo Bonzini | 1 | -0/+6 |
2023-04-24 | util/mmap-alloc: qemu_fd_getfs() | Peter Xu | 1 | -0/+7 |
2023-03-28 | util: import GTree as QTree | Emilio Cota | 1 | -0/+201 |
2023-03-22 | include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers | Richard Henderson | 1 | -1/+5 |
2023-03-22 | include/qemu: Split out plugin-event.h | Richard Henderson | 2 | -16/+27 |
2023-03-22 | include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT | Richard Henderson | 1 | -4/+0 |
2023-03-22 | include/qemu: add documentation for memory callbacks | Alex Bennée | 1 | -4/+43 |
2023-03-20 | replace TABs with spaces | Yeqi Fu | 3 | -44/+44 |
2023-03-20 | qemu/osdep: Switch position of "extern" and "G_NORETURN" | Bernhard Beschow | 1 | -1/+1 |
2023-03-13 | osdep: implement qemu_socketpair() for win32 | Marc-André Lureau | 1 | -2/+0 |
2023-03-13 | main-loop: remove qemu_fd_register(), win32/slirp/socket specific | Marc-André Lureau | 1 | -2/+0 |
2023-03-13 | util: drop qemu_fork() | Marc-André Lureau | 1 | -14/+0 |
2023-03-07 | Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -1/+16 |
2023-03-07 | qatomic: add smp_mb__before/after_rmw() | Paolo Bonzini | 1 | -1/+16 |
2023-03-05 | include/qemu/cpuid: Introduce xgetbv_low | Richard Henderson | 1 | -0/+7 |
2023-03-02 | qemu/uuid: Add UUID static initializer | Ira Weiny | 1 | -0/+12 |
2023-03-02 | qemu/bswap: Add const_le64() | Ira Weiny | 1 | -1/+11 |
2023-02-27 | qemu/typedefs: Sort in case-insensitive alphabetical order (again) | Philippe Mathieu-Daudé | 1 | -5/+5 |