aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-30qcow2: Avoid COW during metadata preallocationKevin Wolf1-1/+1
2019-04-30qemu-img: Saner printing of large file sizesEric Blake29-150/+123
2019-04-30cutils: Fix size_to_str() on 32-bit platformsEric Blake1-1/+1
2019-04-30block/vhdx: Use IEC binary prefixes for size constantsStefano Garzarella3-7/+9
2019-04-30block/vhdx: Remove redundant IEC binary prefixes definitionStefano Garzarella2-6/+3
2019-04-30vmdk: Set vmdk parent backing_format to vmdkSam Eiderman1-0/+2
2019-04-30vpc: unlock Coroutine lock to make IO submit ConcurrentlyZhengui li1-0/+4
2019-04-30block: Fix AioContext switch for bs->drv == NULLKevin Wolf1-10/+2
2019-04-30tests/qemu-iotests: Fix output of qemu-io related testsThomas Huth26-214/+214
2019-04-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+1
2019-04-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190429'...Peter Maydell50-235/+1595
2019-04-29hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé8-17/+25
2019-04-29hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded stringPhilippe Mathieu-Daudé4-3/+6
2019-04-29hw/net/ne2000-isa: Add guards to the headerPhilippe Mathieu-Daudé1-0/+6
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé7-7/+24
2019-04-29hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé9-26/+44
2019-04-29hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé5-5/+22
2019-04-29hw/devices: Move CBus declarations into a new headerPhilippe Mathieu-Daudé5-15/+35
2019-04-29hw/devices: Move Blizzard declarations into a new headerPhilippe Mathieu-Daudé5-8/+26
2019-04-29hw/devices: Move TC6393XB declarations into a new headerPhilippe Mathieu-Daudé5-8/+27
2019-04-29hw/display/tc6393xb: Remove unused functionsPhilippe Mathieu-Daudé2-19/+0
2019-04-29hw/arm/nseries: Use TYPE_TMP105 instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+2
2019-04-29hw/arm/aspeed: Use TYPE_TMP105/TYPE_PCA9552 instead of hardcoded stringPhilippe Mathieu-Daudé1-4/+9
2019-04-29hw/dma: Compile the bcm2835_dma device as common objectPhilippe Mathieu-Daudé1-1/+1
2019-04-29target/arm: Enable FPU for Cortex-M4 and Cortex-M33Peter Maydell1-0/+8
2019-04-29target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell3-1/+56
2019-04-29target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell4-1/+102
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell5-0/+140
2019-04-29target/arm: Add lazy-FP-stacking support to v7m_stack_write()Peter Maydell1-39/+79
2019-04-29target/arm: New function armv7m_nvic_set_pending_lazyfp()Peter Maydell2-0/+108
2019-04-29target/arm: New helper function arm_v7m_mmu_idx_all()Peter Maydell2-3/+18
2019-04-29target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell4-0/+45
2019-04-29target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell4-0/+28
2019-04-29target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell4-7/+25
2019-04-29target/arm: Move NS TBFLAG from bit 19 to bit 6Peter Maydell1-5/+6
2019-04-29target/arm: Handle floating point registers in exception returnPeter Maydell1-1/+141
2019-04-29target/arm: Allow for floating point in callee stack integrity checkPeter Maydell1-3/+19
2019-04-29target/arm: Clean excReturn bits when tail chainingPeter Maydell1-0/+8
2019-04-29target/arm: Clear CONTROL.SFPA in BXNS and BLXNSPeter Maydell1-0/+4
2019-04-29target/arm: Implement v7m_update_fpccr()Peter Maydell3-1/+114
2019-04-29target/arm: Handle floating point registers in exception entryPeter Maydell1-3/+95
2019-04-29target/arm/helper: don't return early for STKOF faults during stackingPeter Maydell1-5/+18
2019-04-29target/arm: Handle SFPA and FPCA bits in reads and writes of CONTROLPeter Maydell1-8/+49
2019-04-29target/arm: Clear CONTROL_S.SFPA in SG insn if FPU presentPeter Maydell1-0/+1
2019-04-29target/arm: Decode FP instructions for M profilePeter Maydell1-4/+22
2019-04-29target/arm: Honour M-profile FP enable bitsPeter Maydell2-5/+60
2019-04-29target/arm: Disable most VFP sysregs for M-profilePeter Maydell1-2/+17
2019-04-29target/arm: Implement dummy versions of M-profile FP-related registersPeter Maydell4-0/+180
2019-04-29hw/intc/armv7m_nvic: Allow reading of M-profile MVFR* registersPeter Maydell1-0/+6
2019-04-29target/arm: Make sure M-profile FPSCR RES0 bits are not settablePeter Maydell1-0/+8