aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-24hw/misc/iotkit-sysctl: Implement IoTKit system control elementPeter Maydell6-0/+321
2018-08-24hw/arm/iotkit: Wire up the S32KTIMERPeter Maydell2-5/+6
2018-08-24hw/arm/iotkit: Wire up the watchdogsPeter Maydell2-3/+61
2018-08-24hw/arm/mps2: Wire up dual-timer in mps2-an385 and mps2-an511Peter Maydell1-0/+11
2018-08-24hw/arm/iotkit: Wire up the dualtimerPeter Maydell2-4/+7
2018-08-24hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer modulePeter Maydell6-0/+596
2018-08-24hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTERPeter Maydell2-4/+99
2018-08-24hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz countersPeter Maydell2-1/+56
2018-08-24hw/arm/boot: AArch32 kernels should be started in Hyp mode if availablePeter Maydell1-0/+11
2018-08-24target/arm: Clear CPSR.IL and CPSR.J on 32-bit exception entryPeter Maydell1-0/+2
2018-08-24target/arm: Implement support for taking exceptions to Hyp modePeter Maydell1-0/+82
2018-08-24target/arm: Factor out code for taking an AArch32 exceptionPeter Maydell1-23/+41
2018-08-24target/arm: Implement AArch32 HCR and HCR2Peter Maydell1-4/+50
2018-08-24target/arm: Implement RAZ/WI HACTLR2Peter Maydell1-0/+10
2018-08-24hw/arm/vexpress: Add "virtualization" property controlling presence of EL2Peter Maydell1-3/+53
2018-08-24hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3Peter Maydell1-2/+2
2018-08-24hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it upPeter Maydell1-3/+28
2018-08-24hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell1-0/+4
2018-08-24hw/arm/fsl-imx6ul: Connect VIRQ and VFIQPeter Maydell1-0/+4
2018-08-24hw/arm/highbank: Connect VIRQ and VFIQPeter Maydell1-0/+6
2018-08-24hw/arm/vexpress: Connect VIRQ and VFIQPeter Maydell1-0/+4
2018-08-24hw/intc/arm_gic: Make per-cpu GICH memory regions 0x200 bytes largePeter Maydell1-1/+1
2018-08-24target/arm: Use the float-to-int-scale softfloat routinesRichard Henderson1-48/+49
2018-08-24target/arm: Use the int-to-float-scale softfloat routinesRichard Henderson1-24/+5
2018-08-24softfloat: Add scaling float-to-int routinesRichard Henderson2-93/+375
2018-08-24softfloat: Add scaling int-to-float routinesRichard Henderson2-61/+175
2018-08-24tests/vm: Increase timeout waiting for VM to boot to 5 minutesPeter Maydell1-1/+1
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell101-736/+2529
2018-08-23KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini2-10/+0
2018-08-23target/i386: update MPX flags when CPL changesPaolo Bonzini1-3/+4
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard5-5/+8
2018-08-23i2c: pm_smbus: Don't delay host status register busy bit when interrupts are ...Corey Minyard1-6/+13
2018-08-23i2c: pm_smbus: Add interrupt handlingCorey Minyard3-1/+31
2018-08-23i2c: pm_smbus: Add block transfer capabilityCorey Minyard3-15/+164
2018-08-23i2c: pm_smbus: Make the I2C block read command read-onlyCorey Minyard1-5/+4
2018-08-23i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard3-17/+47
2018-08-23i2c: pm_smbus: Clean up some style issuesCorey Minyard1-20/+38
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand4-42/+37
2018-08-23pc: drop memory region alignment check for 0David Hildenbrand1-1/+1
2018-08-23util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()David Hildenbrand1-3/+12
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand4-18/+29
2018-08-23ipmi: Use proper struct reference for BT vmstateCorey Minyard1-13/+55
2018-08-23vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PIGreg Edwards2-0/+6
2018-08-23vhost-scsi: unify vhost-scsi get_features implementationsGreg Edwards2-13/+4
2018-08-23vhost-user-scsi: move host_features into VHostSCSICommonGreg Edwards3-8/+9
2018-08-23cpus: allow cpu_get_ticks out of BQLPaolo Bonzini1-15/+20
2018-08-23cpus: protect TimerState writes with a spinlockPaolo Bonzini1-25/+47
2018-08-23seqlock: add QemuLockable supportPaolo Bonzini1-0/+20
2018-08-23cpus: protect all icount computation with seqlockPaolo Bonzini1-27/+42
2018-08-23module: Use QEMU_MODULE_DIR as a search pathryang1-8/+14