index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-23
linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
Filip Bozuta
2020-08-22
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20200821' in...
Peter Maydell
2020-08-22
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-08-22
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-08-21' int...
Peter Maydell
2020-08-22
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-08-21
Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200819-pull-reque...
Peter Maydell
2020-08-21
keymaps: update
Paolo Bonzini
2020-08-21
meson: Fix --disable-tools --enable-system builds
Philippe Mathieu-Daudé
2020-08-21
meson: convert pc-bios/keymaps/Makefile
Marc-André Lureau
2020-08-21
configure: silence 'shift' error message in version_ge()
Stefano Garzarella
2020-08-21
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2020-08-21
util/meson.build: fix fdmon-io_uring build
Stefano Garzarella
2020-08-21
target/s390x: fix meson.build issue
Paolo Bonzini
2020-08-21
hw/sd: Correct the maximum size of a Standard Capacity SD Memory Card
Bin Meng
2020-08-21
hw/sd: Fix incorrect populated function switch status data structure
Bin Meng
2020-08-21
hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possible
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Add sdbus_read_data() to read multiples bytes on the data line
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possible
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Add sdbus_write_data() to write multiples bytes on the data line
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Rename sdbus_read_data() as sdbus_read_byte()
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Rename sdbus_write_data() as sdbus_write_byte()
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Rename read/write_data() as read/write_byte()
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'
Philippe Mathieu-Daudé
2020-08-21
hw/sd/sdcard: Make sd_data_ready() static
Philippe Mathieu-Daudé
2020-08-21
hw/sd/pl181: Replace disabled fprintf()s by trace events
Philippe Mathieu-Daudé
2020-08-21
hw/sd/pl181: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
hw/sd/pl181: Expose a SDBus and connect the SDCard to it
Philippe Mathieu-Daudé
2020-08-21
hw/sd/pl181: Use named GPIOs
Philippe Mathieu-Daudé
2020-08-21
hw/sd/pl181: Add TODO to use Fifo32 API
Philippe Mathieu-Daudé
2020-08-21
hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()
Philippe Mathieu-Daudé
2020-08-21
hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
Alistair Francis
2020-08-21
hw/sd/milkymist: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
hw/sd/milkymist: Create the SDBus at init()
Philippe Mathieu-Daudé
2020-08-21
hw/lm32/milkymist: Un-inline milkymist_memcard_create()
Philippe Mathieu-Daudé
2020-08-21
hw/sd/pxa2xx_mmci: Trivial simplification
Philippe Mathieu-Daudé
2020-08-21
hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controller
Philippe Mathieu-Daudé
2020-08-21
iotests: Test node/bitmap aliases during migration
Max Reitz
2020-08-21
iotests.py: Let wait_migration() return on failure
Max Reitz
2020-08-21
migration: Add block-bitmap-mapping parameter
Max Reitz
2020-08-21
iotests: dump QCOW2 header in JSON in #303
Andrey Shinkevich
2020-08-21
qcow2_format.py: support dumping metadata in JSON format
Andrey Shinkevich
2020-08-21
qcow2_format.py: collect fields to dump in JSON format
Andrey Shinkevich
2020-08-21
qcow2.py: Introduce '-j' key to dump in JSON format
Andrey Shinkevich
2020-08-21
qcow2_format.py: Dump bitmap table serialized entries
Andrey Shinkevich
2020-08-21
qcow2_format.py: pass cluster size to substructures
Andrey Shinkevich
2020-08-21
qcow2_format.py: Dump bitmap directory information
Andrey Shinkevich
2020-08-21
qcow2_format.py: dump bitmap flags in human readable way.
Andrey Shinkevich
2020-08-21
qcow2_format.py: change Qcow2BitmapExt initialization method
Andrey Shinkevich
2020-08-21
qcow2_format.py: make printable data an extension class member
Andrey Shinkevich
2020-08-21
iotests: add test for QCOW2 header dump
Andrey Shinkevich
[next]