Show patches with: Submitter = Philippe Mathieu-Daudé       |    Archived = No       |   5270 patches
« 1 2 ... 25 26 2752 53 »
Patch Series S/W/F Date Submitter Delegate State
[RESEND,v5,19/19] target/loongarch: Add avail_IOCSR to check iocsr instructions Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,17/19] target/loongarch: Add avail_LAM to check atomic instructions Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,16/19] target/loongarch: Add avail_LSPW to check LSPW instructions Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,15/19] target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructions Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,14/19] hw/loongarch: Remove restriction of la464 cores in the virt machine Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,13/19] target/loongarch: Add LoongArch32 cpu la132 Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,12/19] target/loongarch: Add avail_64 to check la64-only instructions Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,11/19] target/loongarch: Add a check parameter to the TRANS macro Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,10/19] target/loongarch: Sign extend results in VA32 mode Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,09/19] target/loongarch: Truncate high 32 bits of address in VA32 mode Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,08/19] target/loongarch: Extract set_pc() helper Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,07/19] target/loongarch: Extract make_address_pc() helper Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,06/19] target/loongarch: Extract make_address_i() helper Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,05/19] target/loongarch: Extract make_address_x() helper Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,04/19] target/loongarch: Add LA64 & VA32 to DisasContext Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,03/19] target/loongarch: Support LoongArch32 VPPN Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,02/19] target/loongarch: Support LoongArch32 DMW Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[RESEND,v5,01/19] target/loongarch: Support LoongArch32 TLB entry Add some checks before translating instructions --- 2023-08-22 Philippe Mathieu-Daudé New
[v5,09/19] target/loongarch: Truncate high 32 bits of address in VA32 mode Based-on: https://patchew.org/QEMU/20230821125959.28666-1-philmd@linaro.org/ --- 2023-08-22 Philippe Mathieu-Daudé Superseded
[v5,08/19] target/loongarch: Extract set_pc() helper Based-on: https://patchew.org/QEMU/20230821125959.28666-1-philmd@linaro.org/ --- 2023-08-22 Philippe Mathieu-Daudé Superseded
[v5,07/19] target/loongarch: Extract make_address_pc() helper Based-on: https://patchew.org/QEMU/20230821125959.28666-1-philmd@linaro.org/ --- 2023-08-22 Philippe Mathieu-Daudé Superseded
[v5,06/19] target/loongarch: Extract make_address_i() helper Based-on: https://patchew.org/QEMU/20230821125959.28666-1-philmd@linaro.org/ --- 2023-08-22 Philippe Mathieu-Daudé Superseded
[v5,05/19] target/loongarch: Extract make_address_x() helper Based-on: https://patchew.org/QEMU/20230821125959.28666-1-philmd@linaro.org/ --- 2023-08-22 Philippe Mathieu-Daudé Superseded
[v5,04/19] target/loongarch: Add LA64 & VA32 to DisasContext Based-on: https://patchew.org/QEMU/20230821125959.28666-1-philmd@linaro.org/ --- 2023-08-22 Philippe Mathieu-Daudé Superseded
[v5,03/19] target/loongarch: Support LoongArch32 VPPN Based-on: https://patchew.org/QEMU/20230821125959.28666-1-philmd@linaro.org/ --- 2023-08-22 Philippe Mathieu-Daudé Superseded
[v5,02/19] target/loongarch: Support LoongArch32 DMW Based-on: https://patchew.org/QEMU/20230821125959.28666-1-philmd@linaro.org/ --- 2023-08-22 Philippe Mathieu-Daudé Superseded
[v5,01/19] target/loongarch: Support LoongArch32 TLB entry Based-on: https://patchew.org/QEMU/20230821125959.28666-1-philmd@linaro.org/ --- 2023-08-22 Philippe Mathieu-Daudé Superseded
[v3,8/8] target/loongarch: Add GDB support for loongarch32 mode target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-21 Philippe Mathieu-Daudé New
[v3,7/8] target/loongarch: Add new object class for loongarch32 cpus target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-21 Philippe Mathieu-Daudé New
[v3,6/8] target/loongarch: Add function to check current arch target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-21 Philippe Mathieu-Daudé New
[v3,5/8] target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-21 Philippe Mathieu-Daudé Superseded
[v3,4/8] target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPU target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-21 Philippe Mathieu-Daudé New
[v3,3/8] target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-21 Philippe Mathieu-Daudé New
[v3,2/8] target/loongarch: Remove duplicated disas_set_info assignment target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-21 Philippe Mathieu-Daudé Superseded
[v3,1/8] target/loongarch: Log I/O write accesses to CSR registers target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-21 Philippe Mathieu-Daudé Superseded
[v2,8/8] target/loongarch: Add GDB support for loongarch32 mode target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé Superseded
[v2,7/8] target/loongarch: Add new object class for loongarch32 cpus target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé Superseded
[v2,6/8] target/loongarch: Add function to check current arch target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé Superseded
[v2,5/8] target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé New
[v2,4/8] target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPU target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé Superseded
[v2,3/8] target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé Superseded
[v2,2/8] target/loongarch: Remove duplicated disas_set_info assignment target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé Superseded
[v2,1/8] target/loongarch: Log I/O write accesses to CSR registers target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé Superseded
[4/4] target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé New
[3/4] target/loongarch: Rename 64-bit specific functions target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé New
[2/4] target/loongarch: Remove duplicated disas_set_info assignment target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé Superseded
[1/4] target/loongarch: Log I/O write accesses to CSR registers target/loongarch: Cleanups in preparation of loongarch32 support --- 2023-08-18 Philippe Mathieu-Daudé Superseded
[PATCH-for-8.2] target/arm/cpu: Allow logging disabled CPU features at UNIMP level [PATCH-for-8.2] target/arm/cpu: Allow logging disabled CPU features at UNIMP level --- 2023-08-10 Philippe Mathieu-Daudé New
[PULL,10/10] target/m68k: Fix semihost lseek offset computation [PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() --- 2023-08-01 Philippe Mathieu-Daudé Accepted
[PULL,09/10] target/nios2: Fix semihost lseek offset computation [PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() --- 2023-08-01 Philippe Mathieu-Daudé Accepted
[PULL,08/10] target/nios2: Pass semihosting arg to exit [PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() --- 2023-08-01 Philippe Mathieu-Daudé Accepted
[PULL,07/10] tests/migration: Add -fno-stack-protector [PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() --- 2023-08-01 Philippe Mathieu-Daudé Accepted
[PULL,06/10] misc: Fix some typos in documentation and comments [PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() --- 2023-08-01 Philippe Mathieu-Daudé New
[PULL,05/10] ui/dbus: fix clang compilation issue [PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() --- 2023-08-01 Philippe Mathieu-Daudé Accepted
[PULL,04/10] ui/dbus: fix win32 compilation when !opengl [PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() --- 2023-08-01 Philippe Mathieu-Daudé Accepted
[PULL,03/10] hw/xen: prevent guest from binding loopback event channel to itself [PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() --- 2023-08-01 Philippe Mathieu-Daudé Accepted
[PULL,02/10] i386/xen: consistent locking around Xen singleshot timers [PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() --- 2023-08-01 Philippe Mathieu-Daudé Accepted
[PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() [PULL,01/10] hw/xen: fix off-by-one in xen_evtchn_set_gsi() --- 2023-08-01 Philippe Mathieu-Daudé Accepted
[PULL,00/10] Misc fixes for 2023-08-01 --- 2023-08-01 Philippe Mathieu-Daudé New
[PULL,10/10] target/tricore: Rename tricore_feature [PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers --- 2023-07-25 Philippe Mathieu-Daudé New
[PULL,09/10] target/sparc: Handle FPRS correctly on big-endian hosts [PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers --- 2023-07-25 Philippe Mathieu-Daudé New
[PULL,08/10] target/mips: Avoid shift by negative number in page_table_walk_refill() [PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers --- 2023-07-25 Philippe Mathieu-Daudé Accepted
[PULL,07/10] target/mips: Pass directory/leaf shift values to walk_directory() [PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers --- 2023-07-25 Philippe Mathieu-Daudé Accepted
[PULL,06/10] target/mips/mxu: Avoid overrun in gen_mxu_q8adde() [PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers --- 2023-07-25 Philippe Mathieu-Daudé Accepted
[PULL,05/10] target/mips/mxu: Avoid overrun in gen_mxu_S32SLT() [PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers --- 2023-07-25 Philippe Mathieu-Daudé Accepted
[PULL,04/10] target/mips/mxu: Replace magic array size by its definition [PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers --- 2023-07-25 Philippe Mathieu-Daudé Accepted
[PULL,03/10] hw/char/escc: Implement loopback mode [PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers --- 2023-07-25 Philippe Mathieu-Daudé Accepted
[PULL,02/10] hw/mips: Improve the default USB settings in the loongson3-virt machine [PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers --- 2023-07-25 Philippe Mathieu-Daudé Accepted
[PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers [PULL,01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers --- 2023-07-25 Philippe Mathieu-Daudé Accepted
[PULL,00/10] Misc fixes for 2023-07-25 --- 2023-07-25 Philippe Mathieu-Daudé New
[for-8.1] tests/test-util-filemonitor: Avoid pointless allocations [for-8.1] tests/test-util-filemonitor: Avoid pointless allocations --- 2023-07-19 Philippe Mathieu-Daudé New
[for-8.1] hw/usb/hcd-xhci-pci: Fail if user requested MSIX but it can't be used [for-8.1] hw/usb/hcd-xhci-pci: Fail if user requested MSIX but it can't be used --- 2023-07-19 Philippe Mathieu-Daudé New
[for-8.1,v2,2/2] target/mips: Avoid shift by negative number in page_table_walk_refill() target/mips: Avoid shift by negative number in page_table_walk_refill() --- 2023-07-17 Philippe Mathieu-Daudé Superseded
[for-8.1,v2,1/2] target/mips: Pass directory/leaf shift values to walk_directory() target/mips: Avoid shift by negative number in page_table_walk_refill() --- 2023-07-17 Philippe Mathieu-Daudé Superseded
[PATCH-for-8.1] hw/sd/sdcard: Allow users to bypass the power-of-2 size check [PATCH-for-8.1] hw/sd/sdcard: Allow users to bypass the power-of-2 size check --- 2023-07-17 Philippe Mathieu-Daudé New
[PATCH-for-8.1,3/3] target/mips/mxu: Avoid overrun in gen_mxu_q8adde() target/mips/mxu: Fix overruns --- 2023-07-12 Philippe Mathieu-Daudé Superseded
[PATCH-for-8.1,2/3] target/mips/mxu: Avoid overrun in gen_mxu_S32SLT() target/mips/mxu: Fix overruns --- 2023-07-12 Philippe Mathieu-Daudé Superseded
[PATCH-for-8.1,1/3] target/mips/mxu: Replace magic array size by its definition target/mips/mxu: Fix overruns --- 2023-07-12 Philippe Mathieu-Daudé Superseded
[hotfix,PATCH-for-8.1,v5] configure: Fix cross-building for RISCV host [hotfix,PATCH-for-8.1,v5] configure: Fix cross-building for RISCV host --- 2023-07-11 Philippe Mathieu-Daudé New
[PATCH-for-8.1] linux-user/arm: Do not allocate a commpage at all for M-profile CPUs [PATCH-for-8.1] linux-user/arm: Do not allocate a commpage at all for M-profile CPUs --- 2023-07-11 Philippe Mathieu-Daudé Superseded
[v3,4/4] tests/vm/freebsd: Get up-to-date package list from lcitool vars file tests/vm/freebsd: Get up-to-date package list from lcitool --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,3/4] tests/vm: Introduce get_qemu_packages_from_lcitool_json() helper tests/vm/freebsd: Get up-to-date package list from lcitool --- 2023-07-11 Philippe Mathieu-Daudé Superseded
[v3,2/4] tests/lcitool: Refresh generated files tests/vm/freebsd: Get up-to-date package list from lcitool --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,1/4] tests/lcitool: Generate distribution packages list in JSON format tests/vm/freebsd: Get up-to-date package list from lcitool --- 2023-07-11 Philippe Mathieu-Daudé Superseded
[v2,3/3] tests/vm/freebsd: Get up-to-date package list from lcitool vars file tests/vm/freebsd: Get up-to-date package list from lcitool --- 2023-07-11 Philippe Mathieu-Daudé New
[v2,2/3] tests/vm: Introduce get_qemu_packages_from_lcitool_json() helper tests/vm/freebsd: Get up-to-date package list from lcitool --- 2023-07-11 Philippe Mathieu-Daudé New
[v2,1/3] tests/lcitool: Generate distribution packages list in JSON format tests/vm/freebsd: Get up-to-date package list from lcitool --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,16/16] gitlab-ci.d/crossbuilds: Add KVM riscv64 cross-build jobs target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,15/16] target/riscv: Restrict TCG-specific prototype declarations target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,14/16] target/riscv: Move sysemu-specific code to sysemu/cpu_helper.c target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[RFC,v3,13/16] target/riscv: Move TCG/sysemu-specific code to tcg/sysemu/cpu_helper.c target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,12/16] target/riscv: Expose riscv_cpu_pending_to_irq() from cpu_helper.c target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,11/16] target/riscv: Move sysemu-specific debug files to target/riscv/sysemu/ target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,10/16] target/riscv: Extract TCG-specific code from debug.c target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,09/16] target/riscv: Expose some 'trigger' prototypes from debug.c target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,08/16] target/riscv: Move TCG-specific cpu_get_tb_cpu_state() to tcg/cpu.c target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,07/16] target/riscv: Move TCG-specific files to target/riscv/tcg/ target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,06/16] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,05/16] target/riscv: Move sysemu-specific files to target/riscv/sysemu/ target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
[v3,04/16] target/riscv: Restrict 'rv128' machine to TCG accelerator target/riscv: Allow building without TCG (KVM-only so far) --- 2023-07-11 Philippe Mathieu-Daudé New
« 1 2 ... 25 26 2752 53 »