aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-15target-i386: Implement BNDLDX, BNDSTXRichard Henderson3-0/+158
2016-02-15target-i386: Update BNDSTATUS for exceptions raised by BOUNDRichard Henderson1-0/+6
2016-02-15target-i386: Implement BNDCL, BNDCU, BNDCNRichard Henderson3-1/+53
2016-02-15target-i386: Implement BNDMOVRichard Henderson1-1/+72
2016-02-15target-i386: Implement BNDMKRichard Henderson1-1/+57
2016-02-13target-i386: Split up gen_lea_modrmRichard Henderson1-114/+85
2016-02-13target-i386: Perform set/reset_inhibit_irq inlineRichard Henderson3-21/+28
2016-02-13target-i386: Enable control registers for MPXRichard Henderson10-26/+189
2016-02-13target-i386: Implement XSAVEOPTRichard Henderson4-11/+43
2016-02-13target-i386: Add XSAVE extensionRichard Henderson6-24/+241
2016-02-13target-i386: Rearrange processing of 0F AERichard Henderson1-52/+72
2016-02-13target-i386: Rearrange processing of 0F 01Richard Henderson1-223/+247
2016-02-13target-i386: Split fxsave/fxrstor implementationRichard Henderson3-82/+101
2016-02-12Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2016-02-12' into s...Peter Maydell9-375/+61
2016-02-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...Peter Maydell21-154/+44
2016-02-11Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell5-153/+214
2016-02-11w32: include winsock2.h before windows.hPaolo Bonzini1-1/+1
2016-02-11Adds keycode 86 to the hid_usage_keys translation table.Daniel Serpell1-1/+1
2016-02-11s390x: remove s390-zipl.romMichael Tokarev5-7/+1
2016-02-11Passthru CCID card: QOMifyCao jin1-6/+8
2016-02-11Emulated CCID card: QOMifyCao jin1-10/+13
2016-02-11ES1370: QOMifyCao jin1-3/+7
2016-02-11char: fix parameter name / type in BSD codepathDaniel P. Berrange1-2/+2
2016-02-11qmp-spec: fix index in docWei Yang1-1/+1
2016-02-11rdma: remove check on time_spent when calculating mbsWei Yang1-2/+2
2016-02-11qemu-sockets: simplify error handlingPaolo Bonzini1-3/+3
2016-02-11cpu: cpu_save/cpu_load is no morePaolo Bonzini2-12/+0
2016-02-11qom: Correct object_property_get_int() descriptionAlistair Francis1-1/+1
2016-02-11man: virtfs-proxy-helper: Rework awkward sentenceChristophe Fergeau1-2/+2
2016-02-11remove libtool supportMichael Tokarev3-103/+2
2016-02-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160211'...Peter Maydell19-94/+288
2016-02-11bcm2835_property: implement "get board revision" queryStephen Warren5-2/+9
2016-02-11hw/arm/virt: fix max-cpus checkAndrew Jones1-5/+5
2016-02-11sd: limit 'req.cmd' while using as an array indexPrasad J Pandit1-2/+5
2016-02-11target-arm: Implement checking of fired watchpointSergey Fedorov3-14/+25
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov3-2/+21
2016-02-11target-arm: Fix IL bit reported for Thumb VFP and Neon trapsPeter Maydell1-3/+3
2016-02-11target-arm: Fix IL bit reported for Thumb coprocessor trapsPeter Maydell1-4/+4
2016-02-11target-arm: Correct misleading 'is_thumb' syn_* parameter namesPeter Maydell1-14/+14
2016-02-11target-arm: Enable EL3 for Cortex-A53 and Cortex-A57Peter Maydell1-0/+2
2016-02-11target-arm: Implement NSACR trapping behaviourPeter Maydell1-4/+58
2016-02-11target-arm: Add isread parameter to CPAccessFnsPeter Maydell6-37/+68
2016-02-11target-arm: Update arm_generate_debug_exceptions() to handle EL2/EL3Peter Maydell1-5/+43
2016-02-11target-arm: Use access_trap_aa32s_el1() for SCR and MVBARPeter Maydell1-2/+4
2016-02-11target-arm: Implement MDCR_EL3 and SDCRPeter Maydell2-0/+27
2016-02-11target-arm: Fix typo in comment in arm_is_secure_below_el3()Peter Maydell1-1/+1
2016-02-10memory: fix usage of find_next_bit and find_next_zero_bitPaolo Bonzini1-19/+36
2016-02-10ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow1-19/+20
2016-02-10ahci: explicitly reject bad engine states on post_loadJohn Snow1-8/+13
2016-02-10ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow1-10/+18