aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-28MAINTAINERS: Add missing entries for the QObject sectionPhilippe Mathieu-Daudé1-1/+5
2019-02-28MAINTAINERS: Add missing entries for the PC machinesPhilippe Mathieu-Daudé1-0/+4
2019-02-28MAINTAINERS: Add missing entries for the sun4u machinesPhilippe Mathieu-Daudé1-1/+5
2019-02-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-fpu-next-260219-1' in...Peter Maydell6-24/+148
2019-02-28linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVTRichard Henderson1-0/+2
2019-02-28target/arm: Enable ARMv8.2-FHM for -cpu maxRichard Henderson2-0/+3
2019-02-28target/arm: Implement VFMAL and VFMSL for aarch32Richard Henderson2-33/+101
2019-02-28target/arm: Implement FMLAL and FMLSL for aarch64Richard Henderson2-1/+53
2019-02-28target/arm: Add helpers for FMLALRichard Henderson2-0/+157
2019-02-28Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"Peter Maydell5-38/+22
2019-02-28target/arm: Gate "miscellaneous FP" insns by ID register fieldPeter Maydell2-12/+33
2019-02-28target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructionsPeter Maydell4-14/+54
2019-02-28hw/arm/armsse: Unify init-svtor and cpuwait handlingPeter Maydell3-30/+42
2019-02-28hw/arm/iotkit-sysctl: Implement CPUWAIT and INITSVTOR*Peter Maydell1-4/+37
2019-02-28hw/arm/iotkit-sysctl: Add SSE-200 registersPeter Maydell3-5/+262
2019-02-28hw/misc/iotkit-sysctl: Correct typo in INITSVTOR0 register namePeter Maydell2-9/+9
2019-02-28target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset()Peter Maydell2-0/+72
2019-02-28target/arm/cpu: Allow init-svtor property to be set after realizePeter Maydell1-5/+24
2019-02-28hw/arm/armsse: Wire up the MHUsPeter Maydell2-9/+30
2019-02-28hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling UnitPeter Maydell6-0/+250
2019-02-28Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190226' into...Peter Maydell43-362/+1362
2019-02-28audio/sdlaudio: Simplify the sdl_callback functionThomas Huth1-26/+19
2019-02-28audio/sdlaudio: Remove the semaphore codeThomas Huth1-140/+5
2019-02-28audio: don't build alsa and sdl by default on linuxGerd Hoffmann1-1/+1
2019-02-28audio: Do not check for audio_calloc failureFrediano Ziglio1-42/+6
2019-02-28audio: Use g_strdup_printf instead of manual building a stringFrediano Ziglio1-20/+5
2019-02-27i2c: Verify that the count passed in to smbus_eeprom_init() is validCorey Minyard1-0/+2
2019-02-27i2c:smbus_eeprom: Add a reset function to smbus_eepromCorey Minyard1-1/+17
2019-02-27i2c:smbus_eeprom: Add vmstate handling to the smbus eepromCorey Minyard1-2/+32
2019-02-27i2c:smbus_eeprom: Add a size constant for the smbus_eeprom sizeCorey Minyard1-3/+7
2019-02-27i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.cCorey Minyard1-5/+10
2019-02-27i2c:smbus_slave: Add an SMBus vmstate structureCorey Minyard2-3/+39
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard4-1/+56
2019-02-27migration: Add a VMSTATE_BOOL_TEST() macroCorey Minyard1-0/+3
2019-02-27i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard2-19/+73
2019-02-27boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard3-0/+3
2019-02-27i2c:smbus: Make white space in switch statements consistentCorey Minyard2-0/+10
2019-02-27i2c:smbus_eeprom: Get rid of the quick commandCorey Minyard1-8/+0
2019-02-27i2c:smbus: Simplify read handlingCorey Minyard3-33/+13
2019-02-27i2c:smbus: Simplify write operationCorey Minyard3-59/+34
2019-02-27i2c:smbus: Correct the working of quick commandsCorey Minyard2-16/+24
2019-02-27i2c: Don't check return value from i2c_recv()Corey Minyard3-24/+5
2019-02-27arm:i2c: Don't mask return from i2c_recv()Corey Minyard1-1/+1
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard19-44/+37
2019-02-27i2c: Split smbus into partsCorey Minyard18-196/+288
2019-02-27target/mips: Preparing for adding MMI instructionsMateja Marjanovic1-2/+41
2019-02-27tests/tcg: target/mips: Add tests for MSA integer max/min instructionsAleksandar Markovic24-0/+3672
2019-02-27tests/tcg: target/mips: Add wrappers for MSA integer max/min instructionsAleksandar Markovic1-0/+30
2019-02-27qemu-doc: Add section on MIPS' Boston boardAleksandar Markovic1-0/+9
2019-02-27qemu-doc: Add section on MIPS' Fulong 2E boardAleksandar Markovic1-0/+13