aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-15Merge tag 'pull-block-2021-12-15' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson26-84/+78
2021-12-15Merge tag 'pull-target-arm-20211215' of https://git.linaro.org/people/pmaydel...Richard Henderson44-145/+429
2021-12-15Merge tag 'migration-20211214-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson10-126/+131
2021-12-15Merge tag 'pull-request-2021-12-15' of https://gitlab.com/thuth/qemu into sta...Richard Henderson25-76/+2290
2021-12-15blockdev: Drop unused drive_get_next()Markus Armbruster2-11/+0
2021-12-15hw/arm/aspeed: Replace drive_get_next() by drive_get()Markus Armbruster1-8/+13
2021-12-15hw/arm/xilinx_zynq: Replace drive_get_next() by drive_get()Markus Armbruster1-7/+9
2021-12-15hw/arm/xlnx-zcu102: Replace drive_get_next() by drive_get()Markus Armbruster1-3/+3
2021-12-15tests/acpi: add expected blob for VIOT test on virt machineJean-Philippe Brucker2-1/+0
2021-12-15tests/acpi: add expected blobs for VIOT test on q35 machineJean-Philippe Brucker3-2/+0
2021-12-15tests/acpi: add test case for VIOTJean-Philippe Brucker1-0/+38
2021-12-15tests/acpi: allow updates of VIOT expected data filesJean-Philippe Brucker4-0/+3
2021-12-15hw/arm/virt: Use object_property_set instead of qdev_prop_setJean-Philippe Brucker1-2/+3
2021-12-15hw/arm/virt: Reject instantiation of multiple IOMMUsJean-Philippe Brucker1-0/+5
2021-12-15hw/arm/virt: Remove device tree restriction for virtio-iommuJean-Philippe Brucker2-18/+4
2021-12-15hw/arm/virt-acpi-build: Add VIOT table for virtio-iommuJean-Philippe Brucker2-0/+8
2021-12-15hw/net: npcm7xx_emc fix missing queue_flushPatrick Venture1-10/+8
2021-12-15target/arm: Correct calculation of tlb range invalidate lengthPeter Maydell1-3/+3
2021-12-15hw/arm: Don't include qemu-common.h unnecessarilyPeter Maydell8-8/+0
2021-12-15target/rx/cpu.h: Don't include qemu-common.hPeter Maydell1-1/+0
2021-12-15target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell2-1/+1
2021-12-15include/hw/i386: Don't include qemu-common.h in .h filesPeter Maydell2-2/+0
2021-12-15target/i386: Use assert() to sanity-check b1 in SSE decodePeter Maydell1-9/+3
2021-12-15tests/tcg: Add arm and aarch64 pc alignment testsRichard Henderson4-2/+89
2021-12-15target/arm: Suppress bp for exceptions with more priorityRichard Henderson1-0/+23
2021-12-15target/arm: Assert thumb pc is alignedRichard Henderson3-2/+20
2021-12-15target/arm: Take an exception if PC is misalignedRichard Henderson6-20/+87
2021-12-15target/arm: Split compute_fsr_fsc out of arm_deliver_faultRichard Henderson1-17/+28
2021-12-15target/arm: Advance pc for arch single-step exceptionRichard Henderson1-0/+1
2021-12-15target/arm: Split arm_pre_translate_insnRichard Henderson1-3/+7
2021-12-15target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insnRichard Henderson1-8/+8
2021-12-15target/arm: Hoist pc_next to a local variable in arm_tr_translate_insnRichard Henderson1-4/+5
2021-12-15target/arm: Hoist pc_next to a local variable in aarch64_tr_translate_insnRichard Henderson1-3/+4
2021-12-15hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selectorPhilippe Mathieu-Daudé3-5/+12
2021-12-15hw/intc/arm_gicv3: Extract gicv3_set_gicv3state from arm_gicv3_cpuif.cPhilippe Mathieu-Daudé3-9/+24
2021-12-15Fix STM32F2XX USART data register readoutOlivier Hériveaux1-1/+2
2021-12-15docs: aspeed: ADC is now modelledJoel Stanley1-1/+1
2021-12-15docs: aspeed: Give an example of booting a kernelJoel Stanley1-3/+12
2021-12-15docs: aspeed: Update OpenBMC image URLJoel Stanley1-1/+1
2021-12-15docs: aspeed: Add new boardsJoel Stanley1-1/+6
2021-12-15hw/intc: clean-up error reporting for failed ITS cmdAlex Bennée1-12/+27
2021-12-15multifd: Make zlib compression method not use iovsJuan Quintela1-8/+9
2021-12-15multifd: Make zstd compression method not use iovsJuan Quintela1-10/+10
2021-12-15COLO: Move some trace code behind qemu_mutex_unlock_iothread()Rao, Lei1-3/+3
2021-12-15multifd: Shut down the QIO channels to avoid blocking the send threads when t...Li Zhang1-0/+3
2021-12-15multifd: Fill offset and block for receptionJuan Quintela1-0/+2
2021-12-15multifd: remove used parameter from send_recv_pages() methodJuan Quintela4-14/+11
2021-12-15multifd: remove used parameter from send_prepare() methodJuan Quintela4-15/+10
2021-12-15multifd: The variable is only used inside the loopJuan Quintela1-2/+1
2021-12-15multifd: Add missing documentionJuan Quintela3-0/+5