aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-30qcow2: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf
2020-04-30block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf
2020-04-30qemu-iotests: allow qcow2 external discarded clusters to contain stale dataPaolo Bonzini
2020-04-30qcow2: Add incompatibility note between backing files and raw external data f...Alberto Garcia
2020-04-30Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2020-04-30...Peter Maydell
2020-04-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200430-...Peter Maydell
2020-04-30hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodesEdgar E. Iglesias
2020-04-30hw/arm: xlnx-zcu102: Move arm_boot_info into XlnxZCU102Edgar E. Iglesias
2020-04-30device_tree: Constify compat in qemu_fdt_node_path()Edgar E. Iglesias
2020-04-30device_tree: Allow name wildcards in qemu_fdt_node_path()Edgar E. Iglesias
2020-04-30target/arm/cpu: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé
2020-04-30target/arm: Make cpu_register() available for other filesThomas Huth
2020-04-30target/arm: Restrict the Address Translate write operation to TCG accelPhilippe Mathieu-Daudé
2020-04-30hw/arm/virt: dt: add kaslr-seed propertyJerome Forissier
2020-04-30hw/arm/virt: dt: move creation of /secure-chosen to create_fdt()Jerome Forissier
2020-04-30target/arm: Vectorize integer comparison vs zeroRichard Henderson
2020-04-30net: cadence_gem: clear RX control descriptorRamon Fried
2020-04-30Cadence: gem: fix wraparound in 64bit descriptorsRamon Fried
2020-04-30hw/arm: versal: Setup the ADMA with 128bit bus-widthEdgar E. Iglesias
2020-04-30qdev-monitor: print the device's clock with info qtreeDamien Hedde
2020-04-30hw/arm/xilinx_zynq: connect uart clocks to slcrDamien Hedde
2020-04-30hw/char/cadence_uart: add clock supportDamien Hedde
2020-04-30hw/misc/zynq_slcr: add clock generation for uartsDamien Hedde
2020-04-30docs/clocks: add device's clock documentationPeter Maydell
2020-04-30qdev-clock: introduce an init array to ease the device constructionDamien Hedde
2020-04-30qdev: add clock input&output support to devices.Damien Hedde
2020-04-30hw/core/clock-vmstate: define a vmstate entry for clock stateDamien Hedde
2020-04-30Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into stagingPeter Maydell
2020-04-30Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-04-30' into ...Peter Maydell
2020-04-30hw/core/clock: introduce clock objectPeter Maydell
2020-04-30tests/boot_linux_console: Add ethernet test to SmartFusion2Subbaraya Sundeep
2020-04-30msf2: Add EMAC block to SmartFusion2 SoCSubbaraya Sundeep
2020-04-30hw/net: Add Smartfusion2 emac blockSubbaraya Sundeep
2020-04-30Typo: Correct the name of CPU hotplug memory regionKeqian Zhu
2020-04-30bugfix: Use gicr_typer in arm_gicv3_icc_resetKeqian Zhu
2020-04-30nrf51: Fix last GPIO CNF addressCameron Esfahani
2020-04-30dma/xlnx-zdma: Fix descriptor loading (REG) wrt endiannessEdgar E. Iglesias
2020-04-30dma/xlnx-zdma: Fix descriptor loading (MEM) wrt endiannessEdgar E. Iglesias
2020-04-30target/microblaze: Add the pvr-user2 propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the pvr-user1 propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the unaligned-exceptions propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the div-zero-exception propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the ill-opcode-exception propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the opcode-0x0-illegal CPU propertyEdgar E. Iglesias
2020-04-30qapi: Generate simpler marshalling code when no argumentsMarkus Armbruster
2020-04-30qapi: Disallow qmp_marshal_FOO(NULL, ...)Markus Armbruster
2020-04-30qom: Simplify object_property_get_enum()Markus Armbruster
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster