summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-i386: kvm: 'kvm_get_supported_msrs' cleanupLi Qiang2019-08-201-94/+91Star
* 9p: simplify source file selectionPaolo Bonzini2019-08-203-1/+7
* configure: Define target access alignment in configuretony.nguyen@bt.com2019-08-2011-18/+18
* memory: assert on out of scope notificationYan Zhao2019-08-201-2/+4
* hw/i386/pc: Map into memory the initrdStefano Garzarella2019-08-202-4/+14
* elf-ops.h: Map into memory the ELF to loadStefano Garzarella2019-08-201-29/+42
* loader: Handle memory-mapped ELFsStefano Garzarella2019-08-203-11/+34
* target-i386: adds PV_SCHED_YIELD CPUID feature bitWanpeng Li2019-08-201-1/+1
* kvm: i386: halt poll control MSR supportMarcelo Tosatti2019-08-205-1/+40
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-2...Peter Maydell2019-08-2013-11/+48
|\
| * hw/core: Add a config switch for the generic loader deviceThomas Huth2019-08-202-1/+5
| * hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth2019-08-205-1/+17
| * hw/core: Add a config switch for the "split-irq" deviceThomas Huth2019-08-203-1/+7
| * hw/core: Add a config switch for the "or-irq" deviceThomas Huth2019-08-204-2/+9
| * hw/core: Add a config switch for the "register" deviceThomas Huth2019-08-204-1/+6
| * hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machinesPhilippe Mathieu-Daudé2019-08-191-1/+0Star
| * hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMUPhilippe Mathieu-Daudé2019-08-191-1/+1
| * hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/KconfigPhilippe Mathieu-Daudé2019-08-192-3/+3
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-20-2019' ...Peter Maydell2019-08-2018-2572/+3231
|\ \
| * | target/mips: tests/tcg: Fix target configurations for MSA testsAleksandar Markovic2019-08-198-2028/+2576
| * | target/mips: tests/tcg: Add optional printing of more detailed failure infoAleksandar Markovic2019-08-191-1/+22
| * | target/mips: Style improvements in mips_mipssim.cAleksandar Markovic2019-08-191-7/+12
| * | target/mips: Style improvements in mips_malta.cAleksandar Markovic2019-08-191-88/+128
| * | target/mips: Style improvements in mips_int.cAleksandar Markovic2019-08-191-1/+2
| * | target/mips: Style improvements in mips_fulong2e.cAleksandar Markovic2019-08-191-38/+58
| * | target/mips: Style improvements in cps.cAleksandar Markovic2019-08-191-2/+4
| * | target/mips: Style improvements in translate.cAleksandar Markovic2019-08-191-380/+393
| * | target/mips: Style improvements in machine.cAleksandar Markovic2019-08-191-2/+2
| * | target/mips: Style improvements in cpu.cAleksandar Markovic2019-08-191-6/+11
| * | target/mips: Style improvements in cp0_timer.cAleksandar Markovic2019-08-191-19/+23
| |/
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-08-19' in...Peter Maydell2019-08-2035-43/+313
|\ \
| * | doc: Preallocation does not require writing zeroesMax Reitz2019-08-193-8/+9
| * | iotests: Fix 141 when run with qedMax Reitz2019-08-193-7/+12
| * | vpc: Do not return RAW from block_statusMax Reitz2019-08-191-1/+1
| * | vmdk: Make block_status recurse for flat extentsMax Reitz2019-08-191-0/+3
| * | vdi: Make block_status recurse for fixed imagesMax Reitz2019-08-191-1/+2
| * | iotests: Full mirror to existing non-zero imageMax Reitz2019-08-192-6/+60
| * | iotests: Test convert -n to pre-filled imageMax Reitz2019-08-192-0/+25
| * | iotests: Convert to preallocated encrypted qcow2Max Reitz2019-08-192-1/+23
| * | vhdx: Fix .bdrv_has_zero_init()Max Reitz2019-08-191-1/+25
| * | vdi: Fix .bdrv_has_zero_init()Max Reitz2019-08-191-1/+12
| * | qcow2: Fix .bdrv_has_zero_init()Max Reitz2019-08-191-1/+28
| * | block: Use bdrv_has_zero_init_truncate()Max Reitz2019-08-192-2/+2
| * | block: Implement .bdrv_has_zero_init_truncate()Max Reitz2019-08-1910-0/+18
| * | block: Add bdrv_has_zero_init_truncate()Max Reitz2019-08-193-0/+29
| * | mirror: Fix bdrv_has_zero_init() useMax Reitz2019-08-194-7/+24
| * | qemu-img: Fix bdrv_has_zero_init() use in convertMax Reitz2019-08-191-3/+8
| * | LUKS: support preallocationMaxim Levitsky2019-08-192-4/+32
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190819' into stagingPeter Maydell2019-08-195-30/+79
|\ \ \ | |_|/ |/| |
| * | target/riscv: Remove redundant declaration pragmasRichard Henderson2019-08-191-18/+1Star