aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-21apci: drop has_pci arg for acpi_build_madtGerd Hoffmann4-18/+14
2020-10-21microvm: set pci_irq_maskGerd Hoffmann2-1/+7
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann3-2/+4
2020-10-21tests/acpi: add empty microvm/APIC.pcieGerd Hoffmann1-0/+0
2020-10-21tests/acpi: allow changes for microvm/APIC.pcieGerd Hoffmann1-0/+1
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé5-44/+43
2020-10-21qapi: Restrict 'query-kvm' command to machine codePhilippe Mathieu-Daudé2-30/+30
2020-10-21qapi: Restrict '(p)memsave' command to machine codePhilippe Mathieu-Daudé2-61/+61
2020-10-21qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.jsonPhilippe Mathieu-Daudé4-57/+59
2020-10-21qapi: Restrict 'inject-nmi' command to machine codePhilippe Mathieu-Daudé3-20/+21
2020-10-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201020-...Peter Maydell29-148/+1405
2020-10-20python/qemu/qmp.py: Fix settimeout operationJohn Snow1-6/+17
2020-10-20python/qemu/qmp.py: re-raise OSError when encounteredJohn Snow1-4/+5
2020-10-20target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionPeter Maydell3-0/+16
2020-10-20target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16Peter Maydell1-19/+28
2020-10-20target/arm: Fix has_vfp/has_neon ID reg squashing for M-profilePeter Maydell1-12/+19
2020-10-20target/arm: Implement v8.1M low-overhead-loop instructionsPeter Maydell2-2/+99
2020-10-20target/arm: Implement v8.1M branch-future insns (as NOPs)Peter Maydell3-1/+38
2020-10-20target/arm: Don't allow BLX imm for M-profilePeter Maydell1-0/+8
2020-10-20target/arm: Make the t32 insn[25:23]=111 group non-overlappingPeter Maydell1-13/+11
2020-10-20target/arm: Implement v8.1M conditional-select insnsPeter Maydell2-0/+63
2020-10-20target/arm: Implement v8.1M NOCP handlingPeter Maydell3-6/+22
2020-10-20decodetree: Fix codegen for non-overlapping group inside overlapping groupPeter Maydell1-1/+1
2020-10-20hw/arm/nseries: Fix loading kernel image on n8x0 machinesPhilippe Mathieu-Daudé1-0/+1
2020-10-20microbit_i2c: Fix coredump when dump-vmstatePeng Liang1-0/+1
2020-10-20target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11Richard Henderson2-8/+10
2020-10-20target/arm: Fix reported EL for mte_check_failRichard Henderson1-7/+3
2020-10-20target/arm: Remove redundant mmu_idx lookupRichard Henderson1-2/+1
2020-10-20hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbersPhilippe Mathieu-Daudé1-4/+4
2020-10-20hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlersPhilippe Mathieu-Daudé2-1/+7
2020-10-20loads-stores.rst: add footnote that clarifies GETPC usageEmanuele Giuseppe Esposito1-1/+7
2020-10-20tests/qtest: Add npcm7xx timer testHavard Skinnemoen2-0/+563
2020-10-20target/arm: Use tlb_flush_page_bits_by_mmuidx*Richard Henderson1-7/+39
2020-10-20accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson2-9/+302
2020-10-20hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQsPhilippe Mathieu-Daudé1-2/+11
2020-10-20hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé3-21/+44
2020-10-20hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé2-5/+5
2020-10-20hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé2-2/+5
2020-10-20hw/arm: Restrict APEI tables generation to the 'virt' machinePhilippe Mathieu-Daudé2-1/+1
2020-10-20hw/arm/strongarm: Fix 'time to transmit a char' unit commentPhilippe Mathieu-Daudé1-1/+1
2020-10-20target/arm: AArch32 VCVT fixed-point to float is always round-to-nearestPeter Maydell3-13/+47
2020-10-20target/arm: Fix SMLAD incorrect setting of Q bitPeter Maydell1-11/+49
2020-10-20python: add mypy configJohn Snow1-0/+4
2020-10-20python/qemu/qmp.py: Preserve error context on re-raiseJohn Snow1-4/+5
2020-10-20python/qemu/console_socket.py: avoid encoding to/from stringJohn Snow1-15/+5
2020-10-20python/qemu/console_socket.py: Add type hint annotationsJohn Snow1-9/+9
2020-10-20python/qemu/console_socket.py: Clarify type of drain_threadJohn Snow1-2/+1
2020-10-20python/qemu/console_socket.py: fix typing of settimeoutJohn Snow1-4/+6
2020-10-20python/qemu/console_socket.py: Correct type of recv()John Snow1-2/+3
2020-10-20python/qemu: Add mypy type annotationsJohn Snow4-75/+101