aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180319'...Peter Maydell9-63/+237
2018-03-19hw/arm/raspi: Provide spin-loop code for AArch64 CPUsPeter Maydell1-1/+40
2018-03-19hw/arm/bcm2836: Hardcode correct CPU typePeter Maydell2-11/+15
2018-03-19hw/arm/bcm2836: Use correct affinity values for BCM2837Peter Maydell1-4/+7
2018-03-19hw/arm/bcm2836: Create proper bcm2837 devicePeter Maydell3-6/+53
2018-03-19hw/arm/bcm2836: Rename bcm2836 type/struct to bcm283xPeter Maydell3-22/+23
2018-03-19hw/arm/bcm2386: Fix parent type of bcm2386Peter Maydell1-1/+1
2018-03-19hw/arm/boot: If booting a kernel in EL2, set SCR_EL3.HCEPeter Maydell1-0/+5
2018-03-19hw/arm/boot: assert that secure_boot and secure_board_setup are false for AAr...Peter Maydell1-0/+7
2018-03-19hw/arm/raspi: Don't do board-setup or secure-boot for raspi3Peter Maydell1-4/+13
2018-03-19char: i.MX: Add support for "TX complete" interruptAndrey Smirnov2-3/+20
2018-03-19char: i.MX: Simplify imx_update()Andrey Smirnov1-8/+16
2018-03-19dump: Update correct kdump phys_base field for AArch64Wei Huang1-3/+11
2018-03-19fsl-imx6: Swap Ethernet interrupt definesGuenter Roeck2-3/+29
2018-03-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell39-524/+2652
2018-03-19iotests: Avoid realpath, for CentOS 6Eric Blake1-6/+6
2018-03-19block: fix iotest 146 output expectationsJeff Cody1-1/+1
2018-03-19iscsi: fix iSER compilationPaolo Bonzini1-1/+1
2018-03-19block: Fix leak of ignore_children in error pathFam Zheng1-1/+1
2018-03-19vvfat: Fix inherit_options flagsFam Zheng1-1/+1
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li7-24/+34
2018-03-19vpc: Require aligned size in .bdrv_co_createKevin Wolf1-31/+82
2018-03-19vpc: Support .bdrv_co_createKevin Wolf2-38/+147
2018-03-19vhdx: Support .bdrv_co_createKevin Wolf2-53/+203
2018-03-19vdi: Make comments consistent with other driversKevin Wolf1-3/+9
2018-03-19qed: Support .bdrv_co_createKevin Wolf2-67/+162
2018-03-19qcow: Support .bdrv_co_createKevin Wolf2-67/+150
2018-03-19qemu-iotests: Enable write tests for parallelsKevin Wolf2-2/+1
2018-03-19parallels: Support .bdrv_co_createKevin Wolf2-49/+168
2018-03-19iotests: Add regression test for commit base lockingFam Zheng2-0/+17
2018-03-19block: Fix flags in reopen queueFam Zheng1-0/+8
2018-03-19vdi: Implement .bdrv_co_createMax Reitz2-6/+20
2018-03-19vdi: Move file creation to vdi_co_create_optsMax Reitz1-18/+28
2018-03-19vdi: Pull option parsing from vdi_co_createMax Reitz2-14/+95
2018-03-19qemu-iotests: Test luks QMP image creationKevin Wolf4-1/+348
2018-03-19luks: Catch integer overflow for huge sizesKevin Wolf1-0/+5
2018-03-19luks: Turn invalid assertion into checkKevin Wolf1-1/+4
2018-03-19luks: Support .bdrv_co_createKevin Wolf2-1/+50
2018-03-19luks: Create block_crypto_co_create_generic()Kevin Wolf1-34/+61
2018-03-19luks: Separate image file creation from formattingKevin Wolf1-20/+17
2018-03-19tests/test-blockjob: test cancellationsJohn Snow1-4/+229
2018-03-19iotests: test manual job dismissalJohn Snow2-2/+189
2018-03-19blockjobs: Expose manual propertyJohn Snow4-23/+82
2018-03-19blockjobs: add block-job-finalizeJohn Snow5-17/+98
2018-03-19blockjobs: add PENDING status and eventJohn Snow3-25/+78
2018-03-19blockjobs: add waiting statusJohn Snow2-18/+25
2018-03-19blockjobs: add prepare callbackJohn Snow2-3/+37
2018-03-19blockjobs: add block_job_txn_apply functionJohn Snow1-9/+16
2018-03-19blockjobs: add commit, abort, clean helpersJohn Snow1-9/+26
2018-03-19blockjobs: ensure abort is called for cancelled jobsJohn Snow3-6/+18