index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-28
softmmu: Restore use of CPU watchpoint for all accelerators
Philippe Mathieu-Daudé
1
-1
/
+1
2023-03-28
softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
Philippe Mathieu-Daudé
2
-37
/
+43
2023-03-28
include/exec: Change reserved_va semantics to last byte
Richard Henderson
1
-1
/
+10
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
1
-1
/
+1
2023-03-28
accel/tcg: Pass last not end to page_reset_target_data
Richard Henderson
1
-1
/
+1
2023-03-28
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
1
-1
/
+1
2023-03-28
util: import GTree as QTree
Emilio Cota
1
-0
/
+201
2023-03-27
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
2
-2
/
+7
2023-03-24
hw/block: replace TABs with space
Yeqi Fu
1
-10
/
+10
2023-03-24
hw/ide: replace TABs with space
Yeqi Fu
1
-124
/
+124
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
3
-17
/
+28
2023-03-22
*: Add missing includes of qemu/plugin.h
Richard Henderson
1
-0
/
+1
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-21
win32: add qemu_close_socket_osfhandle()
Marc-André Lureau
1
-2
/
+13
2023-03-20
replace TABs with spaces
Yeqi Fu
15
-1041
/
+1041
2023-03-20
qemu/osdep: Switch position of "extern" and "G_NORETURN"
Bernhard Beschow
1
-1
/
+1
2023-03-16
exec/memory: Fix kernel-doc warning
Bernhard Beschow
1
-1
/
+1
2023-03-14
Merge tag 'display-pull-request' of https://gitlab.com/marcandre.lureau/qemu ...
Peter Maydell
2
-2
/
+7
2023-03-14
Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
4
-71
/
+89
2023-03-13
ui: introduce egl_init()
Marc-André Lureau
1
-0
/
+2
2023-03-13
ui: keep current cursor with QemuConsole
Marc-André Lureau
1
-0
/
+1
2023-03-13
ui: rename cursor_{get->ref}, return it
Marc-André Lureau
1
-1
/
+1
2023-03-13
ui: rename cursor_{put->unref}
Marc-André Lureau
1
-1
/
+1
2023-03-13
ui/dbus: initialize cursor_fb
Marc-André Lureau
1
-0
/
+2
2023-03-13
tcg: Drop tcg_const_*
Richard Henderson
2
-10
/
+0
2023-03-13
tcg: Drop tcg_const_*_vec
Richard Henderson
1
-4
/
+0
2023-03-13
include/exec: Remove guards around `NB_MMU_MODES`
Anton Johansson
1
-2
/
+0
2023-03-13
include/exec: Set default `NB_MMU_MODES` to 16
Anton Johansson
1
-3
/
+8
2023-03-13
tcg: Create tcg/tcg-temp-internal.h
Richard Henderson
2
-54
/
+83
2023-03-13
osdep: implement qemu_socketpair() for win32
Marc-André Lureau
1
-2
/
+0
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2
-6
/
+4
2023-03-13
os-posix: remove useless ioctlsocket() define
Marc-André Lureau
1
-1
/
+0
2023-03-13
win32: avoid mixing SOCKET and file descriptor space
Marc-André Lureau
1
-2
/
+2
2023-03-13
main-loop: remove qemu_fd_register(), win32/slirp/socket specific
Marc-André Lureau
1
-2
/
+0
2023-03-13
aio: make aio_set_fd_poll() static to aio-posix.c
Marc-André Lureau
1
-8
/
+0
2023-03-13
win32/socket: introduce qemu_socket_unselect() helper
Marc-André Lureau
1
-0
/
+2
2023-03-13
win32/socket: introduce qemu_socket_select() helper
Marc-André Lureau
1
-0
/
+5
2023-03-13
error: add global &error_warn destination
Marc-André Lureau
1
-0
/
+6
2023-03-13
util: drop qemu_fork()
Marc-André Lureau
1
-14
/
+0
2023-03-12
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...
Peter Maydell
1
-0
/
+1
2023-03-11
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
4
-8
/
+30
2023-03-10
linux-user: add support for xtensa FDPIC
Max Filippov
1
-0
/
+1
2023-03-10
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
16
-48
/
+148
2023-03-10
pcie: Introduce pcie_sriov_num_vfs
Akihiko Odaki
1
-0
/
+3
2023-03-10
net/eth: Introduce EthL4HdrProto
Akihiko Odaki
1
-1
/
+7
2023-03-10
net/eth: Report if headers are actually present
Akihiko Odaki
1
-2
/
+2
2023-03-10
hw/net/net_tx_pkt: Implement TCP segmentation
Akihiko Odaki
1
-5
/
+0
2023-03-10
net: Strip virtio-net header when dumping
Akihiko Odaki
1
-0
/
+6
[next]