aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin5-5/+86
2019-08-21ppc: fix leak in h_client_architecture_supportShivaprasad G Bhat1-0/+2
2019-08-21ppc: fix memory leak in spapr_dt_drc()Shivaprasad G Bhat1-2/+5
2019-08-21ppc: fix memory leak in spapr_caps_add_propertiesShivaprasad G Bhat1-1/+3
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic3-278/+76
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée3-14/+13
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic3-39/+99
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic3-52/+89
2019-08-21migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia2-4/+10
2019-08-21spapr_pci: Allow 2MiB and 16MiB IOMMU pagesizes by defaultDavid Gibson2-1/+8
2019-08-21hw: add compat machines for 4.2Cornelia Huck9-6/+71
2019-08-21spapr_iommu: Fix xlate trace to print translated addressAlexey Kardashevskiy1-1/+1
2019-08-21spapr: quantify error messages regarding capability settingsDaniel Black1-14/+28
2019-08-20Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-2...Peter Maydell13-11/+48
2019-08-20Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-20-2019' ...Peter Maydell18-2572/+3231
2019-08-20Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-08-19' in...Peter Maydell35-43/+313
2019-08-20hw/core: Add a config switch for the generic loader deviceThomas Huth2-1/+5
2019-08-20hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth5-1/+17
2019-08-20hw/core: Add a config switch for the "split-irq" deviceThomas Huth3-1/+7
2019-08-20hw/core: Add a config switch for the "or-irq" deviceThomas Huth4-2/+9
2019-08-20hw/core: Add a config switch for the "register" deviceThomas Huth4-1/+6
2019-08-19hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machinesPhilippe Mathieu-Daudé1-1/+0
2019-08-19hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMUPhilippe Mathieu-Daudé1-1/+1
2019-08-19hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/KconfigPhilippe Mathieu-Daudé2-3/+3
2019-08-19target/mips: tests/tcg: Fix target configurations for MSA testsAleksandar Markovic8-2028/+2576
2019-08-19target/mips: tests/tcg: Add optional printing of more detailed failure infoAleksandar Markovic1-1/+22
2019-08-19target/mips: Style improvements in mips_mipssim.cAleksandar Markovic1-7/+12
2019-08-19target/mips: Style improvements in mips_malta.cAleksandar Markovic1-88/+128
2019-08-19target/mips: Style improvements in mips_int.cAleksandar Markovic1-1/+2
2019-08-19target/mips: Style improvements in mips_fulong2e.cAleksandar Markovic1-38/+58
2019-08-19target/mips: Style improvements in cps.cAleksandar Markovic1-2/+4
2019-08-19target/mips: Style improvements in translate.cAleksandar Markovic1-380/+393
2019-08-19target/mips: Style improvements in machine.cAleksandar Markovic1-2/+2
2019-08-19target/mips: Style improvements in cpu.cAleksandar Markovic1-6/+11
2019-08-19target/mips: Style improvements in cp0_timer.cAleksandar Markovic1-19/+23
2019-08-19Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190819' into stagingPeter Maydell5-30/+79
2019-08-19doc: Preallocation does not require writing zeroesMax Reitz3-8/+9
2019-08-19iotests: Fix 141 when run with qedMax Reitz3-7/+12
2019-08-19vpc: Do not return RAW from block_statusMax Reitz1-1/+1
2019-08-19vmdk: Make block_status recurse for flat extentsMax Reitz1-0/+3
2019-08-19vdi: Make block_status recurse for fixed imagesMax Reitz1-1/+2
2019-08-19iotests: Full mirror to existing non-zero imageMax Reitz2-6/+60
2019-08-19iotests: Test convert -n to pre-filled imageMax Reitz2-0/+25
2019-08-19iotests: Convert to preallocated encrypted qcow2Max Reitz2-1/+23
2019-08-19vhdx: Fix .bdrv_has_zero_init()Max Reitz1-1/+25
2019-08-19vdi: Fix .bdrv_has_zero_init()Max Reitz1-1/+12
2019-08-19qcow2: Fix .bdrv_has_zero_init()Max Reitz1-1/+28
2019-08-19block: Use bdrv_has_zero_init_truncate()Max Reitz2-2/+2