summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* elf: Add EM_NANOMIPS value as a valid one for e_machine fieldAleksandar Rikalo2018-08-241-0/+2
* Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into ...Peter Maydell2018-08-241-1/+10
|\
| * check: Only test pvpanic when it is compiled inJuan Quintela2018-08-211-1/+10
* | hw/display/bcm2835_fb: Validate config settingsPeter Maydell2018-08-241-0/+8
* | hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell2018-08-241-2/+4
* | hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell2018-08-241-0/+22
* | hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell2018-08-241-0/+1
* | hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell2018-08-241-4/+0
* | hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell2018-08-241-3/+1
* | hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell2018-08-241-6/+20
* | hw/ssi/pl022: Allow use as embedded-struct devicePeter Maydell2018-08-241-0/+51
* | hw/arm/iotkit: Wire up the lines for MSCsPeter Maydell2018-08-241-0/+8
* | hw/misc/iotkit-secctl: Wire up registers for controlling MSCsPeter Maydell2018-08-241-0/+14
* | hw/misc/tz-msc: Model TrustZone Master Security ControllerPeter Maydell2018-08-241-0/+79
* | hw/misc/iotkit: Wire up the sysctl and sysinfo register blocksPeter Maydell2018-08-241-1/+5
* | hw/misc/iotkit-sysinfo: Implement IoTKit system information blockPeter Maydell2018-08-241-0/+37
* | hw/misc/iotkit-sysctl: Implement IoTKit system control elementPeter Maydell2018-08-241-0/+49
* | hw/arm/iotkit: Wire up the S32KTIMERPeter Maydell2018-08-241-1/+1
* | hw/arm/iotkit: Wire up the watchdogsPeter Maydell2018-08-241-0/+6
* | hw/arm/iotkit: Wire up the dualtimerPeter Maydell2018-08-241-1/+2
* | hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer modulePeter Maydell2018-08-241-0/+72
* | hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTERPeter Maydell2018-08-241-0/+6
* | hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz countersPeter Maydell2018-08-241-0/+4
* | softfloat: Add scaling float-to-int routinesRichard Henderson2018-08-241-20/+59
* | softfloat: Add scaling int-to-float routinesRichard Henderson2018-08-241-13/+39
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-08-2319-104/+403
|\ \ | |/ |/|
| * i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard2018-08-231-1/+1
| * i2c: pm_smbus: Add interrupt handlingCorey Minyard2018-08-231-0/+2
| * i2c: pm_smbus: Add block transfer capabilityCorey Minyard2018-08-231-2/+18
| * i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard2018-08-231-2/+15
| * pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand2018-08-231-3/+3
| * pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand2018-08-231-0/+1
| * vhost-user-scsi: move host_features into VHostSCSICommonGreg Edwards2018-08-232-1/+1
| * seqlock: add QemuLockable supportPaolo Bonzini2018-08-231-0/+20
| * qom: convert the CPU list to RCUEmilio G. Cota2018-08-231-6/+5
| * rcu_queue: add RCU QTAILQEmilio G. Cota2018-08-231-0/+66
| * rcu_queue: add RCU QSIMPLEQEmilio G. Cota2018-08-231-0/+65
| * rcu_queue: remove barrier from QLIST_EMPTY_RCUEmilio G. Cota2018-08-231-1/+1
| * rcu_queue: use atomic_set in QLIST_REMOVE_RCUEmilio G. Cota2018-08-231-1/+1
| * fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau2018-08-234-70/+102
| * qsp: track BQL callers explicitlyEmilio G. Cota2018-08-232-1/+4
| * qsp: support call site coalescingEmilio G. Cota2018-08-231-1/+1
| * qsp: add qsp_resetEmilio G. Cota2018-08-231-0/+1
| * qsp: add sort_by option to qsp_reportEmilio G. Cota2018-08-231-1/+7
| * qsp: QEMU's Synchronization ProfilerEmilio G. Cota2018-08-235-11/+86
| * seqlock: constify seqlock_read_beginEmilio G. Cota2018-08-231-1/+1
| * chardev/char-fe: Fix typosJulia Suvorova2018-08-231-5/+5
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180821' into...Peter Maydell2018-08-214-10/+62
|\ \ | |/ |/|
| * spapr: introduce a IRQ controller backend to the machineCédric Le Goater2018-08-212-9/+24
| * spapr: introduce a fixed IRQ number spaceCédric Le Goater2018-08-212-0/+37