aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-28hw/block: Request permissionsKevin Wolf17-27/+142
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf8-15/+36
2017-02-28block: Request real permissions in blk_new_open()Kevin Wolf1-3/+19
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf11-12/+23
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf14-29/+100
2017-02-28block: Add permissions to blk_new()Kevin Wolf18-30/+53
2017-02-28block: Add permissions to BlockBackendKevin Wolf2-0/+29
2017-02-28block: Request real permissions in bdrv_attach_child()Kevin Wolf1-2/+8
2017-02-28block: Require .bdrv_child_perm() with child nodesKevin Wolf1-2/+4
2017-02-28vvfat: Implement .bdrv_child_perm()Kevin Wolf3-1/+24
2017-02-28block: Request child permissions in format driversKevin Wolf12-0/+12
2017-02-28block: Default .bdrv_child_perm() for format driversKevin Wolf2-0/+52
2017-02-28block: Request child permissions in filter driversKevin Wolf6-0/+8
2017-02-28block: Default .bdrv_child_perm() for filter driversKevin Wolf2-0/+31
2017-02-28block: Involve block drivers in permission grantingKevin Wolf2-4/+263
2017-02-28block: Let callers request permissions when attaching a child nodeKevin Wolf3-11/+78
2017-02-28block: Add Error argument to bdrv_attach_child()Kevin Wolf3-5/+23
2017-02-28block: Add op blocker permission constantsKevin Wolf1-0/+36
2017-02-28option: Tweak invalid size error message and unbreak iotest 049Markus Armbruster2-6/+10
2017-02-28qemu-img: make convert asyncPeter Lieven3-99/+243
2017-02-28Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell11-87/+289
2017-02-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell13-15/+44
2017-02-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...Peter Maydell26-331/+1897
2017-02-28Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-10/+10
2017-02-28Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170228' into stagingPeter Maydell2-0/+4
2017-02-28hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster IDKrzysztof Kozlowski1-0/+12
2017-02-28hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski3-1/+171
2017-02-28bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps3-0/+478
2017-02-28armv7m: Allow SHCSR writes to change pending and active bitsPeter Maydell1-2/+11
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell4-2/+12
2017-02-28armv7m: Check exception return consistencyPeter Maydell3-13/+123
2017-02-28armv7m: Extract "exception taken" code into functionsPeter Maydell1-50/+68
2017-02-28armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver1-2/+6
2017-02-28armv7m: Simpler and faster exception startMichael Davidsaver1-6/+9
2017-02-28armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell3-5/+3
2017-02-28armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver2-2/+53
2017-02-28arm: gic: Remove references to NVICMichael Davidsaver3-46/+15
2017-02-28armv7m: Fix condition check for taking exceptionsPeter Maydell3-8/+23
2017-02-28armv7m: Rewrite NVIC to not use any GIC codeMichael Davidsaver2-144/+609
2017-02-28armv7m: Implement reading and writing of PRIGROUPPeter Maydell1-6/+8
2017-02-28armv7m: Rename nvic_state to NVICStatePeter Maydell1-22/+22
2017-02-28ARM i.MX timers: fix reset handlingKurban Mallachiev1-8/+25
2017-02-28hw/arm/virt: Add a user option to disallow ITS instantiationEric Auger2-2/+30
2017-02-28cputlb: Don't assume do_unassigned_access() never returnsPeter Maydell1-8/+7
2017-02-28Add missing fp_access_check() to aarch64 crypto instructionsNick Reilly1-0/+12
2017-02-28hw/arm/virt: fix cpu object reference leakIgor Mammedov1-0/+1
2017-02-28sd: sdhci: Remove block count enable check in single block transfersPrasad J Pandit1-5/+1
2017-02-28sd: sdhci: conditionally invoke multi block transferPrasad J Pandit1-1/+5
2017-02-28sd: sdhci: check transfer mode register in multi block transferPrasad J Pandit1-5/+5
2017-02-28sd: sdhci: mask transfer mode register valuePrasad J Pandit1-1/+2