aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-05target/sparc: Merge gen_branch2 into advance_pcRichard Henderson1-14/+14
2023-11-05target/sparc: Do flush_cond in advance_jump_condRichard Henderson1-6/+4
2023-11-05target/sparc: Always copy conditions into a new temporaryRichard Henderson1-1/+2
2023-11-05target/sparc: Change DisasCompare.c2 to intRichard Henderson1-15/+18
2023-11-05target/sparc: Remove DisasCompare.is_boolRichard Henderson1-15/+7
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson10-178/+26
2023-11-05target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTVRichard Henderson4-200/+32
2023-11-05target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUBRichard Henderson3-261/+42
2023-11-05target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADDRichard Henderson3-255/+87
2023-11-05target/sparc: Remove CC_OP_DIVRichard Henderson5-110/+93
2023-11-05target/sparc: Remove CC_OP_LOGICRichard Henderson3-53/+28
2023-11-05target/sparc: Split psr and xcc into componentsRichard Henderson7-270/+289
2023-11-05target/sparc: Introduce cpu_put_psr_iccRichard Henderson3-2/+8
2023-11-03Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi56-779/+2305
2023-11-03Merge tag 'migration-20231102-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi61-467/+1307
2023-11-02tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG deviceTong Ho2-1/+486
2023-11-02hw/arm: xlnx-versal-virt: Add AMD/Xilinx TRNG deviceTong Ho3-0/+22
2023-11-02hw/misc: Introduce AMD/Xilix Versal TRNG deviceTong Ho4-0/+781
2023-11-02target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walkPeter Maydell2-3/+5
2023-11-02hw/char/stm32f2xx_usart: Add more definitions for CR1 registerHans-Erik Floryd1-4/+6
2023-11-02hw/char/stm32f2xx_usart: Update IRQ when DR is writtenHans-Erik Floryd1-0/+1
2023-11-02hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq()Hans-Erik Floryd1-12/+16
2023-11-02target/arm: Fix SVE STR incrementRichard Henderson3-3/+57
2023-11-02target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctlyPeter Maydell1-3/+12
2023-11-02linux-user: Report AArch64 hwcap2 fields above bit 31Peter Maydell2-5/+5
2023-11-02target/arm: Enable FEAT_MOPS insns in user-mode emulationPeter Maydell1-0/+2
2023-11-02hw/i2c/pm_smbus: Convert DPRINTF to trace eventsBernhard Beschow2-14/+10
2023-11-02hw/misc/imx6_ccm: Convert DPRINTF to trace eventsBernhard Beschow2-27/+29
2023-11-02hw/misc/imx7_snvs: Trace MMIO accessBernhard Beschow2-0/+9
2023-11-02hw/watchdog/wdt_imx2: Trace timer activityBernhard Beschow2-0/+6
2023-11-02hw/watchdog/wdt_imx2: Trace MMIO accessBernhard Beschow2-6/+22
2023-11-02hw/arm/pxa2xx_gpio: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé1-6/+2
2023-11-02MAINTAINERS: Make sure that gicv3_internal.h is covered, tooThomas Huth1-1/+1
2023-11-02docs/specs/vmgenid: Convert to rSTPeter Maydell4-246/+248
2023-11-02docs/specs/vmcoreinfo: Convert to rSTPeter Maydell4-53/+56
2023-11-02docs/specs/virt-ctlr: Convert to rSTPeter Maydell3-7/+7
2023-11-02docs/specs/standard-vga: Convert to rSTPeter Maydell6-83/+98
2023-11-02docs/specs/pvpanic: Convert to rSTPeter Maydell2-14/+28
2023-11-02docs/specs/ivshmem-spec: Convert to rSTPeter Maydell4-42/+26
2023-11-02docs/specs/edu: Convert to rSTPeter Maydell3-33/+55
2023-11-02docs/specs/vmw_pvscsi-spec: Convert to rSTPeter Maydell4-92/+117
2023-11-02hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()Peter Maydell3-22/+23
2023-11-02hw/input/stellaris_input: Convert to qdevPeter Maydell3-33/+88
2023-11-02hw/input/stellaris_gamepad: Remove StellarisGamepadButton structPeter Maydell1-31/+16
2023-11-02qdev: Add qdev_prop_set_array()Kevin Wolf2-0/+24
2023-11-02hw/input/stellaris_gamepad: Rename structs to our usual conventionPeter Maydell1-11/+11
2023-11-02hw/input/stellaris_input: Rename to stellaris_gamepadPeter Maydell6-8/+8
2023-11-02linux-user/elfload: Add missing arm64 hwcap valuesMarielle Novastrider2-0/+8
2023-11-02migration: modify test_multifd_tcp_none() to use new QAPI syntax.Het Gala1-1/+6
2023-11-02migration: Implement MigrateChannelList to hmp migration flow.Het Gala3-6/+25