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
...
|
*
|
nbd-client: Support leading / in NBD URI
Eric Blake
2020-02-26
1
-2
/
+4
|
*
|
nbd: Fix regression with multiple meta contexts
Eric Blake
2020-02-26
1
-2
/
+10
*
|
|
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugins-2...
Peter Maydell
2020-02-27
17
-97
/
+235
|
\
\
\
|
*
|
|
tests/tcg: take into account expected clashes pauth-4
Alex Bennée
2020-02-25
1
-17
/
+37
|
*
|
|
tests/tcg: fix typo in configure.sh test for v8.3
Alex Bennée
2020-02-25
1
-1
/
+1
|
*
|
|
tcg: save vaddr temp for plugin usage
Alex Bennée
2020-02-25
1
-3
/
+20
|
*
|
|
tests/tcg: give debug builds a little bit longer
Alex Bennée
2020-02-25
1
-2
/
+2
|
*
|
|
tests/plugins: make howvec clean-up after itself.
Alex Bennée
2020-02-25
1
-9
/
+17
|
*
|
|
target/riscv: progressively load the instruction during decode
Alex Bennée
2020-02-25
2
-23
/
+25
|
*
|
|
qemu/bitops.h: Add extract8 and extract16
Yoshinori Sato
2020-02-25
1
-0
/
+38
|
*
|
|
tests/plugin: prevent uninitialized warning
Chen Qun
2020-02-25
2
-5
/
+4
|
*
|
|
plugins/core: add missing break in cb_to_tcg_flags
Emilio G. Cota
2020-02-25
1
-0
/
+1
|
*
|
|
docs/devel: document query handle lifetimes
Alex Bennée
2020-02-25
1
-2
/
+11
|
*
|
|
tracing: only allow -trace to override -D if set
Alex Bennée
2020-02-25
1
-3
/
+8
|
*
|
|
tests/iotests: be a little more forgiving on the size test
Alex Bennée
2020-02-25
1
-2
/
+2
|
*
|
|
travis.yml: single-thread build-tcg stages
Alex Bennée
2020-02-25
1
-2
/
+2
|
*
|
|
travis.yml: Fix Travis YAML configuration warnings
Wainer dos Santos Moschetta
2020-02-25
1
-5
/
+4
|
*
|
|
travis.yml: Test the s390-ccw build, too
Thomas Huth
2020-02-25
1
-0
/
+10
|
*
|
|
tests/rcutorture: mild documenting refactor of update thread
Alex Bennée
2020-02-25
1
-18
/
+37
|
*
|
|
tests/rcutorture: better document locking of stats
Alex Bennée
2020-02-25
1
-4
/
+12
|
*
|
|
tests/rcutorture: update usage hint
Alex Bennée
2020-02-25
1
-1
/
+2
|
*
|
|
tests/tcg: include a skip runner for pauth3 with plugins
Alex Bennée
2020-02-25
1
-0
/
+2
|
|
/
/
*
/
/
softmmu/vl.c: fix too slow TCG regression
Igor Mammedov
2020-02-27
1
-25
/
+29
|
/
/
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-02-25
132
-1044
/
+1256
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD
Paolo Bonzini
2020-02-25
50
-256
/
+358
|
|
\
|
|
*
Avoid cpu_physical_memory_rw() with a constant is_write argument
Philippe Mathieu-Daudé
2020-02-20
3
-3
/
+15
|
|
*
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
17
-26
/
+43
|
|
*
exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
3
-9
/
+9
|
|
*
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
2020-02-20
13
-107
/
+119
|
|
*
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
7
-27
/
+41
|
|
*
exec: Let address_space_unmap() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
2
-3
/
+3
|
|
*
hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-4
/
+4
|
|
*
hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-3
/
+4
|
|
*
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
6
-8
/
+8
|
|
*
hw/ide/internal: Remove unused DMARestartFunc typedef
Philippe Mathieu-Daudé
2020-02-20
1
-1
/
+0
|
|
*
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
2020-02-20
5
-28
/
+31
|
|
*
exec: Let the cpu_[physical]_memory API use void pointer arguments
Philippe Mathieu-Daudé
2020-02-20
3
-5
/
+7
|
|
*
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2020-02-20
12
-46
/
+54
|
|
*
hw/net: Avoid casting non-const pointer, use address_space_write()
Philippe Mathieu-Daudé
2020-02-20
3
-4
/
+17
|
|
*
exec: Let the address_space API use void pointer arguments
Philippe Mathieu-Daudé
2020-02-20
2
-11
/
+12
|
|
*
exec: Let flatview API take void pointer arguments
Philippe Mathieu-Daudé
2020-02-20
2
-7
/
+9
|
|
*
exec: Rename ram_ptr variable
Philippe Mathieu-Daudé
2020-02-20
1
-10
/
+10
|
|
*
hw: Remove unnecessary cast when calling dma_memory_read()
Philippe Mathieu-Daudé
2020-02-20
4
-18
/
+33
|
|
*
scripts/git.orderfile: Display Cocci scripts before code modifications
Philippe Mathieu-Daudé
2020-02-20
1
-0
/
+3
|
*
|
Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...
Paolo Bonzini
2020-02-25
78
-775
/
+829
|
|
\
\
|
|
*
|
tests:numa-test: use explicit memdev to specify node RAM
Igor Mammedov
2020-02-19
1
-12
/
+18
|
|
*
|
tests/numa-test: make top level args dynamic and g_autofree(cli) cleanups
Igor Mammedov
2020-02-19
1
-54
/
+54
|
|
*
|
hostmem: fix strict bind policy
Igor Mammedov
2020-02-19
7
-27
/
+4
|
|
*
|
hostmem: introduce "prealloc-threads" property
Igor Mammedov
2020-02-19
3
-8
/
+51
|
|
*
|
make mem_path local variable
Igor Mammedov
2020-02-19
2
-2
/
+1
[prev]
[next]