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
...
|
*
|
hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possible
Philippe Mathieu-Daudé
2020-08-21
3
-32
/
+13
|
*
|
hw/sd: Add sdbus_read_data() to read multiples bytes on the data line
Philippe Mathieu-Daudé
2020-08-21
2
-0
/
+24
|
*
|
hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possible
Philippe Mathieu-Daudé
2020-08-21
3
-27
/
+12
|
*
|
hw/sd: Add sdbus_write_data() to write multiples bytes on the data line
Philippe Mathieu-Daudé
2020-08-21
2
-0
/
+24
|
*
|
hw/sd: Rename sdbus_read_data() as sdbus_read_byte()
Philippe Mathieu-Daudé
2020-08-21
9
-19
/
+27
|
*
|
hw/sd: Rename sdbus_write_data() as sdbus_write_byte()
Philippe Mathieu-Daudé
2020-08-21
8
-18
/
+25
|
*
|
hw/sd: Rename read/write_data() as read/write_byte()
Philippe Mathieu-Daudé
2020-08-21
5
-18
/
+33
|
*
|
hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'
Philippe Mathieu-Daudé
2020-08-21
4
-17
/
+52
|
*
|
hw/sd/sdcard: Make sd_data_ready() static
Philippe Mathieu-Daudé
2020-08-21
2
-2
/
+1
|
*
|
hw/sd/pl181: Replace disabled fprintf()s by trace events
Philippe Mathieu-Daudé
2020-08-21
2
-17
/
+19
|
*
|
hw/sd/pl181: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
5
-20
/
+61
|
*
|
hw/sd/pl181: Expose a SDBus and connect the SDCard to it
Philippe Mathieu-Daudé
2020-08-21
1
-16
/
+51
|
*
|
hw/sd/pl181: Use named GPIOs
Philippe Mathieu-Daudé
2020-08-21
4
-9
/
+11
|
*
|
hw/sd/pl181: Add TODO to use Fifo32 API
Philippe Mathieu-Daudé
2020-08-21
1
-1
/
+1
|
*
|
hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()
Philippe Mathieu-Daudé
2020-08-21
1
-2
/
+2
|
*
|
hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
Alistair Francis
2020-08-21
1
-2
/
+3
|
*
|
hw/sd/milkymist: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
2
-23
/
+45
|
*
|
hw/sd/milkymist: Create the SDBus at init()
Philippe Mathieu-Daudé
2020-08-21
1
-3
/
+3
|
*
|
hw/lm32/milkymist: Un-inline milkymist_memcard_create()
Philippe Mathieu-Daudé
2020-08-21
2
-11
/
+11
|
*
|
hw/sd/pxa2xx_mmci: Trivial simplification
Philippe Mathieu-Daudé
2020-08-21
1
-3
/
+1
|
*
|
hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
3
-21
/
+32
*
|
|
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-08-22
42
-140
/
+7752
|
\
\
\
|
*
|
|
keymaps: update
Paolo Bonzini
2020-08-21
32
-64
/
+7680
|
*
|
|
meson: Fix --disable-tools --enable-system builds
Philippe Mathieu-Daudé
2020-08-21
1
-1
/
+2
|
*
|
|
meson: convert pc-bios/keymaps/Makefile
Marc-André Lureau
2020-08-21
7
-70
/
+65
|
*
|
|
configure: silence 'shift' error message in version_ge()
Stefano Garzarella
2020-08-21
1
-3
/
+3
|
*
|
|
util/meson.build: fix fdmon-io_uring build
Stefano Garzarella
2020-08-21
1
-1
/
+1
|
*
|
|
target/s390x: fix meson.build issue
Paolo Bonzini
2020-08-21
1
-1
/
+1
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-08-21' int...
Peter Maydell
2020-08-22
13
-84
/
+1567
|
\
\
\
|
*
|
|
iotests: Test node/bitmap aliases during migration
Max Reitz
2020-08-21
3
-0
/
+599
|
*
|
|
iotests.py: Let wait_migration() return on failure
Max Reitz
2020-08-21
1
-6
/
+12
|
*
|
|
migration: Add block-bitmap-mapping parameter
Max Reitz
2020-08-21
5
-57
/
+522
|
*
|
|
iotests: dump QCOW2 header in JSON in #303
Andrey Shinkevich
2020-08-21
2
-0
/
+79
|
*
|
|
qcow2_format.py: support dumping metadata in JSON format
Andrey Shinkevich
2020-08-21
1
-0
/
+17
|
*
|
|
qcow2_format.py: collect fields to dump in JSON format
Andrey Shinkevich
2020-08-21
1
-0
/
+36
|
*
|
|
qcow2.py: Introduce '-j' key to dump in JSON format
Andrey Shinkevich
2020-08-21
2
-6
/
+16
|
*
|
|
qcow2_format.py: Dump bitmap table serialized entries
Andrey Shinkevich
2020-08-21
2
-0
/
+54
|
*
|
|
qcow2_format.py: pass cluster size to substructures
Andrey Shinkevich
2020-08-21
1
-6
/
+11
|
*
|
|
qcow2_format.py: Dump bitmap directory information
Andrey Shinkevich
2020-08-21
2
-0
/
+65
|
*
|
|
qcow2_format.py: dump bitmap flags in human readable way.
Andrey Shinkevich
2020-08-21
1
-0
/
+16
|
*
|
|
qcow2_format.py: change Qcow2BitmapExt initialization method
Andrey Shinkevich
2020-08-21
1
-14
/
+22
|
*
|
|
qcow2_format.py: make printable data an extension class member
Andrey Shinkevich
2020-08-21
1
-6
/
+8
|
*
|
|
iotests: add test for QCOW2 header dump
Andrey Shinkevich
2020-08-21
3
-0
/
+121
*
|
|
|
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-08-22
12
-7
/
+81
|
\
\
\
\
|
*
|
|
|
hw: add compat machines for 5.2
Cornelia Huck
2020-08-19
9
-6
/
+71
|
*
|
|
|
qmp: Expose MachineClass::default_ram_id
Michal Privoznik
2020-08-19
2
-1
/
+8
|
*
|
|
|
qdev: Document qdev_prop_set_drive_err() return value
Philippe Mathieu-Daudé
2020-08-19
1
-0
/
+2
*
|
|
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200819-pull-reque...
Peter Maydell
2020-08-21
12
-0
/
+0
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
seabios: update to 1.14-final
Gerd Hoffmann
2020-08-19
12
-0
/
+0
|
|
/
/
/
*
|
|
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2020-08-21
2
-35
/
+48
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[prev]
[next]