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
...
|
*
|
configure: do not clobber CFLAGS with --enable-fuzzing
Alexander Bulekov
2020-07-13
1
-1
/
+1
|
*
|
configure: fix malloc check
Olaf Hering
2020-07-13
1
-0
/
+1
|
|
/
*
|
Merge remote-tracking branch 'remotes/elmarco/tags/chardev-pull-request' into...
Peter Maydell
2020-07-13
9
-62
/
+195
|
\
\
|
|
/
|
/
|
|
*
chardev: Extract system emulation specific code
Philippe Mathieu-Daudé
2020-07-13
4
-34
/
+74
|
*
chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"
Philippe Mathieu-Daudé
2020-07-13
4
-6
/
+7
|
*
chardev: Restrict msmouse / wctablet / testdev to system emulation
Philippe Mathieu-Daudé
2020-07-13
1
-1
/
+1
|
*
tests/test-char: Remove unused "chardev/char-mux.h" include
Philippe Mathieu-Daudé
2020-07-13
1
-1
/
+0
|
*
monitor/misc: Remove unused "chardev/char-mux.h" include
Philippe Mathieu-Daudé
2020-07-13
1
-1
/
+0
|
*
char: fix use-after-free with dup chardev & reconnect
Marc-André Lureau
2020-07-13
2
-3
/
+54
|
*
chardev: don't abort on attempt to add duplicated chardev
Marc-André Lureau
2020-07-13
1
-1
/
+5
|
*
char-socket: initialize reconnect timer only when the timer doesn't start
Li Feng
2020-07-13
2
-18
/
+57
*
|
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107...
Peter Maydell
2020-07-12
76
-448
/
+2034
|
\
\
|
|
/
|
/
|
|
*
iotests: Set LC_ALL=C for sort
Max Reitz
2020-07-11
1
-1
/
+1
|
*
Revert "vga: build virtio-gpu as module"
Gerd Hoffmann
2020-07-11
2
-19
/
+10
|
*
tests: fix "make check-qtest" for modular builds
Gerd Hoffmann
2020-07-11
1
-0
/
+1
|
*
.cirrus.yml: add bash to the brew packages
Alex Bennée
2020-07-11
1
-2
/
+2
|
*
tests/docker: update toolchain set in debian-xtensa-cross
Max Filippov
2020-07-11
2
-4
/
+4
|
*
tests/docker: fall back more gracefully when pull fails
Alex Bennée
2020-07-11
1
-5
/
+6
|
*
docs: Add to gdbstub documentation the PhyMemMode
Jon Doron
2020-07-11
1
-0
/
+20
|
*
docs/devel: add some notes on tcg-icount for developers
Alex Bennée
2020-07-11
2
-0
/
+98
|
*
docs/devel: convert and update MTTCG design document
Alex Bennée
2020-07-11
2
-19
/
+34
|
*
tests/qht-bench: Adjust threshold computation
Richard Henderson
2020-07-11
1
-2
/
+16
|
*
tests/qht-bench: Adjust testing rate by -1
Richard Henderson
2020-07-11
1
-7
/
+15
|
*
travis.yml: Test also the other targets on s390x
Thomas Huth
2020-07-11
1
-0
/
+39
|
*
shippable: pull images from registry instead of building
Alex Bennée
2020-07-11
1
-4
/
+2
|
*
testing: add check-build target
Alex Bennée
2020-07-11
2
-5
/
+16
|
*
containers.yml: build with docker.py tooling
Alex Bennée
2020-07-11
1
-4
/
+7
|
*
gitlab: limit re-builds of the containers
Alex Bennée
2020-07-11
1
-0
/
+6
|
*
tests: improve performance of device-introspect-test
Daniel P. Berrangé
2020-07-11
1
-22
/
+38
|
*
gitlab: add avocado asset caching
Alex Bennée
2020-07-11
1
-0
/
+6
|
*
gitlab: enable check-tcg for linux-user tests
Alex Bennée
2020-07-11
1
-4
/
+3
|
*
linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_va
Alex Bennée
2020-07-11
1
-3
/
+7
|
*
tests/docker: add a linux-user testing focused image
Alex Bennée
2020-07-11
3
-0
/
+61
|
*
tests/tcg: add more default compilers to configure.sh
Alex Bennée
2020-07-11
1
-5
/
+14
|
*
gitlab: add acceptance testing to system builds
Alex Bennée
2020-07-11
4
-28
/
+68
|
*
tests/acceptance: skip LinuxInitrd 2gib with v4.16 on GitLab
Alex Bennée
2020-07-11
1
-0
/
+3
|
*
tests/acceptance: skip multicore mips_malta tests on GitLab
Alex Bennée
2020-07-11
1
-0
/
+3
|
*
tests/acceptance: fix dtb path for machine_rx_gdbsim
Alex Bennée
2020-07-11
1
-1
/
+1
|
*
tests/acceptance: skip s390x_ccw_vrtio_tcg on GitLab
Alex Bennée
2020-07-11
1
-0
/
+2
|
*
tests/docker: add packages needed for check-acceptance
Alex Bennée
2020-07-11
2
-1
/
+16
|
*
tests/docker: add --registry support to tooling
Alex Bennée
2020-07-11
2
-7
/
+43
|
*
gitlab: build containers with buildkit and metadata
Alex Bennée
2020-07-11
1
-1
/
+3
|
*
gitlab: convert jobs to use custom built containers
Daniel P. Berrangé
2020-07-11
1
-106
/
+81
|
*
gitlab: build all container images during CI
Daniel P. Berrangé
2020-07-11
2
-0
/
+248
|
*
gitlab: introduce explicit "container" and "build" stages
Daniel P. Berrangé
2020-07-11
3
-2
/
+15
|
*
gitlab-ci: Fix the change rules after moving the YML files
Thomas Huth
2020-07-11
2
-2
/
+2
|
*
.gitignore: un-ignore .gitlab-ci.d
Alex Bennée
2020-07-11
1
-0
/
+1
|
*
tests/docker: change tag naming scheme of our images
Alex Bennée
2020-07-11
28
-34
/
+34
|
*
tests/docker: check for an parameters not empty string
Alex Bennée
2020-07-11
1
-1
/
+1
|
*
tests/vm: allow us to take advantage of MTTCG
Alex Bennée
2020-07-11
1
-2
/
+9
[prev]
[next]