aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-05target/sparc: Check for invalid cond in gen_compare_regRichard Henderson
2023-11-05target/sparc: Implement UDIV inlineRichard Henderson
2023-11-05target/sparc: Implement UDIVX and SDIVX inlineRichard Henderson
2023-11-05target/sparc: Discard cpu_cond at the end of each insnRichard Henderson
2023-11-05target/sparc: Record entire jump condition in DisasContextRichard Henderson
2023-11-05target/sparc: Merge gen_op_next_insn into only callerRichard Henderson
2023-11-05target/sparc: Pass displacement to advance_jump_condRichard Henderson
2023-11-05target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_condRichard Henderson
2023-11-05target/sparc: Merge gen_branch2 into advance_pcRichard Henderson
2023-11-05target/sparc: Do flush_cond in advance_jump_condRichard Henderson
2023-11-05target/sparc: Always copy conditions into a new temporaryRichard Henderson
2023-11-05target/sparc: Change DisasCompare.c2 to intRichard Henderson
2023-11-05target/sparc: Remove DisasCompare.is_boolRichard Henderson
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson
2023-11-05target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTVRichard Henderson
2023-11-05target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUBRichard Henderson
2023-11-05target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADDRichard Henderson
2023-11-05target/sparc: Remove CC_OP_DIVRichard Henderson
2023-11-05target/sparc: Remove CC_OP_LOGICRichard Henderson
2023-11-05target/sparc: Split psr and xcc into componentsRichard Henderson
2023-11-05target/sparc: Introduce cpu_put_psr_iccRichard Henderson
2023-11-05macfb: allow reads from the DAFB_LUT registerMark Cave-Ayland
2023-11-05macfb: allow larger write accesses to the DAFB_LUT registerMark Cave-Ayland
2023-11-05macfb: rename DAFB_RESET to DAFB_LUT_INDEXMark Cave-Ayland
2023-11-05macfb: don't clear interrupts when writing to DAFB_RESETMark Cave-Ayland
2023-11-03memory-device: Support empty memory devicesDavid Hildenbrand
2023-11-03migration: Unlock mutex in error caseJuan Quintela
2023-11-03util/uuid: Define UUID_STR_LEN from UUID_NONE stringCédric Le Goater
2023-11-03util/uuid: Remove UUID_FMT_LENCédric Le Goater
2023-11-03vfio/pci: Fix buffer overrun when writing the VF tokenCédric Le Goater
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu
2023-11-03test: Add some tests for range and resv-mem helpersEric Auger
2023-11-03virtio-iommu: Consolidate host reserved regions and property set onesEric Auger
2023-11-03virtio-iommu: Implement set_iova_ranges() callbackEric Auger
2023-11-03virtio-iommu: Record whether a probe request has been issuedEric Auger
2023-11-03range: Introduce range_inverse_array()Eric Auger
2023-11-03virtio-iommu: Introduce per IOMMUDevice reserved regionsEric Auger
2023-11-03util/reserved-region: Add new ReservedRegion helpersEric Auger
2023-11-03range: Make range_compare() publicEric Auger
2023-11-03virtio-iommu: Rename reserved_regions into prop_resv_regionsEric Auger
2023-11-03vfio: Collect container iova range infoEric Auger
2023-11-03memory: Introduce memory_region_iommu_set_iova_rangesEric Auger
2023-11-03memory: Let ReservedRegion use RangeEric Auger
2023-11-03docs/migration: Add the dirty limit sectionHyman Huang
2023-11-03tests/migration: Introduce dirty-limit into guestperfHyman Huang
2023-11-03tests/migration: Introduce dirty-ring-size option into guestperfHyman Huang
2023-11-03tests: Add migration dirty-limit capability testHyman Huang
2023-11-03system/dirtylimit: Drop the reduplicative checkHyman Huang
2023-11-03system/dirtylimit: Fix a race situationHyman Huang