summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)2021-06-034-234/+65
| * | target/ppc: removed all mentions to PPC_DUMP_CPUBruno Larsen (billionai)2021-06-033-312/+0
| * | target/ppc: removed GEN_OPCODE decision treeBruno Larsen (billionai)2021-06-031-79/+0
| * | HMP: added info cpustats to removed_features.rstBruno Larsen (billionai)2021-06-031-0/+5
| * | hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)2021-06-032-21/+0
| * | ppc/pef.c: initialize cgs->ready in kvmppc_svm_init()Daniel Henrique Barboza2021-06-031-2/+4
| * | monitor: removed cpustats commandBruno Larsen (billionai)2021-06-032-24/+0
| * | target/ppc: removed mentions to DO_PPC_STATISTICSBruno Larsen (billionai)2021-06-031-12/+4
| * | target/ppc: remove ppc_cpu_dump_statisticsBruno Larsen (billionai)2021-06-033-55/+0
| * | target/ppc: updated meson.build to support disable-tcgBruno Larsen (billionai)2021-06-031-2/+5
| * | target/ppc: created tcg-stub.c fileBruno Larsen (billionai)2021-06-032-0/+49
| * | target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)2021-06-034-6/+44
| * | target/ppc: used ternary operator when registering MASBruno Larsen (billionai)2021-06-031-6/+3
| * | spapr: Set LPCR to current AIL mode when starting a new CPUNicholas Piggin2021-06-031-5/+9
| * | spapr: Remove stale comment about power-saving LPCR bitsNicholas Piggin2021-06-031-1/+0
| * | target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)2021-06-033-30/+23
| * | spapr: nvdimm: Fix the persistent-memory root node name in device treeShivaprasad G Bhat2021-06-031-2/+2
| * | spapr: nvdimm: Forward declare and move the definitionsShivaprasad G Bhat2021-06-032-12/+14
| * | spapr: Fix EEH capability issue on KVM guest for PCI passthruMahesh Salgaonkar2021-06-031-7/+33
| * | spapr: Don't hijack current_machine->boot_orderGreg Kurz2021-06-032-3/+8
| * | target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)2021-06-034-4/+0
| * | target/ppc: reduce usage of fpscr_set_rounding_modeBruno Larsen (billionai)2021-06-031-3/+5
| * | target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.cBruno Larsen (billionai)2021-06-032-16/+17
| * | target/ppc: cleaned error_report from ppc_store_sdr1Bruno Larsen (billionai)2021-06-031-4/+4
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-06-0224-138/+241
|\ \ \ | |/ / |/| |
| * | docs/secure-coding-practices: Describe how to use 'null-co' block driverPhilippe Mathieu-Daudé2021-06-021-0/+9
| * | block-copy: refactor copy_range handlingVladimir Sementsov-Ogievskiy2021-06-021-23/+49
| * | block-copy: fix block_copy_task_entry() progress updateVladimir Sementsov-Ogievskiy2021-06-021-3/+5
| * | nbd/server: Use drained block ops to quiesce the serverSergio Lopez2021-06-021-21/+61
| * | block-backend: add drained_pollSergio Lopez2021-06-022-1/+10
| * | block: improve permission conflict error messageVladimir Sementsov-Ogievskiy2021-06-024-10/+25
| * | block: simplify bdrv_child_user_desc()Vladimir Sementsov-Ogievskiy2021-06-021-5/+2
| * | block/vvfat: inherit child_vvfat_qcow from child_of_bdsVladimir Sementsov-Ogievskiy2021-06-021-5/+3
| * | block: improve bdrv_child_get_parent_desc()Vladimir Sementsov-Ogievskiy2021-06-022-2/+2
| * | block-backend: improve blk_root_get_parent_desc()Vladimir Sementsov-Ogievskiy2021-06-022-6/+5
| * | block: document child argument of bdrv_attach_child_common()Vladimir Sementsov-Ogievskiy2021-06-021-9/+15
| * | block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGEThomas Huth2021-06-021-9/+9
| * | block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFSThomas Huth2021-06-021-0/+11
| * | block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy2021-06-023-11/+3
| * | block: drop BlockDriverState::read_onlyVladimir Sementsov-Ogievskiy2021-06-023-13/+1
| * | block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy2021-06-029-15/+17
| * | block/vvfat: fix vvfat_child_perm crashVladimir Sementsov-Ogievskiy2021-06-021-5/+2
| * | block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crashVladimir Sementsov-Ogievskiy2021-06-023-2/+4
| * | qemu-io-cmds: assert that we don't have .perm requested in no-blk caseVladimir Sementsov-Ogievskiy2021-06-021-2/+12
| * | block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_diskLukas Straub2021-06-021-1/+1
* | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-0297-591/+141
|\ \ \
| * | | configure: bump min required CLang to 6.0 / XCode 10.0Daniel P. Berrangé2021-06-021-5/+5
| * | | configure: bump min required GCC to 7.5.0Daniel P. Berrangé2021-06-021-3/+3
| * | | configure: bump min required glib version to 2.56Daniel P. Berrangé2021-06-023-216/+3
| * | | tests/docker: drop CentOS 7 containerDaniel P. Berrangé2021-06-022-48/+0