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-08-21
hw/sd: Rename sdbus_write_data() as sdbus_write_byte()
Philippe Mathieu-Daudé
8
-18
/
+25
2020-08-21
hw/sd: Rename read/write_data() as read/write_byte()
Philippe Mathieu-Daudé
5
-18
/
+33
2020-08-21
hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'
Philippe Mathieu-Daudé
4
-17
/
+52
2020-08-21
hw/sd/sdcard: Make sd_data_ready() static
Philippe Mathieu-Daudé
2
-2
/
+1
2020-08-21
hw/sd/pl181: Replace disabled fprintf()s by trace events
Philippe Mathieu-Daudé
2
-17
/
+19
2020-08-21
hw/sd/pl181: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
5
-20
/
+61
2020-08-21
hw/sd/pl181: Expose a SDBus and connect the SDCard to it
Philippe Mathieu-Daudé
1
-16
/
+51
2020-08-21
hw/sd/pl181: Use named GPIOs
Philippe Mathieu-Daudé
4
-9
/
+11
2020-08-21
hw/sd/pl181: Add TODO to use Fifo32 API
Philippe Mathieu-Daudé
1
-1
/
+1
2020-08-21
hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()
Philippe Mathieu-Daudé
1
-2
/
+2
2020-08-21
hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
Alistair Francis
1
-2
/
+3
2020-08-21
hw/sd/milkymist: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2
-23
/
+45
2020-08-21
hw/sd/milkymist: Create the SDBus at init()
Philippe Mathieu-Daudé
1
-3
/
+3
2020-08-21
hw/lm32/milkymist: Un-inline milkymist_memcard_create()
Philippe Mathieu-Daudé
2
-11
/
+11
2020-08-21
hw/sd/pxa2xx_mmci: Trivial simplification
Philippe Mathieu-Daudé
1
-3
/
+1
2020-08-21
hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
3
-21
/
+32
2020-08-21
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-testing-2...
Peter Maydell
1
-7
/
+6
2020-08-21
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
764
-7631
/
+9192
2020-08-21
docs: convert build system documentation to rST
Paolo Bonzini
2
-169
/
+142
2020-08-21
meson: update build-system documentation
Paolo Bonzini
1
-228
/
+240
2020-08-21
meson: avoid unstable module warning with Meson 0.56.0 or newer
Paolo Bonzini
1
-1
/
+5
2020-08-21
meson: convert po/
Marc-André Lureau
12
-131
/
+44
2020-08-21
meson: convert VNC and dependent libraries to meson
Paolo Bonzini
4
-131
/
+45
2020-08-21
meson: move SDL and SDL-image detection to meson
Paolo Bonzini
6
-146
/
+37
2020-08-21
meson: convert sample plugins
Paolo Bonzini
5
-59
/
+10
2020-08-21
meson: replace create-config with meson configure_file
Paolo Bonzini
7
-168
/
+81
2020-08-21
rules.mak: drop unneeded macros
Paolo Bonzini
6
-282
/
+23
2020-08-21
meson: convert check-block
Paolo Bonzini
4
-16
/
+18
2020-08-21
meson: build texi doc
Paolo Bonzini
6
-105
/
+104
2020-08-21
docs: automatically track manual dependencies
Paolo Bonzini
3
-9
/
+65
2020-08-21
meson: sphinx-build
Paolo Bonzini
6
-186
/
+79
2020-08-21
remove Makefile.target
Paolo Bonzini
3
-76
/
+4
2020-08-21
rules.mak: remove version.o
Marc-André Lureau
3
-12
/
+1
2020-08-21
meson: convert systemtap files
Marc-André Lureau
4
-93
/
+33
2020-08-21
configure: place compatibility symlinks in target directories
Paolo Bonzini
1
-0
/
+3
2020-08-21
meson: link emulators without Makefile.target
Paolo Bonzini
32
-344
/
+181
2020-08-21
meson: plugins
Paolo Bonzini
5
-30
/
+21
2020-08-21
meson: cpu-emu
Marc-André Lureau
4
-29
/
+54
2020-08-21
meson: bsd-user
Marc-André Lureau
4
-5
/
+14
2020-08-21
meson: linux-user
Marc-André Lureau
41
-132
/
+166
2020-08-21
meson: accel
Marc-André Lureau
13
-26
/
+36
2020-08-21
meson: target
Paolo Bonzini
62
-328
/
+595
2020-08-21
meson: convert hw/arch*
Marc-André Lureau
55
-236
/
+399
2020-08-21
meson: convert hw/9pfs, cleanup
Marc-André Lureau
8
-44
/
+25
2020-08-21
meson: convert hw/acpi
Marc-André Lureau
4
-27
/
+26
2020-08-21
meson: convert hw/adc
Marc-André Lureau
4
-2
/
+2
2020-08-21
meson: convert hw/audio
Marc-André Lureau
4
-19
/
+15
2020-08-21
meson: convert hw/block
Marc-André Lureau
6
-21
/
+24
2020-08-21
meson: convert hw/char
Marc-André Lureau
4
-40
/
+39
2020-08-21
meson: convert hw/cpu
Marc-André Lureau
4
-6
/
+7
[next]