aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-28semihosting: Improve condition for config.c and console.cRichard Henderson
2022-06-28semihosting: Return failure from softmmu-uaccess.h functionsRichard Henderson
2022-06-28semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson
2022-06-27Merge tag 'pull-target-arm-20220627' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-06-27target/arm: Check V7VE as well as LPAE in arm_pamaxRichard Henderson
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson
2022-06-27target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.hRichard Henderson
2022-06-27target/arm: Add SVL to TB flagsRichard Henderson
2022-06-27target/arm: Introduce sve_vqm1_for_el_smRichard Henderson
2022-06-27target/arm: Add cpu properties for SMERichard Henderson
2022-06-27target/arm: Unexport aarch64_add_*_propertiesRichard Henderson
2022-06-27target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson
2022-06-27target/arm: Generalize cpu_arm_{get, set}_default_vec_lenRichard Henderson
2022-06-27target/arm: Generalize cpu_arm_{get,set}_vqRichard Henderson
2022-06-27target/arm: Create ARMVQMapRichard Henderson
2022-06-27target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson
2022-06-27target/arm: Add the SME ZA storage to CPUARMStateRichard Henderson
2022-06-27target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson
2022-06-27target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2Richard Henderson
2022-06-27target/arm: Add SMCR_ELxRichard Henderson
2022-06-27target/arm: Add SVCRRichard Henderson
2022-06-27target/arm: Add ARM_CP_SMERichard Henderson
2022-06-27target/arm: Add syn_smetrapRichard Henderson
2022-06-27target/arm: Add SMEEXC_EL to TB flagsRichard Henderson
2022-06-27target/arm: Implement TPIDR2_EL0Richard Henderson
2022-06-27target/arm: Catch invalid kvm state also for hvfAlexander Graf
2022-06-27accel: Introduce current_accel_name()Alexander Graf
2022-06-27sphinx: change default language to 'en'Martin Liška
2022-06-27Merge tag 'qemu-sparc-20220626' of https://github.com/mcayland/qemu into stagingRichard Henderson
2022-06-26artist: set memory region owners for buffers to the artist deviceMark Cave-Ayland
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland
2022-06-26pckbd: add QEMU interface comment for I8042 deviceMark Cave-Ayland
2022-06-26pckbd: switch I8042 device from update_irq() function to PS2 device gpioMark Cave-Ayland
2022-06-26pckbd: add i8042_reset() function to I8042 deviceMark Cave-Ayland
2022-06-26pckbd: add QEMU interface comment for I8042_MMIO deviceMark Cave-Ayland
2022-06-26pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpioMark Cave-Ayland
2022-06-26lasips2: add QEMU interface commentMark Cave-Ayland
2022-06-26lasips2: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland
2022-06-26lasips2: use sysbus IRQ for output IRQMark Cave-Ayland
2022-06-26lasips2: implement lasips2_realize()Mark Cave-Ayland
2022-06-26lasips2: add base propertyMark Cave-Ayland
2022-06-26lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()Mark Cave-Ayland
2022-06-26lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland
2022-06-26lasips2: implement lasips2_init() functionMark Cave-Ayland
2022-06-26lasips2: rename lasips2_init() to lasips2_initfn() and update it to return th...Mark Cave-Ayland
2022-06-26lasips2: move lasips2 QOM types from lasips2.c to lasips2.hMark Cave-Ayland
2022-06-26lasips2: QOMify LASIPS2StateMark Cave-Ayland
2022-06-26pl050: add QEMU interface commentMark Cave-Ayland
2022-06-26pl050: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland