aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-27target/arm: Create ARMVQMapRichard Henderson4-28/+27
2022-06-27target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson1-8/+7
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson7-3/+112
2022-06-27target/arm: Add the SME ZA storage to CPUARMStateRichard Henderson2-0/+56
2022-06-27target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson4-0/+12
2022-06-27target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2Richard Henderson1-0/+33
2022-06-27target/arm: Add SMCR_ELxRichard Henderson2-2/+47
2022-06-27target/arm: Add SVCRRichard Henderson2-0/+19
2022-06-27target/arm: Add ARM_CP_SMERichard Henderson2-0/+23
2022-06-27target/arm: Add syn_smetrapRichard Henderson1-0/+14
2022-06-27target/arm: Add SMEEXC_EL to TB flagsRichard Henderson4-0/+56
2022-06-27target/arm: Implement TPIDR2_EL0Richard Henderson2-0/+33
2022-06-27target/arm: Catch invalid kvm state also for hvfAlexander Graf1-4/+12
2022-06-27accel: Introduce current_accel_name()Alexander Graf3-2/+10
2022-06-27sphinx: change default language to 'en'Martin Liška1-1/+1
2022-06-27Merge tag 'qemu-sparc-20220626' of https://github.com/mcayland/qemu into stagingRichard Henderson10-389/+846
2022-06-26artist: set memory region owners for buffers to the artist deviceMark Cave-Ayland1-1/+1
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland5-33/+14
2022-06-26pckbd: add QEMU interface comment for I8042 deviceMark Cave-Ayland1-0/+10
2022-06-26pckbd: switch I8042 device from update_irq() function to PS2 device gpioMark Cave-Ayland1-4/+33
2022-06-26pckbd: add i8042_reset() function to I8042 deviceMark Cave-Ayland1-1/+9
2022-06-26pckbd: add QEMU interface comment for I8042_MMIO deviceMark Cave-Ayland1-0/+11
2022-06-26pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpioMark Cave-Ayland1-6/+32
2022-06-26lasips2: add QEMU interface commentMark Cave-Ayland1-0/+14
2022-06-26lasips2: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland1-4/+25
2022-06-26lasips2: use sysbus IRQ for output IRQMark Cave-Ayland1-4/+5
2022-06-26lasips2: implement lasips2_realize()Mark Cave-Ayland1-3/+8
2022-06-26lasips2: add base propertyMark Cave-Ayland2-1/+17
2022-06-26lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()Mark Cave-Ayland1-3/+5
2022-06-26lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland3-10/+11
2022-06-26lasips2: implement lasips2_init() functionMark Cave-Ayland1-4/+14
2022-06-26lasips2: rename lasips2_init() to lasips2_initfn() and update it to return th...Mark Cave-Ayland3-5/+8
2022-06-26lasips2: move lasips2 QOM types from lasips2.c to lasips2.hMark Cave-Ayland2-23/+22
2022-06-26lasips2: QOMify LASIPS2StateMark Cave-Ayland1-3/+26
2022-06-26pl050: add QEMU interface commentMark Cave-Ayland1-0/+8
2022-06-26pl050: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland1-3/+11
2022-06-26pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDStateMark Cave-Ayland2-8/+10
2022-06-26ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...Mark Cave-Ayland2-2/+23
2022-06-26ps2: introduce ps2_lower_irq() instead of calling update_irq() directlyMark Cave-Ayland1-2/+7
2022-06-26ps2: use ps2_raise_irq() instead of calling update_irq() directlyMark Cave-Ayland1-1/+1
2022-06-26ps2: make ps2_raise_irq() function staticMark Cave-Ayland2-2/+1
2022-06-26pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmio_realize()Mark Cave-Ayland1-3/+3
2022-06-26pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()Mark Cave-Ayland1-2/+3
2022-06-26pckbd: move mapping of I8042_MMIO registers to MIPS magnum machineMark Cave-Ayland3-10/+9
2022-06-26pckbd: alter i8042_mm_init() to return a I8042_MMIO deviceMark Cave-Ayland2-6/+8
2022-06-26pckbd: implement i8042_mmio_init() functionMark Cave-Ayland1-2/+9
2022-06-26pckbd: implement i8042_mmio_realize() functionMark Cave-Ayland2-1/+14
2022-06-26pckbd: add size qdev property to I8042_MMIO deviceMark Cave-Ayland2-0/+3
2022-06-26pckbd: add mask qdev property to I8042_MMIO deviceMark Cave-Ayland1-1/+7
2022-06-26pckbd: implement i8042_mmio_reset() for I8042_MMIO deviceMark Cave-Ayland1-1/+9