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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-31
util/interval-tree: Introduce pc_parent
Richard Henderson
1
-4
/
+9
2023-07-31
util/interval-tree: Use qatomic_set_mb in rb_link_node
Richard Henderson
1
-1
/
+5
2023-07-31
util/interval-tree: Use qatomic_read for left/right while searching
Richard Henderson
1
-6
/
+9
2023-07-31
Merge tag 'pull-target-arm-20230731' of https://git.linaro.org/people/pmaydel...
Richard Henderson
6
-16
/
+50
2023-07-31
gdbstub: Fix client Ctrl-C handling
Nicholas Piggin
1
-2
/
+11
2023-07-31
kvm: Fix crash due to access uninitialized kvm_state
Gavin Shan
1
-1
/
+1
2023-07-31
target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-arm
Peter Maydell
1
-3
/
+7
2023-07-31
target/arm: Avoid writing to constant TCGv in trans_CSEL()
Peter Maydell
1
-7
/
+8
2023-07-31
elf2dmp: Don't abandon when Prcb is set to 0
Akihiko Odaki
1
-0
/
+5
2023-07-31
target/arm: Fix MemOp for STGP
Richard Henderson
1
-3
/
+18
2023-07-30
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Richard Henderson
1
-29
/
+13
2023-07-30
hw/nvme: use stl/ldl pci dma api
Klaus Jensen
1
-29
/
+13
2023-07-28
Merge tag 'pull-nbd-2023-07-28' of https://repo.or.cz/qemu/ericb into staging
Richard Henderson
1
-1
/
+4
2023-07-27
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
3
-45
/
+93
2023-07-27
block/blkio: use blkio_set_int("fd") to check fd support
Stefano Garzarella
1
-1
/
+1
2023-07-27
block/blkio: fall back on using `path` when `fd` setting fails
Stefano Garzarella
1
-10
/
+10
2023-07-27
block/blkio: retry blkio_connect() if it fails using `fd`
Stefano Garzarella
1
-0
/
+29
2023-07-27
block/blkio: move blkio_connect() in the drivers functions
Stefano Garzarella
1
-27
/
+40
2023-07-27
block: Fix pad_request's request restriction
Hanna Czenczek
1
-2
/
+6
2023-07-27
block/file-posix: fix g_file_get_contents return path
Sam Li
1
-4
/
+2
2023-07-27
qemu-nbd: regression with arguments passing into nbd_client_thread()
Denis V. Lunev
1
-1
/
+4
2023-07-26
block/blkio: do not use open flags in qemu_open()
Stefano Garzarella
1
-9
/
+12
2023-07-26
Merge tag 'pull-qapi-2023-07-26-v2' of https://repo.or.cz/qemu/armbru into st...
Richard Henderson
10
-74
/
+66
2023-07-26
Merge tag 'migration-20230726-pull-request' of https://gitlab.com/juan.quinte...
Richard Henderson
20
-155
/
+510
2023-07-26
Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...
Richard Henderson
3
-4
/
+4
2023-07-26
qapi: Reformat recent doc comments to conform to current conventions
Markus Armbruster
9
-57
/
+55
2023-07-26
qapi/trace: Tidy up trace-event-get-state, -set-state documentation
Markus Armbruster
1
-6
/
+1
2023-07-26
qapi/qdev: Tidy up device_add documentation
Markus Armbruster
1
-3
/
+3
2023-07-26
qapi/block: Tidy up block-latency-histogram-set documentation
Markus Armbruster
1
-4
/
+4
2023-07-26
qapi/block-core: Tidy up BlockLatencyHistogramInfo documentation
Markus Armbruster
1
-4
/
+3
2023-07-26
migration/rdma: Split qemu_fopen_rdma() into input/output functions
Juan Quintela
3
-33
/
+19
2023-07-26
qemu-file: Make qemu_file_get_error_obj() static
Juan Quintela
2
-2
/
+1
2023-07-26
qemu-file: Simplify qemu_file_shutdown()
Juan Quintela
1
-4
/
+2
2023-07-26
qemu_file: Make qemu_file_is_writable() static
Juan Quintela
2
-2
/
+1
2023-07-26
migration: Change qemu_file_transferred to noflush
Juan Quintela
1
-1
/
+1
2023-07-26
qemu-file: Rename qemu_file_transferred_ fast -> noflush
Juan Quintela
4
-11
/
+10
2023-07-26
qtest/migration-tests.c: use "-incoming defer" for postcopy tests
Wei Wang
1
-2
/
+4
2023-07-26
migration: enforce multifd and postcopy preempt to be set before incoming
Wei Wang
1
-0
/
+15
2023-07-26
migration: Update error description whenever migration fails
Tejus GK
1
-7
/
+12
2023-07-26
docs/migration: Update postcopy bits
Peter Xu
1
-26
/
+66
2023-07-26
migration: skipped field is really obsolete.
Juan Quintela
2
-2
/
+20
2023-07-26
migration-test: machine_opts is really arch specific
Juan Quintela
1
-9
/
+5
2023-07-26
migration-test: Create arch_opts
Juan Quintela
1
-15
/
+15
2023-07-26
migration-test: Make machine_opts regular with other options
Juan Quintela
1
-6
/
+4
2023-07-26
migration-test: Be consistent for ppc
Juan Quintela
1
-1
/
+1
2023-07-26
migration: Extend query-migrate to provide dirty page limit info
Hyman Huang(黄勇)
5
-1
/
+76
2023-07-26
migration: Implement dirty-limit convergence algo
Hyman Huang(黄勇)
4
-0
/
+69
2023-07-26
migration: Put the detection logic before auto-converge checking
Hyman Huang(黄勇)
1
-10
/
+11
2023-07-26
migration: Refactor auto-converge capability logic
Hyman Huang(黄勇)
1
-1
/
+5
2023-07-26
migration: Introduce dirty-limit capability
Hyman Huang(黄勇)
4
-6
/
+49
[prev]
[next]