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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-09-20
block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
Andrey Drobyshev via
1
-0
/
+3
2023-09-20
block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
Kevin Wolf
2
-7
/
+10
2023-09-20
block: Mark bdrv_unref_child() GRAPH_WRLOCK
Kevin Wolf
1
-1
/
+6
2023-09-20
block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
Kevin Wolf
1
-1
/
+1
2023-09-20
block: Mark bdrv_child_perm() GRAPH_RDLOCK
Kevin Wolf
1
-5
/
+5
2023-09-20
block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCK
Kevin Wolf
2
-6
/
+7
2023-09-20
block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
Kevin Wolf
3
-8
/
+10
2023-09-20
block: Mark bdrv_attach_child() GRAPH_WRLOCK
Kevin Wolf
1
-6
/
+8
2023-09-20
block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functions
Kevin Wolf
1
-0
/
+4
2023-09-20
block: Introduce bdrv_schedule_unref()
Kevin Wolf
1
-0
/
+1
2023-09-19
Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
3
-8
/
+21
2023-09-19
Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into staging
Stefan Hajnoczi
2
-52
/
+2
2023-09-19
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
1
-2
/
+5
2023-09-19
Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
7
-31
/
+27
2023-09-19
memory: avoid updating ioeventfds for some address_space
hongmianquan
1
-0
/
+1
2023-09-19
softmmu/physmem: Distinguish between file access mode and mmap protection
David Hildenbrand
2
-8
/
+14
2023-09-19
nvdimm: Reject writing label data to ROM instead of crashing QEMU
David Hildenbrand
1
-0
/
+6
2023-09-18
spapr: Remove support for NVIDIA V100 GPU with NVLink2
Cédric Le Goater
2
-52
/
+2
2023-09-18
tap: Add check for USO features
Yuri Benditovich
1
-0
/
+3
2023-09-18
tap: Add USO support to tap device.
Andrew Melnychenko
1
-2
/
+2
2023-09-16
fpu: Add conversions between bfloat16 and [u]int8
LIU Zhiwei
1
-0
/
+12
2023-09-16
plugin: Simplify struct qemu_plugin_hwaddr
Richard Henderson
1
-9
/
+2
2023-09-16
accel/tcg: Simplify tlb_plugin_lookup
Richard Henderson
2
-14
/
+0
2023-09-16
tcg: Add gvec compare with immediate and scalar operand
Richard Henderson
1
-0
/
+6
2023-09-15
host/include/i386: Implement clmul.h
Richard Henderson
1
-0
/
+3
2023-09-15
crypto: Add generic 64-bit carry-less multiply routine
Richard Henderson
1
-0
/
+19
2023-09-15
crypto: Add generic 32-bit carry-less multiply routines
Richard Henderson
1
-0
/
+7
2023-09-15
crypto: Add generic 16-bit carry-less multiply routines
Richard Henderson
1
-0
/
+16
2023-09-15
crypto: Add generic 8-bit carry-less multiply routines
Richard Henderson
1
-0
/
+41
2023-09-15
thunk: Delete checks for old host definitions
Akihiko Odaki
1
-2
/
+1
2023-09-15
accel/tcg: Fix the comment for CPUTLBEntryFull
LIU Zhiwei
1
-6
/
+6
2023-09-13
Merge tag 'pull-request-2023-09-12' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
3
-1
/
+80
2023-09-12
linux-headers: Update to Linux v6.6-rc1
Thomas Huth
3
-1
/
+80
2023-09-12
ui: add precondition for dpy_get_ui_info()
Marc-André Lureau
1
-1
/
+1
2023-09-12
ui/console: move DisplaySurface to its own header
Marc-André Lureau
2
-83
/
+96
2023-09-12
ui/console: remove redundant format field
Marc-André Lureau
1
-8
/
+7
2023-09-12
ui/vc: rename kbd_put to qemu_text_console functions
Marc-André Lureau
1
-3
/
+3
2023-09-12
ui/vc: remove kbd_put_keysym() and update function calls
Marc-André Lureau
1
-1
/
+0
2023-09-11
Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
3
-0
/
+14
2023-09-11
Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...
Stefan Hajnoczi
2
-0
/
+16
2023-09-11
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
3
-7
/
+6
2023-09-11
Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
5
-0
/
+706
2023-09-11
migration: Add .save_prepare() handler to struct SaveVMHandlers
Avihai Horon
1
-0
/
+5
2023-09-11
vfio/migration: Refactor PRE_COPY and RUNNING state checks
Joao Martins
1
-0
/
+2
2023-09-11
qdev: Add qdev_add_vm_change_state_handler_full()
Avihai Horon
1
-0
/
+3
2023-09-11
sysemu: Add prepare callback to struct VMChangeStateEntry
Avihai Horon
1
-0
/
+4
2023-09-11
crypto: Add SM4 constant parameter CK
Max Chou
1
-0
/
+1
2023-09-11
crypto: Create sm4_subword
Max Chou
1
-0
/
+8
2023-09-11
target/riscv: Use existing lookup tables for MixColumns
Ard Biesheuvel
1
-0
/
+7
2023-09-08
arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
Shameer Kolothum
1
-0
/
+1
[next]