summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | python/machine.py: Don't modify state in _base_args()John Snow2020-10-202-10/+14
| * | python/machine.py: reorder __init__John Snow2020-10-201-19/+25
| * | python/machine.py: Fix monitor address typingJohn Snow2020-10-201-15/+25
| * | python/qemu: use isort to lay out importsJohn Snow2020-10-206-11/+19
| * | MAINTAINERS: Add Python library stanzaJohn Snow2020-10-201-1/+8
| |/
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201020-...Peter Maydell2020-10-2029-148/+1405
|\ \ | |/ |/|
| * target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionPeter Maydell2020-10-203-0/+16
| * target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16Peter Maydell2020-10-201-19/+28
| * target/arm: Fix has_vfp/has_neon ID reg squashing for M-profilePeter Maydell2020-10-201-12/+19
| * target/arm: Implement v8.1M low-overhead-loop instructionsPeter Maydell2020-10-202-2/+99
| * target/arm: Implement v8.1M branch-future insns (as NOPs)Peter Maydell2020-10-203-1/+38
| * target/arm: Don't allow BLX imm for M-profilePeter Maydell2020-10-201-0/+8
| * target/arm: Make the t32 insn[25:23]=111 group non-overlappingPeter Maydell2020-10-201-13/+11Star
| * target/arm: Implement v8.1M conditional-select insnsPeter Maydell2020-10-202-0/+63
| * target/arm: Implement v8.1M NOCP handlingPeter Maydell2020-10-203-6/+22
| * decodetree: Fix codegen for non-overlapping group inside overlapping groupPeter Maydell2020-10-201-1/+1
| * hw/arm/nseries: Fix loading kernel image on n8x0 machinesPhilippe Mathieu-Daudé2020-10-201-0/+1
| * microbit_i2c: Fix coredump when dump-vmstatePeng Liang2020-10-201-0/+1
| * target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11Richard Henderson2020-10-202-8/+10
| * target/arm: Fix reported EL for mte_check_failRichard Henderson2020-10-201-7/+3Star
| * target/arm: Remove redundant mmu_idx lookupRichard Henderson2020-10-201-2/+1Star
| * hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbersPhilippe Mathieu-Daudé2020-10-201-4/+4