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
2020-10-17
meson: Move the detection logic for sphinx to meson
Yonggang Luo
4
-75
/
+64
2020-10-17
meson: move SPHINX_ARGS references within "if build_docs"
Paolo Bonzini
1
-44
/
+44
2020-10-17
docs: Fix Sphinx configuration for msys2/mingw
Yonggang Luo
2
-2
/
+2
2020-10-17
meson: Only install icons and qemu.desktop if have_system
Bruce Rogers
1
-2
/
+5
2020-10-17
configure: fix handling of --docdir parameter
Bruce Rogers
1
-2
/
+1
2020-10-17
meson: cleanup curses/iconv test
Paolo Bonzini
1
-40
/
+45
2020-10-17
meson.build: don't condition iconv detection on library detection
Bruce Rogers
1
-9
/
+7
2020-10-17
build: add --enable/--disable-libudev
Paolo Bonzini
3
-23
/
+37
2020-10-17
build: replace ninjatool with ninja
Paolo Bonzini
7
-1053
/
+59
2020-10-17
build: cleanups to Makefile
Paolo Bonzini
1
-17
/
+28
2020-10-17
add ninja to dockerfiles, CI configurations and test VMs
Paolo Bonzini
18
-9
/
+32
2020-10-17
dockerfiles: enable Centos 8 PowerTools
Paolo Bonzini
1
-1
/
+3
2020-10-17
configure: move QEMU_INCLUDES to meson
Paolo Bonzini
2
-22
/
+28
2020-10-17
tests: add missing generated sources to testqapi
Paolo Bonzini
2
-6
/
+16
2020-10-17
make: run shell with pipefail
Paolo Bonzini
1
-0
/
+2
2020-10-17
tests/Makefile.include: unbreak non-tcg builds
Paolo Bonzini
1
-1
/
+1
2020-10-17
Makefile: Ensure cscope.out/tags/TAGS are generated in the source tree
Greg Kurz
1
-5
/
+5
2020-10-17
submodules: bump meson to 0.55.3
Paolo Bonzini
3
-3
/
+2
2020-10-15
Merge remote-tracking branch 'remotes/rth/tags/pull-mb-20201014' into staging
Peter Maydell
3
-81
/
+60
2020-10-15
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
10
-93
/
+97
2020-10-14
linux-user/microblaze: Remove non-rt signal frames
Richard Henderson
2
-96
/
+2
2020-10-14
linux-user/microblaze: Implement rt signal frames
Richard Henderson
1
-9
/
+82
2020-10-14
tests/tcg/linux-test: Adjust getsockname for musl
Richard Henderson
1
-1
/
+1
2020-10-14
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' i...
Peter Maydell
12
-173
/
+105
2020-10-14
ui: Fix default window_id value
Samuel Thibault
1
-0
/
+1
2020-10-14
input-linux: Reset il->fd handler before closing it
Colin Xu
1
-0
/
+1
2020-10-14
SDL: enable OpenGL context creation
Jan Henrik Weinstock
1
-0
/
+5
2020-10-14
vnc-stubs: Allow -vnc none
Jason Andryuk
1
-0
/
+3
2020-10-14
configure: Fixes ncursesw detection under msys2/mingw by convert them to meson
Yonggang Luo
4
-124
/
+83
2020-10-14
win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...
Yonggang Luo
3
-38
/
+4
2020-10-14
curses: Fixes curses compiling errors.
Yonggang Luo
1
-2
/
+2
2020-10-14
curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw
Yonggang Luo
2
-9
/
+6
2020-10-14
qemu-edid: drop cast
Gerd Hoffmann
1
-1
/
+1
2020-10-13
can-host-socketcan: Fix crash when 'if' option is not set
Eduardo Habkost
1
-0
/
+5
2020-10-13
authz-list-file: Fix crash when filename is not set
Eduardo Habkost
1
-0
/
+5
2020-10-13
vhost-user: Register "chardev" as class property
Eduardo Habkost
1
-3
/
+3
2020-10-13
vga-pci: Register "big-endian-framebuffer" as class property
Eduardo Habkost
1
-8
/
+4
2020-10-13
i386: Register most CPU properties as class properties
Eduardo Habkost
1
-32
/
+34
2020-10-13
input-barrier: Register properties as class properties
Eduardo Habkost
1
-22
/
+22
2020-10-13
input-linux: Register properties as class properties
Eduardo Habkost
1
-13
/
+14
2020-10-13
rng: Register "opened" as class property
Eduardo Habkost
1
-4
/
+4
2020-10-13
rng-random: register "filename" as class property
Eduardo Habkost
1
-4
/
+4
2020-10-13
rng-egd: Register "chardev" as class property
Eduardo Habkost
1
-7
/
+2
2020-10-13
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
16
-23
/
+34
2020-10-13
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1...
Peter Maydell
23
-108
/
+313
2020-10-13
meson.build: drop duplicate 'sparc64' entry
Sergei Trofimovich
1
-1
/
+1
2020-10-13
mingw: fix error __USE_MINGW_ANSI_STDIO redefined
Marc-André Lureau
2
-2
/
+2
2020-10-13
target/sparc/int32_helper: Remove duplicated 'Tag Overflow' entry
Philippe Mathieu-Daudé
1
-1
/
+0
2020-10-13
goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIAN
Laurent Vivier
1
-1
/
+1
2020-10-13
hw/char/serial: remove duplicate .class_init in serial_mm_info
Laurent Vivier
1
-1
/
+0
[next]