aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-08-24json: Fix streamer not to ignore trailing unterminated structuresMarkus Armbruster1-0/+1
2018-08-24json: Pass lexical errors and limit violations to callbackMarkus Armbruster1-3/+0
2018-08-24json: Treat unwanted interpolation as lexical errorMarkus Armbruster1-2/+2
2018-08-24json: Rename token JSON_ESCAPE & friends to JSON_INTERPMarkus Armbruster1-1/+1
2018-08-24json: Redesign the callback to consume JSON valuesMarkus Armbruster2-4/+7
2018-08-24json: Have lexer call streamer directlyMarkus Armbruster2-10/+6
2018-08-24json: remove useless return value from lexer/parserMarc-André Lureau2-4/+4
2018-08-24json: Reject invalid UTF-8 sequencesMarkus Armbruster1-0/+1
2018-08-24Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into ...Peter Maydell1-1/+10
2018-08-24hw/display/bcm2835_fb: Validate config settingsPeter Maydell1-0/+8
2018-08-24hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell1-2/+4
2018-08-24hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell1-0/+22
2018-08-24hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell1-0/+1
2018-08-24hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell1-4/+0
2018-08-24hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell1-3/+1
2018-08-24hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell1-6/+20
2018-08-24hw/ssi/pl022: Allow use as embedded-struct devicePeter Maydell1-0/+51
2018-08-24hw/arm/iotkit: Wire up the lines for MSCsPeter Maydell1-0/+8
2018-08-24hw/misc/iotkit-secctl: Wire up registers for controlling MSCsPeter Maydell1-0/+14
2018-08-24hw/misc/tz-msc: Model TrustZone Master Security ControllerPeter Maydell1-0/+79
2018-08-24hw/misc/iotkit: Wire up the sysctl and sysinfo register blocksPeter Maydell1-1/+5
2018-08-24hw/misc/iotkit-sysinfo: Implement IoTKit system information blockPeter Maydell1-0/+37
2018-08-24hw/misc/iotkit-sysctl: Implement IoTKit system control elementPeter Maydell1-0/+49
2018-08-24hw/arm/iotkit: Wire up the S32KTIMERPeter Maydell1-1/+1
2018-08-24hw/arm/iotkit: Wire up the watchdogsPeter Maydell1-0/+6
2018-08-24hw/arm/iotkit: Wire up the dualtimerPeter Maydell1-1/+2
2018-08-24hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer modulePeter Maydell1-0/+72
2018-08-24hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTERPeter Maydell1-0/+6
2018-08-24hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz countersPeter Maydell1-0/+4
2018-08-24softfloat: Add scaling float-to-int routinesRichard Henderson1-20/+59
2018-08-24softfloat: Add scaling int-to-float routinesRichard Henderson1-13/+39
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell19-104/+403
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard1-1/+1
2018-08-23i2c: pm_smbus: Add interrupt handlingCorey Minyard1-0/+2
2018-08-23i2c: pm_smbus: Add block transfer capabilityCorey Minyard1-2/+18
2018-08-23i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard1-2/+15
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand1-3/+3
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand1-0/+1
2018-08-23vhost-user-scsi: move host_features into VHostSCSICommonGreg Edwards2-1/+1
2018-08-23seqlock: add QemuLockable supportPaolo Bonzini1-0/+20
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota1-6/+5
2018-08-23rcu_queue: add RCU QTAILQEmilio G. Cota1-0/+66
2018-08-23rcu_queue: add RCU QSIMPLEQEmilio G. Cota1-0/+65
2018-08-23rcu_queue: remove barrier from QLIST_EMPTY_RCUEmilio G. Cota1-1/+1
2018-08-23rcu_queue: use atomic_set in QLIST_REMOVE_RCUEmilio G. Cota1-1/+1
2018-08-23fw_cfg: import & use linux/qemu_fw_cfg.hMarc-André Lureau4-70/+102
2018-08-23qsp: track BQL callers explicitlyEmilio G. Cota2-1/+4
2018-08-23qsp: support call site coalescingEmilio G. Cota1-1/+1
2018-08-23qsp: add qsp_resetEmilio G. Cota1-0/+1
2018-08-23qsp: add sort_by option to qsp_reportEmilio G. Cota1-1/+7