summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possiblePhilippe Mathieu-Daudé2020-08-213-32/+13Star
| * | hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé2020-08-212-0/+24
| * | hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possiblePhilippe Mathieu-Daudé2020-08-213-27/+12Star
| * | hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé2020-08-212-0/+24
| * | hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé2020-08-219-19/+27
| * | hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé2020-08-218-18/+25
| * | hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé2020-08-215-18/+33
| * | hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'Philippe Mathieu-Daudé2020-08-214-17/+52
| * | hw/sd/sdcard: Make sd_data_ready() staticPhilippe Mathieu-Daudé2020-08-212-2/+1Star
| * | hw/sd/pl181: Replace disabled fprintf()s by trace eventsPhilippe Mathieu-Daudé2020-08-212-17/+19
| * | hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé2020-08-215-20/+61
| * | hw/sd/pl181: Expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé2020-08-211-16/+51
| * | hw/sd/pl181: Use named GPIOsPhilippe Mathieu-Daudé2020-08-214-9/+11
| * | hw/sd/pl181: Add TODO to use Fifo32 APIPhilippe Mathieu-Daudé2020-08-211-1/+1
| * | hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()Philippe Mathieu-Daudé2020-08-211-2/+2
| * | hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()Alistair Francis2020-08-211-2/+3
| * | hw/sd/milkymist: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé2020-08-212-23/+45
| * | hw/sd/milkymist: Create the SDBus at init()Philippe Mathieu-Daudé2020-08-211-3/+3
| * | hw/lm32/milkymist: Un-inline milkymist_memcard_create()Philippe Mathieu-Daudé2020-08-212-11/+11
| * | hw/sd/pxa2xx_mmci: Trivial simplificationPhilippe Mathieu-Daudé2020-08-211-3/+1Star
| * | hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé2020-08-213-21/+32
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-08-2242-140/+7752
|\ \ \
| * | | keymaps: updatePaolo Bonzini2020-08-2132-64/+7680
| * | | meson: Fix --disable-tools --enable-system buildsPhilippe Mathieu-Daudé2020-08-211-1/+2
| * | | meson: convert pc-bios/keymaps/MakefileMarc-André Lureau2020-08-217-70/+65Star
| * | | configure: silence 'shift' error message in version_ge()Stefano Garzarella2020-08-211-3/+3
| * | | util/meson.build: fix fdmon-io_uring buildStefano Garzarella2020-08-211-1/+1
| * | | target/s390x: fix meson.build issuePaolo Bonzini2020-08-211-1/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-08-21' int...Peter Maydell2020-08-2213-84/+1567
|\ \ \
| * | | iotests: Test node/bitmap aliases during migrationMax Reitz2020-08-213-0/+599
| * | | iotests.py: Let wait_migration() return on failureMax Reitz2020-08-211-6/+12
| * | | migration: Add block-bitmap-mapping parameterMax Reitz2020-08-215-57/+522
| * | | iotests: dump QCOW2 header in JSON in #303Andrey Shinkevich2020-08-212-0/+79
| * | | qcow2_format.py: support dumping metadata in JSON formatAndrey Shinkevich2020-08-211-0/+17
| * | | qcow2_format.py: collect fields to dump in JSON formatAndrey Shinkevich2020-08-211-0/+36
| * | | qcow2.py: Introduce '-j' key to dump in JSON formatAndrey Shinkevich2020-08-212-6/+16
| * | | qcow2_format.py: Dump bitmap table serialized entriesAndrey Shinkevich2020-08-212-0/+54
| * | | qcow2_format.py: pass cluster size to substructuresAndrey Shinkevich2020-08-211-6/+11
| * | | qcow2_format.py: Dump bitmap directory informationAndrey Shinkevich2020-08-212-0/+65
| * | | qcow2_format.py: dump bitmap flags in human readable way.Andrey Shinkevich2020-08-211-0/+16
| * | | qcow2_format.py: change Qcow2BitmapExt initialization methodAndrey Shinkevich2020-08-211-14/+22
| * | | qcow2_format.py: make printable data an extension class memberAndrey Shinkevich2020-08-211-6/+8
| * | | iotests: add test for QCOW2 header dumpAndrey Shinkevich2020-08-213-0/+121
* | | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-08-2212-7/+81
|\ \ \ \
| * | | | hw: add compat machines for 5.2Cornelia Huck2020-08-199-6/+71
| * | | | qmp: Expose MachineClass::default_ram_idMichal Privoznik2020-08-192-1/+8
| * | | | qdev: Document qdev_prop_set_drive_err() return valuePhilippe Mathieu-Daudé2020-08-191-0/+2
* | | | | Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200819-pull-reque...Peter Maydell2020-08-2112-0/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | seabios: update to 1.14-finalGerd Hoffmann2020-08-1912-0/+0
| |/ / /
* | | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-08-212-35/+48
|\ \ \ \ | |_|_|/ |/| | |