aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger3-4/+93
2020-07-03qdev: Introduce DEFINE_PROP_RESERVED_REGIONEric Auger4-0/+99
2020-07-03Select MDIO device 2 and 1 as PHY devices for i.MX6UL EVK board.Jean-Christophe Dubois1-0/+2
2020-07-03Add the ability to select a different PHY for each i.MX6UL FEC interfaceJean-Christophe Dubois2-0/+12
2020-07-03Add a phy-num property to the i.MX FEC emulatorJean-Christophe Dubois3-9/+20
2020-07-03Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell15-51/+9535
2020-07-03migration: Count new_dirty instead of real_dirtyKeqian Zhu2-7/+6
2020-07-03migration: postcopy take proper error returnDr. David Alan Gilbert1-1/+1
2020-07-03virtiofsd: Allow addition or removal of capabilitiesDr. David Alan Gilbert3-2/+58
2020-07-03virtiofsd: Check capability callsDr. David Alan Gilbert1-3/+13
2020-07-03virtiofsd: Terminate capability listDr. David Alan Gilbert1-1/+3
2020-07-03Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-06-24' in...Peter Maydell3-39/+2
2020-07-03Merge tag 's390-ccw-bios-2020-07-02' into s390-next-stagingCornelia Huck19-110/+116
2020-07-03s390x/pci: fix set_ind_atomicHalil Pasic1-7/+9
2020-07-03virtio-ccw: fix virtio_set_ind_atomicHalil Pasic1-8/+10
2020-07-03target/s390x: Fix SQXBRRichard Henderson1-1/+1
2020-07-03Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20200702-pull-reque...Peter Maydell13-0/+3
2020-07-03iotests: Fix 051 output after qdev_init_nofail() removalPhilippe Mathieu-Daudé1-2/+2
2020-07-03iotests.py: Do not wait() before communicate()Max Reitz1-17/+17
2020-07-03vvfat: Fix array_remove_slice()Kevin Wolf1-37/+5
2020-07-03vvfat: Check that updated filenames are validKevin Wolf1-1/+24
2020-07-03qemu-storage-daemon: add missing cleanup callsStefan Hajnoczi1-0/+4
2020-07-03qemu-storage-daemon: remember to add qemu_object_optsStefan Hajnoczi1-0/+1
2020-07-03qemu-img convert: Don't pre-zero imagesKevin Wolf1-9/+0
2020-07-02target/riscv: configure and turn on vector extension from command lineLIU Zhiwei2-1/+46
2020-07-02target/riscv: vector compress instructionLIU Zhiwei4-0/+64
2020-07-02target/riscv: vector register gather instructionLIU Zhiwei4-0/+150
2020-07-02target/riscv: vector slide instructionsLIU Zhiwei4-0/+155
2020-07-02target/riscv: floating-point scalar move instructionsLIU Zhiwei2-0/+52
2020-07-02target/riscv: integer scalar move instructionLIU Zhiwei3-0/+67
2020-07-02target/riscv: integer extract instructionLIU Zhiwei2-0/+117
2020-07-02target/riscv: vector element index instructionLIU Zhiwei4-0/+56
2020-07-02target/riscv: vector iota instructionLIU Zhiwei4-0/+62
2020-07-02target/riscv: set-X-first mask bitLIU Zhiwei4-0/+98
2020-07-02target/riscv: vmfirst find-first-set mask bitLIU Zhiwei4-0/+54
2020-07-02target/riscv: vector mask population count vmpopcLIU Zhiwei4-0/+55
2020-07-02target/riscv: vector mask-register logical instructionsLIU Zhiwei4-0/+92
2020-07-02target/riscv: vector widening floating-point reduction instructionsLIU Zhiwei4-0/+54
2020-07-02target/riscv: vector single-width floating-point reduction instructionsLIU Zhiwei4-0/+58
2020-07-02target/riscv: vector wideing integer reduction instructionsLIU Zhiwei4-0/+24
2020-07-02target/riscv: vector single-width integer reduction instructionsLIU Zhiwei4-0/+133
2020-07-02target/riscv: narrowing floating-point/integer type-convert instructionsLIU Zhiwei4-0/+103
2020-07-02target/riscv: widening floating-point/integer type-convert instructionsLIU Zhiwei4-0/+106
2020-07-02target/riscv: vector floating-point/integer type-convert instructionsLIU Zhiwei4-0/+56
2020-07-02target/riscv: vector floating-point merge instructionsLIU Zhiwei4-0/+68
2020-07-02target/riscv: vector floating-point classify instructionsLIU Zhiwei6-30/+107
2020-07-02target/riscv: vector floating-point compare instructionsLIU Zhiwei4-0/+258
2020-07-02target/riscv: vector floating-point sign-injection instructionsLIU Zhiwei4-0/+118
2020-07-02target/riscv: vector floating-point min/max instructionsLIU Zhiwei4-0/+50
2020-07-02target/riscv: vector floating-point square-root instructionLIU Zhiwei4-0/+93