Age | Commit message (Expand) | Author |
2023-03-28 | softmmu: Restore use of CPU watchpoint for all accelerators | Philippe Mathieu-Daudé |
2023-03-28 | softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel | Philippe Mathieu-Daudé |
2023-03-28 | include/exec: Change reserved_va semantics to last byte | Richard Henderson |
2023-03-28 | accel/tcg: Pass last not end to tb_invalidate_phys_range | Richard Henderson |
2023-03-28 | accel/tcg: Pass last not end to page_reset_target_data | Richard Henderson |
2023-03-28 | accel/tcg: Pass last not end to page_set_flags | Richard Henderson |
2023-03-28 | util: import GTree as QTree | Emilio Cota |
2023-03-27 | block/export: Fix graph locking in blk_get_geometry() call | Kevin Wolf |
2023-03-24 | hw/block: replace TABs with space | Yeqi Fu |
2023-03-24 | hw/ide: replace TABs with space | Yeqi Fu |
2023-03-22 | include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers | Richard Henderson |
2023-03-22 | include/qemu: Split out plugin-event.h | Richard Henderson |
2023-03-22 | *: Add missing includes of qemu/plugin.h | Richard Henderson |
2023-03-22 | include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT | Richard Henderson |
2023-03-22 | include/qemu: add documentation for memory callbacks | Alex Bennée |
2023-03-21 | win32: add qemu_close_socket_osfhandle() | Marc-André Lureau |
2023-03-20 | replace TABs with spaces | Yeqi Fu |
2023-03-20 | qemu/osdep: Switch position of "extern" and "G_NORETURN" | Bernhard Beschow |
2023-03-16 | exec/memory: Fix kernel-doc warning | Bernhard Beschow |
2023-03-14 | Merge tag 'display-pull-request' of https://gitlab.com/marcandre.lureau/qemu ... | Peter Maydell |
2023-03-14 | Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into staging | Peter Maydell |
2023-03-13 | ui: introduce egl_init() | Marc-André Lureau |
2023-03-13 | ui: keep current cursor with QemuConsole | Marc-André Lureau |
2023-03-13 | ui: rename cursor_{get->ref}, return it | Marc-André Lureau |
2023-03-13 | ui: rename cursor_{put->unref} | Marc-André Lureau |
2023-03-13 | ui/dbus: initialize cursor_fb | Marc-André Lureau |
2023-03-13 | tcg: Drop tcg_const_* | Richard Henderson |
2023-03-13 | tcg: Drop tcg_const_*_vec | Richard Henderson |
2023-03-13 | include/exec: Remove guards around `NB_MMU_MODES` | Anton Johansson |
2023-03-13 | include/exec: Set default `NB_MMU_MODES` to 16 | Anton Johansson |
2023-03-13 | tcg: Create tcg/tcg-temp-internal.h | Richard Henderson |
2023-03-13 | osdep: implement qemu_socketpair() for win32 | Marc-André Lureau |
2023-03-13 | win32: replace closesocket() with close() wrapper | Marc-André Lureau |
2023-03-13 | os-posix: remove useless ioctlsocket() define | Marc-André Lureau |
2023-03-13 | win32: avoid mixing SOCKET and file descriptor space | Marc-André Lureau |
2023-03-13 | main-loop: remove qemu_fd_register(), win32/slirp/socket specific | Marc-André Lureau |
2023-03-13 | aio: make aio_set_fd_poll() static to aio-posix.c | Marc-André Lureau |
2023-03-13 | win32/socket: introduce qemu_socket_unselect() helper | Marc-André Lureau |
2023-03-13 | win32/socket: introduce qemu_socket_select() helper | Marc-André Lureau |
2023-03-13 | error: add global &error_warn destination | Marc-André Lureau |
2023-03-13 | util: drop qemu_fork() | Marc-André Lureau |
2023-03-12 | Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv... | Peter Maydell |
2023-03-11 | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging | Peter Maydell |
2023-03-10 | linux-user: add support for xtensa FDPIC | Max Filippov |
2023-03-10 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell |
2023-03-10 | pcie: Introduce pcie_sriov_num_vfs | Akihiko Odaki |
2023-03-10 | net/eth: Introduce EthL4HdrProto | Akihiko Odaki |
2023-03-10 | net/eth: Report if headers are actually present | Akihiko Odaki |
2023-03-10 | hw/net/net_tx_pkt: Implement TCP segmentation | Akihiko Odaki |
2023-03-10 | net: Strip virtio-net header when dumping | Akihiko Odaki |