aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell83-697/+2191
2019-02-26Merge remote-tracking branch 'remotes/berrange/tags/authz-core-pull-request' ...Peter Maydell49-563/+3773
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange16-378/+209
2019-02-26authz: add QAuthZPAM object type for authorizing using PAMDaniel P. Berrange8-0/+452
2019-02-26authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé7-0/+642
2019-02-26authz: add QAuthZList object type for an access control listDaniel P. Berrange10-1/+604
2019-02-26authz: add QAuthZSimple object type for easy whitelist auth checksDaniel P. Berrangé7-0/+280
2019-02-26authz: add QAuthZ object as an authorization base classDaniel P. Berrange8-4/+220
2019-02-26hw/usb: switch MTP to use new inotify APIsDaniel P. Berrangé2-165/+111
2019-02-26hw/usb: fix const-ness for string params in MTP driverDaniel P. Berrangé1-4/+4
2019-02-26hw/usb: don't set IN_ISDIR for inotify watch in MTP driverDaniel P. Berrangé1-2/+1
2019-02-26qom: don't require user creatable objects to be registeredDaniel P. Berrangé2-10/+18
2019-02-26util: add helper APIs for dealing with inotify in portable mannerDaniel P. Berrangé9-1/+1234
2019-02-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell25-286/+525
2019-02-25Merge remote-tracking branch 'mreitz/tags/pull-block-2019-02-25' into queue-b...Kevin Wolf63-566/+1699
2019-02-25iotests: Skip 211 on insufficient memoryMax Reitz2-2/+7
2019-02-25vmdk: false positive of compat6 with hwversion not setyuchenlin1-1/+1
2019-02-25iotests: add LUKS payload overhead to 178 qemu-img measure testStefan Hajnoczi2-0/+32
2019-02-25qcow2: include LUKS payload overhead in qemu-img measureStefan Hajnoczi1-1/+71
2019-02-25iotests.py: s/_/-/g on keys in qmp_log()Max Reitz8-138/+140
2019-02-25iotests: Let 045 be run concurrentlyMax Reitz2-4/+3
2019-02-25iotests: Filter SSH pathsMax Reitz1-0/+1
2019-02-25iotests.py: Filter filename in any string valueMax Reitz1-1/+1
2019-02-25iotests.py: Add is_str()Max Reitz1-0/+6
2019-02-25iotests: Fix 207 to use QMP filters for qmp_logMax Reitz2-5/+9
2019-02-25iotests: Fix 232 for LUKSMax Reitz1-0/+4
2019-02-25iotests: Remove superfluous rm from 232Max Reitz1-1/+0
2019-02-25iotests: Fix 237 for Python 2.xMax Reitz1-1/+1
2019-02-25iotests: Re-add filename filtersMax Reitz5-10/+15
2019-02-25iotests: Test json:{} filenames of internal BDSsMax Reitz3-0/+158
2019-02-25block: BDS options may lack the "driver" optionMax Reitz1-0/+6
2019-02-25block/null: Generate filename even with latency-nsMax Reitz1-1/+2
2019-02-25block/curl: Implement bdrv_refresh_filename()Max Reitz1-0/+21
2019-02-25block/curl: Harmonize option defaultsMax Reitz1-5/+8