index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
25
-33
/
+66
2023-04-28
checkpatch: add qemu_bh_new/aio_bh_new checks
Alexander Bulekov
1
-0
/
+8
2023-04-28
async: Add an optional reentrancy guard to the BH API
Alexander Bulekov
7
-8
/
+52
2023-04-28
memory: prevent dma-reentracy issues
Alexander Bulekov
3
-0
/
+28
2023-04-28
tests: vhost-user-test: release mutex on protocol violation
Paolo Bonzini
1
-1
/
+2
2023-04-28
hw/rdma: VMW_PVRDMA should depend on VMXNET3_PCI
Thomas Huth
1
-1
/
+1
2023-04-28
hw/rdma: Compile target-independent parts of the rdma code only once
Thomas Huth
1
-3
/
+5
2023-04-28
hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ
Thomas Huth
1
-4
/
+0
2023-04-28
s390x/gdb: Split s390-virt.xml
Ilya Leoshkevich
5
-26
/
+61
2023-04-27
docs/style: call out the use of GUARD macros
Alex Bennée
1
-0
/
+54
2023-04-27
docs/devel: mention the spacing requirement for QOM
Alex Bennée
2
-0
/
+39
2023-04-27
docs/devel: make a statement about includes
Alex Bennée
1
-0
/
+14
2023-04-27
docs/system: remove excessive punctuation from guest-loader docs
Alex Bennée
1
-3
/
+3
2023-04-27
qemu-options.hx: Update descriptions of memory options for NUMA node
Yohei Kojima
1
-9
/
+16
2023-04-27
tests/tcg: limit the scope of the plugin tests
Alex Bennée
14
-30
/
+25
2023-04-27
tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
Kautuk Consul
1
-6
/
+64
2023-04-27
avocado_qemu/__init__.py: factor out the qemu-img finding
Kautuk Consul
1
-11
/
+16
2023-04-27
MAINTAINERS: Cover tests/avocado/machine_aspeed.py
Thomas Huth
1
-1
/
+1
2023-04-27
tests/avocado/machine_aspeed: Fix the broken ast2[56]00_evb_sdk tests
Thomas Huth
1
-13
/
+17
2023-04-27
tests/avocado: Make ssh_command_output_contains() globally available
Thomas Huth
2
-8
/
+8
2023-04-27
.gitlab-ci.d/cirrus: Drop the CI job for compiling with FreeBSD 12
Thomas Huth
3
-30
/
+0
2023-04-27
qemu-options: finesse the recommendations around -blockdev
Alex Bennée
1
-2
/
+22
2023-04-27
scripts/device-crash-test: Add a parameter to run with TCG only
Thomas Huth
2
-2
/
+4
2023-04-27
gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs
Thomas Huth
1
-2
/
+2
2023-04-27
tests/avocado: Add set of boot tests on SBSA-ref
Philippe Mathieu-Daudé
2
-0
/
+159
2023-04-27
tests/avocado: use the new snapshots for testing
Alex Bennée
1
-26
/
+144
2023-04-27
tests/requirements.txt: bump up avocado-framework version to 101.0
Kautuk Consul
2
-8
/
+12
2023-04-27
vmstate-static-checker: Recognize "num" field
Peter Xu
1
-3
/
+10
2023-04-27
migration/vmstate-dump: Dump array size too as "num"
Peter Xu
1
-0
/
+3
2023-04-27
migration: Allow postcopy_ram_supported_by_host() to report err
Peter Xu
4
-35
/
+39
2023-04-27
migration: Move qmp_migrate_set_parameters() to options.c
Juan Quintela
3
-420
/
+429
2023-04-27
migration: Move migrate_use_tls() to options.c
Juan Quintela
5
-13
/
+13
2023-04-27
MAINTAINERS: Add Leonardo and Peter as reviewers
Juan Quintela
1
-0
/
+2
2023-04-27
migration: Disable postcopy + multifd migration
Leonardo Bras
1
-0
/
+5
2023-04-26
qapi: allow unions to contain further unions
Daniel P. Berrangé
12
-3
/
+234
2023-04-26
qapi: Improve specificity of type/member descriptions
Markus Armbruster
1
-2
/
+7
2023-04-25
qapi: support updating expected test output via make
Daniel P. Berrangé
1
-0
/
+1
2023-04-25
block/monitor: Fix crash when executing HMP commit
Wang Liang
1
-4
/
+6
2023-04-25
vmdk: make vmdk_is_cid_valid a coroutine_fn
Paolo Bonzini
1
-1
/
+1
2023-04-25
qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK
Paolo Bonzini
6
-45
/
+53
2023-04-25
tests: mark more coroutine_fns
Paolo Bonzini
1
-1
/
+1
2023-04-25
qemu-pr-helper: mark more coroutine_fns
Paolo Bonzini
1
-11
/
+11
2023-04-25
9pfs: mark more coroutine_fns
Paolo Bonzini
2
-5
/
+5
2023-04-25
nbd: mark more coroutine_fns, do not use co_wrappers
Paolo Bonzini
1
-24
/
+24
2023-04-25
mirror: make mirror_flush a coroutine_fn, do not use co_wrappers
Paolo Bonzini
1
-2
/
+2
2023-04-25
blkdebug: add missing coroutine_fn annotation
Paolo Bonzini
1
-2
/
+2
2023-04-25
vvfat: mark various functions as coroutine_fn
Paolo Bonzini
1
-28
/
+30
2023-04-25
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
12
-44
/
+27
2023-04-25
thread-pool: use ThreadPool from the running thread
Emanuele Giuseppe Esposito
5
-18
/
+21
2023-04-25
io_uring: use LuringState from the running thread
Emanuele Giuseppe Esposito
4
-24
/
+30
[next]