aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-03target/ppc: Implement PNOPRichard Henderson2-0/+78
2021-06-03target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson4-29/+64
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson6-6/+95
2021-06-03target/ppc: Move page crossing check to ppc_tr_translate_insnRichard Henderson1-3/+6
2021-06-03target/ppc: Introduce macros to check isa extensionsRichard Henderson1-0/+26
2021-06-03target/ppc: powerpc_excp: Consolidade TLB miss codeFabiano Rosas1-35/+2
2021-06-03target/ppc: powerpc_excp: Remove dump_syscall_vectoredFabiano Rosas1-13/+1
2021-06-03target/ppc: powerpc_excp: Move lpes code to where it is usedFabiano Rosas1-22/+25
2021-06-03target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)4-234/+65
2021-06-03target/ppc: removed all mentions to PPC_DUMP_CPUBruno Larsen (billionai)3-312/+0
2021-06-03target/ppc: removed GEN_OPCODE decision treeBruno Larsen (billionai)1-79/+0
2021-06-03HMP: added info cpustats to removed_features.rstBruno Larsen (billionai)1-0/+5
2021-06-03hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)2-21/+0
2021-06-03ppc/pef.c: initialize cgs->ready in kvmppc_svm_init()Daniel Henrique Barboza1-2/+4
2021-06-03monitor: removed cpustats commandBruno Larsen (billionai)2-24/+0
2021-06-03target/ppc: removed mentions to DO_PPC_STATISTICSBruno Larsen (billionai)1-12/+4
2021-06-03target/ppc: remove ppc_cpu_dump_statisticsBruno Larsen (billionai)3-55/+0
2021-06-03target/ppc: updated meson.build to support disable-tcgBruno Larsen (billionai)1-2/+5
2021-06-03target/ppc: created tcg-stub.c fileBruno Larsen (billionai)2-0/+49
2021-06-03target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)4-6/+44
2021-06-03target/ppc: used ternary operator when registering MASBruno Larsen (billionai)1-6/+3
2021-06-03spapr: Set LPCR to current AIL mode when starting a new CPUNicholas Piggin1-5/+9
2021-06-03spapr: Remove stale comment about power-saving LPCR bitsNicholas Piggin1-1/+0
2021-06-03target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)3-30/+23
2021-06-03spapr: nvdimm: Fix the persistent-memory root node name in device treeShivaprasad G Bhat1-2/+2
2021-06-03spapr: nvdimm: Forward declare and move the definitionsShivaprasad G Bhat2-12/+14
2021-06-03spapr: Fix EEH capability issue on KVM guest for PCI passthruMahesh Salgaonkar1-7/+33
2021-06-03spapr: Don't hijack current_machine->boot_orderGreg Kurz2-3/+8
2021-06-03target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)4-4/+0
2021-06-03target/ppc: reduce usage of fpscr_set_rounding_modeBruno Larsen (billionai)1-3/+5
2021-06-03target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.cBruno Larsen (billionai)2-16/+17
2021-06-03target/ppc: cleaned error_report from ppc_store_sdr1Bruno Larsen (billionai)1-4/+4
2021-06-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell24-138/+241
2021-06-02Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell97-591/+141
2021-06-02docs/secure-coding-practices: Describe how to use 'null-co' block driverPhilippe Mathieu-Daudé1-0/+9
2021-06-02block-copy: refactor copy_range handlingVladimir Sementsov-Ogievskiy1-23/+49
2021-06-02block-copy: fix block_copy_task_entry() progress updateVladimir Sementsov-Ogievskiy1-3/+5
2021-06-02nbd/server: Use drained block ops to quiesce the serverSergio Lopez1-21/+61
2021-06-02block-backend: add drained_pollSergio Lopez2-1/+10
2021-06-02block: improve permission conflict error messageVladimir Sementsov-Ogievskiy4-10/+25
2021-06-02block: simplify bdrv_child_user_desc()Vladimir Sementsov-Ogievskiy1-5/+2
2021-06-02block/vvfat: inherit child_vvfat_qcow from child_of_bdsVladimir Sementsov-Ogievskiy1-5/+3
2021-06-02block: improve bdrv_child_get_parent_desc()Vladimir Sementsov-Ogievskiy2-2/+2
2021-06-02block-backend: improve blk_root_get_parent_desc()Vladimir Sementsov-Ogievskiy2-6/+5
2021-06-02block: document child argument of bdrv_attach_child_common()Vladimir Sementsov-Ogievskiy1-9/+15
2021-06-02block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGEThomas Huth1-9/+9
2021-06-02block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFSThomas Huth1-0/+11
2021-06-02block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy3-11/+3
2021-06-02block: drop BlockDriverState::read_onlyVladimir Sementsov-Ogievskiy3-13/+1
2021-06-02block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy9-15/+17