aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-28bcm2835_rng: Use qcrypto_random_bytes() rather than rand()Peter Maydell1-1/+26
2017-02-28target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki5-0/+169
2017-02-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-upstream-pu...Peter Maydell5-61/+395
2017-02-28throttle: factor out duplicate codePradeep Jagadeesh3-153/+102
2017-02-28fsdev: add IO throttle support to fsdev devicesPradeep Jagadeesh9-3/+258
2017-02-289pfs: fix v9fs_lock error casePaolo Bonzini1-8/+6
2017-02-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-32/+98
2017-02-28syscall: fixed mincore(2) not failing with ENOMEMFranklin \"Snaipe\" Mathieu1-3/+8
2017-02-28hw/acpi/tco.c: fix tco timer stopIgor Pavlikevich1-0/+1
2017-02-28lm32: milkymist-tmu2: fix a third integer overflowPeter Maydell1-1/+1