index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
parallels: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-2
/
+3
|
*
|
|
nvme: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-2
/
+4
|
*
|
|
nfs: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
|
*
|
|
nbd: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-5
/
+6
|
*
|
|
iscsi: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+2
|
*
|
|
file-posix: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
|
*
|
|
blkverify: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
|
*
|
|
coroutine: remove incorrect coroutine_fn annotations
Paolo Bonzini
2022-10-07
2
-2
/
+2
|
*
|
|
nbd: remove incorrect coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-1
/
+1
|
*
|
|
qcow2: remove incorrect coroutine_fn annotations
Paolo Bonzini
2022-10-07
2
-4
/
+4
|
*
|
|
block: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
3
-19
/
+20
|
*
|
|
block/nvme: separate nvme_get_free_req cases for coroutine/non-coroutine context
Paolo Bonzini
2022-10-07
1
-20
/
+28
|
*
|
|
coroutine: Drop coroutine_fn annotation from qemu_coroutine_self()
Alberto Faria
2022-10-07
1
-1
/
+1
|
*
|
|
Revert "qapi: fix examples of blockdev-add with qcow2"
Markus Armbruster
2022-10-07
1
-5
/
+5
|
|
/
/
*
|
|
Merge tag 'pull-testing-gdbstub-plugins-gitdm-111022-1' of https://github.com...
Stefan Hajnoczi
2022-10-11
1
-18
/
+12
|
\
\
\
|
*
|
|
Revert "configure: build ROMs with container-based cross compilers"
Alex Bennée
2022-10-11
1
-18
/
+12
|
/
/
/
*
|
|
Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
2022-10-11
14
-218
/
+259
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
dump: fix kdump to work over non-aligned blocks
Marc-André Lureau
2022-10-06
1
-23
/
+56
|
*
|
dump: simplify a bit kdump get_next_page()
Marc-André Lureau
2022-10-06
1
-13
/
+8
|
*
|
dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note
Janosch Frank
2022-10-06
1
-4
/
+4
|
*
|
dump: Split elf header functions into prepare and write
Janosch Frank
2022-10-06
1
-47
/
+53
|
*
|
dump: Rework dump_calculate_size function
Janosch Frank
2022-10-06
1
-14
/
+8
|
*
|
dump: Rework filter area variables
Janosch Frank
2022-10-06
2
-25
/
+41
|
*
|
dump: Rework get_start_block
Janosch Frank
2022-10-06
2
-16
/
+6
|
*
|
dump: Refactor dump_iterate and introduce dump_filter_memblock_*()
Janosch Frank
2022-10-06
1
-32
/
+42
|
*
|
dump: Rename write_elf_loads to write_elf_phdr_loads
Janosch Frank
2022-10-06
1
-3
/
+3
|
*
|
dump: Replace opaque DumpState pointer with a typed one
Janosch Frank
2022-10-06
12
-52
/
+49
|
/
/
*
|
Merge tag 'pull-testing-gdbstub-plugins-gitdm-061022-3' of https://github.com...
Stefan Hajnoczi
2022-10-06
98
-624
/
+1138
|
\
\
|
|
/
|
/
|
|
*
plugins: add [pre|post]fork helpers to linux-user
Alex Bennée
2022-10-06
3
-0
/
+46
|
*
contrib/gitdm: add Université Grenoble Alpes
Alex Bennée
2022-10-06
1
-0
/
+3
|
*
contrib/gitdm: add Simon to individual contributors
Alex Bennée
2022-10-06
1
-0
/
+1
|
*
contrib/gitdm: add China Telecom to the domain map
Alex Bennée
2022-10-06
1
-0
/
+1
|
*
contrib/gitdm: add ISCAS to the academics group
Alex Bennée
2022-10-06
1
-0
/
+3
|
*
contrib/gitdm: add WANG Xuerui to individual contributers
Alex Bennée
2022-10-06
1
-0
/
+1
|
*
contrib/gitdm: add Paul to individual contributors
Alex Bennée
2022-10-06
2
-0
/
+2
|
*
contrib/gitdm: add mapping for Loongson Technology
Alex Bennée
2022-10-06
1
-0
/
+1
|
*
accel/kvm: move kvm_update_guest_debug to inline stub
Alex Bennée
2022-10-06
3
-11
/
+16
|
*
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
10
-10
/
+33
|
*
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
14
-160
/
+259
|
*
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2022-10-06
6
-27
/
+56
|
*
gdbstub: move into its own sub directory
Alex Bennée
2022-10-06
7
-31
/
+36
|
*
semihosting: update link to spec
Alex Bennée
2022-10-06
1
-1
/
+1
|
*
docs/devel: document the test plugins
Alex Bennée
2022-10-06
1
-4
/
+133
|
*
contrib/plugins: reset skip when matching in execlog
Alex Bennée
2022-10-06
1
-1
/
+4
|
*
docs/devel: move API to end of tcg-plugins.rst
Alex Bennée
2022-10-06
1
-5
/
+10
|
*
docs/devel: clean-up qemu invocations in tcg-plugins
Alex Bennée
2022-10-06
1
-9
/
+9
|
*
plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
Richard Henderson
2022-10-06
1
-0
/
+2
|
*
plugins: extend execlog to filter matches
Alex Bennée
2022-10-06
2
-15
/
+90
|
*
disas: use result of ->read_memory_func
Alex Bennée
2022-10-06
2
-40
/
+53
|
*
disas: generalise plugin_printf and use for monitor_disas
Alex Bennée
2022-10-06
1
-8
/
+15
[prev]
[next]