aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-07RISC-V: Adding XTheadSync ISA extensionChristoph Müllner
2023-02-07RISC-V: Adding XTheadCmo ISA extensionChristoph Müllner
2023-02-07hw/riscv: change riscv_compute_fdt_addr() semanticsDaniel Henrique Barboza
2023-02-07hw/riscv: split fdt address calculation from fdt loadDaniel Henrique Barboza
2023-02-07hw/riscv/boot.c: calculate fdt size after fdt_pack()Daniel Henrique Barboza
2023-02-07target/riscv: set tval for triggered watchpointsSergey Matyukevich
2023-02-07hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'Daniel Henrique Barboza
2023-02-07hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'Daniel Henrique Barboza
2023-02-07hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()Daniel Henrique Barboza
2023-02-07target/riscv: Ensure opcode is saved for all relevant instructionsAnup Patel
2023-02-07target/riscv: No need to re-start QEMU timer when timecmp == UINT64_MAXAnup Patel
2023-02-07target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIPAnup Patel
2023-02-07target/riscv: Update VS timer whenever htimedelta changesAnup Patel
2023-02-07hw/riscv: boot: Don't use CSRs if they are disabledAlistair Francis
2023-02-07include/hw/riscv/opentitan: update opentitan IRQsWilfred Mallawa
2023-02-07target/riscv: update disas.c for xnor/orn/andn and slli.uwPhilipp Tomsich
2023-02-05Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell
2023-02-05hw/display/sm501: Code style fixBALATON Zoltan
2023-02-05hw/display/sm501: Remove unneeded casts from void pointerBALATON Zoltan
2023-02-05hw/display/sm501: Remove parenthesis around constant macro definitionsBALATON Zoltan
2023-02-05hw/ppc/pegasos2: Fix a typo in a commentBALATON Zoltan
2023-02-05ppc/pnv/pci: Fix PHB xscom registers memory region nameFrederic Barrat
2023-02-05ppc/pnv/pci: Update PHB5 version registerFrederic Barrat
2023-02-05ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_IDFrederic Barrat
2023-02-05ppc/pnv/pci: Cleanup PnvPHBPecState structureFrederic Barrat
2023-02-05hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_spaceBernhard Beschow
2023-02-05hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()Bernhard Beschow
2023-02-05hw/ppc/e500{, plat}: Drop redundant checks for presence of platform busBernhard Beschow
2023-02-05hw/ppc: Set machine->fdt in e500 machinesBernhard Beschow
2023-02-05hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fnBernhard Beschow
2023-02-05ppc/pegasos2: Improve readability of VIA south bridge creationBALATON Zoltan
2023-02-05tests/migration: add support for ppc64le for guestperf.pyMurilo Opsfelder Araujo
2023-02-05tests/migration: add sysprof-capture-4 as dependency for stress binaryMurilo Opsfelder Araujo
2023-02-04Merge tag 'pull-tcg-20230204' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-02-04Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-02-04tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_targetRichard Henderson
2023-02-04target/i386: Inline cmpxchg16bRichard Henderson
2023-02-04target/i386: Inline cmpxchg8bRichard Henderson
2023-02-04target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16bRichard Henderson
2023-02-04target/s390x: Implement CC_OP_NZ in gen_op_calc_ccRichard Henderson
2023-02-04target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSGRichard Henderson
2023-02-04target/s390x: Use Int128 for passing float128Richard Henderson
2023-02-04target/s390x: Use Int128 for returning float128Richard Henderson
2023-02-04target/s390x: Copy wout_x1 to wout_x1_PRichard Henderson
2023-02-04target/s390x: Use Int128 for return from TRERichard Henderson
2023-02-04target/s390x: Use Int128 for return from CKSMRichard Henderson
2023-02-04target/s390x: Use Int128 for return from CLSTRichard Henderson
2023-02-04target/s390x: Use a single return for helper_divs64/u64Richard Henderson
2023-02-04target/s390x: Use a single return for helper_divs32/u32Richard Henderson
2023-02-04tests/tcg/s390x: Add cdsg.cIlya Leoshkevich