summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-23linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last valueFilip Bozuta
2020-08-22Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20200821' in...Peter Maydell
2020-08-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-08-22Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-08-21' int...Peter Maydell
2020-08-22Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-08-21Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200819-pull-reque...Peter Maydell
2020-08-21keymaps: updatePaolo Bonzini
2020-08-21meson: Fix --disable-tools --enable-system buildsPhilippe Mathieu-Daudé
2020-08-21meson: convert pc-bios/keymaps/MakefileMarc-André Lureau
2020-08-21configure: silence 'shift' error message in version_ge()Stefano Garzarella
2020-08-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-08-21util/meson.build: fix fdmon-io_uring buildStefano Garzarella
2020-08-21target/s390x: fix meson.build issuePaolo Bonzini
2020-08-21hw/sd: Correct the maximum size of a Standard Capacity SD Memory CardBin Meng
2020-08-21hw/sd: Fix incorrect populated function switch status data structureBin Meng
2020-08-21hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possiblePhilippe Mathieu-Daudé
2020-08-21hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé
2020-08-21hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possiblePhilippe Mathieu-Daudé
2020-08-21hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'Philippe Mathieu-Daudé
2020-08-21hw/sd/sdcard: Make sd_data_ready() staticPhilippe Mathieu-Daudé
2020-08-21hw/sd/pl181: Replace disabled fprintf()s by trace eventsPhilippe Mathieu-Daudé
2020-08-21hw/sd/pl181: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé
2020-08-21hw/sd/pl181: Expose a SDBus and connect the SDCard to itPhilippe Mathieu-Daudé
2020-08-21hw/sd/pl181: Use named GPIOsPhilippe Mathieu-Daudé
2020-08-21hw/sd/pl181: Add TODO to use Fifo32 APIPhilippe Mathieu-Daudé
2020-08-21hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()Philippe Mathieu-Daudé
2020-08-21hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()Alistair Francis
2020-08-21hw/sd/milkymist: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé
2020-08-21hw/sd/milkymist: Create the SDBus at init()Philippe Mathieu-Daudé
2020-08-21hw/lm32/milkymist: Un-inline milkymist_memcard_create()Philippe Mathieu-Daudé
2020-08-21hw/sd/pxa2xx_mmci: Trivial simplificationPhilippe Mathieu-Daudé
2020-08-21hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé
2020-08-21iotests: Test node/bitmap aliases during migrationMax Reitz
2020-08-21iotests.py: Let wait_migration() return on failureMax Reitz
2020-08-21migration: Add block-bitmap-mapping parameterMax Reitz
2020-08-21iotests: dump QCOW2 header in JSON in #303Andrey Shinkevich
2020-08-21qcow2_format.py: support dumping metadata in JSON formatAndrey Shinkevich
2020-08-21qcow2_format.py: collect fields to dump in JSON formatAndrey Shinkevich
2020-08-21qcow2.py: Introduce '-j' key to dump in JSON formatAndrey Shinkevich
2020-08-21qcow2_format.py: Dump bitmap table serialized entriesAndrey Shinkevich
2020-08-21qcow2_format.py: pass cluster size to substructuresAndrey Shinkevich
2020-08-21qcow2_format.py: Dump bitmap directory informationAndrey Shinkevich
2020-08-21qcow2_format.py: dump bitmap flags in human readable way.Andrey Shinkevich
2020-08-21qcow2_format.py: change Qcow2BitmapExt initialization methodAndrey Shinkevich
2020-08-21qcow2_format.py: make printable data an extension class memberAndrey Shinkevich
2020-08-21iotests: add test for QCOW2 header dumpAndrey Shinkevich