aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-28target/xtensa: break circular register dependenciesMax Filippov
2019-02-28target/xtensa: reorganize access to boolean registersMax Filippov
2019-02-28target/xtensa: reorganize access to MAC16 registersMax Filippov
2019-02-28target/xtensa: reorganize register handling in translatorsMax Filippov
2019-02-28target/xtensa: only rotate window in the retw helperMax Filippov
2019-02-28target/xtensa: move WINDOW_BASE SR update to postprocessingMax Filippov
2019-02-28target/xtensa: add generic instruction post-processingMax Filippov
2019-02-28target/xtensa: sort FLIX instruction opcodesMax Filippov
2019-02-28Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-02-25-v2' into...Peter Maydell
2019-02-28hw/m68k/mcf5208: Support loading of bios imagesThomas Huth
2019-02-28tests/test-qga: Reenable guest-agent qtestPhilippe Mathieu-Daudé
2019-02-28MAINTAINERS: Clean up the RISC-V TCG backend sectionThomas Huth
2019-02-28MAINTAINERS: Add some missing entries for the sun4m machineThomas Huth
2019-02-28MAINTAINERS: Add maintainer to the TCG/i386 subsystemPhilippe Mathieu-Daudé
2019-02-28MAINTAINERS: Add maintainers to the Linux subsystemPhilippe Mathieu-Daudé
2019-02-28MAINTAINERS: Orphanize the 'GDB stub' subsystemPhilippe Mathieu-Daudé
2019-02-28MAINTAINERS: Add maintainer to the POSIX subsystemPhilippe Mathieu-Daudé
2019-02-28MAINTAINERS: Add an entry for the Dino machinePhilippe Mathieu-Daudé
2019-02-28MAINTAINERS: Add missing test entries to the Cryptography sectionPhilippe Mathieu-Daudé
2019-02-28MAINTAINERS: Add missing entries for the QObject sectionPhilippe Mathieu-Daudé
2019-02-28MAINTAINERS: Add missing entries for the PC machinesPhilippe Mathieu-Daudé
2019-02-28MAINTAINERS: Add missing entries for the sun4u machinesPhilippe Mathieu-Daudé
2019-02-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-fpu-next-260219-1' in...Peter Maydell
2019-02-28linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVTRichard Henderson
2019-02-28target/arm: Enable ARMv8.2-FHM for -cpu maxRichard Henderson
2019-02-28target/arm: Implement VFMAL and VFMSL for aarch32Richard Henderson
2019-02-28target/arm: Implement FMLAL and FMLSL for aarch64Richard Henderson
2019-02-28target/arm: Add helpers for FMLALRichard Henderson
2019-02-28Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell
2019-02-28target/arm: Gate "miscellaneous FP" insns by ID register fieldPeter Maydell
2019-02-28target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructionsPeter Maydell
2019-02-28hw/arm/armsse: Unify init-svtor and cpuwait handlingPeter Maydell
2019-02-28hw/arm/iotkit-sysctl: Implement CPUWAIT and INITSVTOR*Peter Maydell
2019-02-28hw/arm/iotkit-sysctl: Add SSE-200 registersPeter Maydell
2019-02-28hw/misc/iotkit-sysctl: Correct typo in INITSVTOR0 register namePeter Maydell
2019-02-28target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset()Peter Maydell
2019-02-28target/arm/cpu: Allow init-svtor property to be set after realizePeter Maydell
2019-02-28hw/arm/armsse: Wire up the MHUsPeter Maydell
2019-02-28hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling UnitPeter Maydell
2019-02-28Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190226' into...Peter Maydell
2019-02-28audio/sdlaudio: Simplify the sdl_callback functionThomas Huth
2019-02-28audio/sdlaudio: Remove the semaphore codeThomas Huth
2019-02-28audio: don't build alsa and sdl by default on linuxGerd Hoffmann
2019-02-28audio: Do not check for audio_calloc failureFrediano Ziglio
2019-02-28audio: Use g_strdup_printf instead of manual building a stringFrediano Ziglio
2019-02-27i2c: Verify that the count passed in to smbus_eeprom_init() is validCorey Minyard
2019-02-27i2c:smbus_eeprom: Add a reset function to smbus_eepromCorey Minyard
2019-02-27i2c:smbus_eeprom: Add vmstate handling to the smbus eepromCorey Minyard
2019-02-27i2c:smbus_eeprom: Add a size constant for the smbus_eeprom sizeCorey Minyard
2019-02-27i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.cCorey Minyard