summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/sd/sdcard: Introduce the INVALID_ADDRESS definitionPhilippe Mathieu-Daudé2020-10-211-5/+8
| * | hw/sd/sdcard: Add trace event for ERASE command (CMD38)Philippe Mathieu-Daudé2020-10-212-2/+2
| * | hw/sd/sdhci: Yield if interrupt delivered during multiple transferPhilippe Mathieu-Daudé2020-10-211-1/+4
| * | hw/sd/sdhci: Let sdhci_update_irq() return if IRQ was deliveredPhilippe Mathieu-Daudé2020-10-211-2/+7
| * | hw/sd/sdhci: Resume pending DMA transfers on MMIO accessesPhilippe Mathieu-Daudé2020-10-211-0/+14
| * | hw/sd/sdhci: Stop multiple transfers when block count is clearedPhilippe Mathieu-Daudé2020-10-211-1/+6
| * | hw/sd/sdhci: Fix DMA Transfer Block Size fieldPhilippe Mathieu-Daudé2020-10-211-1/+1
| * | hw/sd/sdhci: Document the datasheet usedPhilippe Mathieu-Daudé2020-10-211-0/+2
| * | hw/sd/sdhci: Fix qemu_log_mask() format stringPhilippe Mathieu-Daudé2020-10-211-1/+1
* | | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell2020-10-2122-65/+154
|\ \ \
| * | | tests/acpi: update expected data filesGerd Hoffmann2020-10-213-2/+0Star
| * | | tests/acpi: add microvm rtc testGerd Hoffmann2020-10-211-0/+12
| * | | tests/acpi: add microvm usb testGerd Hoffmann2020-10-211-0/+12
| * | | tests/acpi: add empty tests/data/acpi/microvm/DSDT.{usb, rtc} filesGerd Hoffmann2020-10-212-0/+0
| * | | tests/acpi: allow updates for expected data filesGerd Hoffmann2020-10-211-0/+2
| * | | microvm: add usb supportGerd Hoffmann2020-10-214-1/+27
| * | | usb/xhci: fixup xhci kconfig depsGerd Hoffmann2020-10-211-4/+2Star
| * | | usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann2020-10-212-0/+17
| * | | usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann2020-10-217-41/+47
| * | | acpi: add aml builder stubsGerd Hoffmann2020-10-211-0/+14
| * | | tests/acpi: disallow changes for microvm/APIC.pcieGerd Hoffmann2020-10-211-1/+0Star
| * | | tests/acpi: update expected data filesGerd Hoffmann2020-10-211-0/+0
| * | | apci: drop has_pci arg for acpi_build_madtGerd Hoffmann2020-10-214-18/+14Star
| * | | microvm: set pci_irq_maskGerd Hoffmann2020-10-212-1/+7
| * | | x86: make pci irqs runtime configurableGerd Hoffmann2020-10-213-2/+4
| * | | tests/acpi: add empty microvm/APIC.pcieGerd Hoffmann2020-10-211-0/+0
| * | | tests/acpi: allow changes for microvm/APIC.pcieGerd Hoffmann2020-10-211-0/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-21' into ...Peter Maydell2020-10-219-212/+214
|\ \ \
| * | | qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé2020-10-215-44/+43Star
| * | | qapi: Restrict 'query-kvm' command to machine codePhilippe Mathieu-Daudé2020-10-212-30/+30
| * | | qapi: Restrict '(p)memsave' command to machine codePhilippe Mathieu-Daudé2020-10-212-61/+61
| * | | qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé2020-10-214-57/+59
| * | | qapi: Restrict 'inject-nmi' command to machine codePhilippe Mathieu-Daudé2020-10-213-20/+21
| |/ /
* | | Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell2020-10-219-211/+326
|\ \ \ | |_|/ |/| |
| * | python/qemu/qmp.py: Fix settimeout operationJohn Snow2020-10-201-6/+17
| * | python/qemu/qmp.py: re-raise OSError when encounteredJohn Snow2020-10-201-4/+5
| * | python: add mypy configJohn Snow2020-10-201-0/+4
| * | python/qemu/qmp.py: Preserve error context on re-raiseJohn Snow2020-10-201-4/+5
| * | python/qemu/console_socket.py: avoid encoding to/from stringJohn Snow2020-10-201-15/+5Star
| * | python/qemu/console_socket.py: Add type hint annotationsJohn Snow2020-10-201-9/+9
| * | python/qemu/console_socket.py: Clarify type of drain_threadJohn Snow2020-10-201-2/+1Star
| * | python/qemu/console_socket.py: fix typing of settimeoutJohn Snow2020-10-201-4/+6
| * | python/qemu/console_socket.py: Correct type of recv()John Snow2020-10-201-2/+3
| * | python/qemu: Add mypy type annotationsJohn Snow2020-10-204-75/+101
| * | iotests.py: Adjust HMP kwargs typingJohn Snow2020-10-201-1/+1
| * | python/qemu: make 'args' style arguments immutableJohn Snow2020-10-202-18/+34
| * | python/machine.py: fix _popen accessJohn Snow2020-10-201-5/+11
| * | python/machine.py: Add _qmp access shimJohn Snow2020-10-201-11/+13
| * | python/machine.py: use qmp.commandJohn Snow2020-10-201-12/+20
| * | python/machine.py: Handle None events in events_waitJohn Snow2020-10-201-7/+20