Show patches with: State = Action Required       |    Archived = No       |   2906 patches
« 1 2 3 429 30 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[PULL,14/14] tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc() [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 1 - --- 2024-11-15 Richard Henderson New
[PULL,13/14] linux-user/arm: Select vdso for be8 and be32 modes [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 1 - --- 2024-11-15 Richard Henderson New
[PULL,12/14] linux-user/ppc: Reduce vdso alignment to 4k [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 1 - --- 2024-11-15 Richard Henderson New
[PULL,11/14] linux-user/loongarch64: Reduce vdso alignment to 4k [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 1 - --- 2024-11-15 Richard Henderson New
[PULL,10/14] linux-user/arm: Reduce vdso alignment to 4k [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 1 - --- 2024-11-15 Richard Henderson New
[PULL,09/14] linux-user/aarch64: Reduce vdso alignment to 4k [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 1 - --- 2024-11-15 Richard Henderson New
[PULL,08/14] linux-user: Drop image_info.alignment [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 1 - --- 2024-11-15 Richard Henderson New
[PULL,07/14] linux-user: Honor elf alignment when placing images [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - - - --- 2024-11-15 Richard Henderson New
[PULL,06/14] cpu: ensure we don't call start_exclusive from cpu_exec [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 2 - --- 2024-11-15 Richard Henderson New
[PULL,05/14] target/i386: fix hang when using slow path for ptw_setl [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 1 - --- 2024-11-15 Richard Henderson New
[PULL,04/14] tests/tcg: Test that sigreturn() does not corrupt the signal mask [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - - - --- 2024-11-15 Richard Henderson New
[PULL,03/14] linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - - - --- 2024-11-15 Richard Henderson New
[PULL,02/14] accel/tcg: Fix user-only probe_access_internal plugin check [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 1 - --- 2024-11-15 Richard Henderson New
[PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls [PULL,01/14] linux-user: Fix setreuid and setregid to use direct syscalls - 2 - --- 2024-11-15 Richard Henderson New
[PULL,00/14] tcg + linux-user patch queue - - - --- 2024-11-15 Richard Henderson New
nbd-server: Silence server warnings on port probes nbd-server: Silence server warnings on port probes - - - --- 2024-11-15 Eric Blake New
[v3,9/9] hw: enforce use of static, const string with qdev_new() Require error handling for dynamically created objects - 1 - --- 2024-11-15 Daniel P. Berrangé New
[v3,8/9] convert code to qdev_new_dynamic() where appropriate Require error handling for dynamically created objects - 1 - --- 2024-11-15 Daniel P. Berrangé New
[v3,7/9] qom: introduce qdev_new_dynamic() Require error handling for dynamically created objects - 1 - --- 2024-11-15 Daniel P. Berrangé New
[v3,6/9] qom: enforce use of static, const string with object_new() Require error handling for dynamically created objects - 1 - --- 2024-11-15 Daniel P. Berrangé New
[v3,5/9] convert code to object_new_dynamic() where appropriate Require error handling for dynamically created objects - 1 - --- 2024-11-15 Daniel P. Berrangé New
[v3,4/9] qom: introduce object_new_dynamic() Require error handling for dynamically created objects - 1 - --- 2024-11-15 Daniel P. Berrangé New
[v3,3/9] qom: allow failure of object_new_with_class Require error handling for dynamically created objects - 1 - --- 2024-11-15 Daniel P. Berrangé New
tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc() tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc() - 1 - --- 2024-11-15 Peter Maydell New
[v3,2/9] qom: refactor checking abstract property when creating instances Require error handling for dynamically created objects - 1 - --- 2024-11-15 Daniel P. Berrangé New
[v3,1/9] hw: eliminate qdev_try_new, isa_try_new & usb_try_new Require error handling for dynamically created objects - - - --- 2024-11-15 Daniel P. Berrangé New
[3/3] tests/qtest: Use qtest_system_reset_nowait() where appropriate qtest: Provide and use function for doing system reset - - - --- 2024-11-15 Peter Maydell New
[2/3] tests/qtest: Use qtest_system_reset() instead of open-coded versions qtest: Provide and use function for doing system reset - - - --- 2024-11-15 Peter Maydell New
[1/3] tests/qtest: Add qtest_system_reset() utility function qtest: Provide and use function for doing system reset - - - --- 2024-11-15 Peter Maydell New
[12/12] rust: fix doc test syntax rust: improved integration with cargo - 1 - --- 2024-11-15 Paolo Bonzini New
[11/12] rust: ci: add job that runs Rust tools rust: improved integration with cargo - - - --- 2024-11-15 Paolo Bonzini New
[10/12] rust: build: add "make clippy", "make rustfmt", "make rustdoc" rust: improved integration with cargo - 1 - --- 2024-11-15 Paolo Bonzini New
[09/12] rust: build: establish a baseline of lints across all crates rust: improved integration with cargo - 1 - --- 2024-11-15 Paolo Bonzini New
[08/12] rust: fix a couple style issues from clippy rust: improved integration with cargo - 1 - --- 2024-11-15 Paolo Bonzini New
[07/12] rust: build: move strict lints handling to rustc_args.py rust: improved integration with cargo - - - --- 2024-11-15 Paolo Bonzini New
[06/12] rust: cargo: store desired warning levels in workspace Cargo.toml rust: improved integration with cargo - - - --- 2024-11-15 Paolo Bonzini New
[05/12] rust: build: generate lint flags from Cargo.toml rust: improved integration with cargo - - - --- 2024-11-15 Paolo Bonzini New
[04/12] rust: build: restrict --cfg generation to only required symbols rust: improved integration with cargo - - - --- 2024-11-15 Paolo Bonzini New
[03/12] rust: build: move rustc_args.py invocation to qemu-api crate rust: improved integration with cargo - - - --- 2024-11-15 Paolo Bonzini New
[02/12] rust: allow using build-root bindings.rs from cargo rust: improved integration with cargo - - - --- 2024-11-15 Paolo Bonzini New
[01/12] rust: apply --cfg MESON to all crates rust: improved integration with cargo - - - --- 2024-11-15 Paolo Bonzini New
[5/5] tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enable Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog - 1 - --- 2024-11-15 Roque Arcudia Hernandez New
[4/5] tests/qtest/cmsdk-apb-watchdog-test: Don't abort on assertion failure Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog - - - --- 2024-11-15 Roque Arcudia Hernandez New
[3/5] tests/qtest/cmsdk-apb-watchdog-test: Parameterize tests Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog - 1 - --- 2024-11-15 Roque Arcudia Hernandez New
[2/5] hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issues Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog - 2 - --- 2024-11-15 Roque Arcudia Hernandez New
[1/5] hw/watchdog/cmsdk_apb_watchdog: Fix broken link Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog - 1 1 --- 2024-11-15 Roque Arcudia Hernandez New
[10/10] hw/core/cpu: Pass CPUArchState to cpu_dump_state() handler accel/tcg: API prototype cleanups - - - --- 2024-11-15 Philippe Mathieu-Daudé New
[09/10] hw/core/cpu: Pass CPUArchState to restore_state_to_opc() handler accel/tcg: API prototype cleanups - - - --- 2024-11-15 Philippe Mathieu-Daudé New
[08/10] hw/core/cpu: Pass CPUArchState to set/get_pc() handlers accel/tcg: API prototype cleanups - - - --- 2024-11-15 Philippe Mathieu-Daudé New
[07/10] accel/tcg: Reduce log_pc() declaration scope accel/tcg: API prototype cleanups - 2 - --- 2024-11-15 Philippe Mathieu-Daudé New
[06/10] accel/tcg: Remove cpu_unwind_state_data() unused CPUState argument accel/tcg: API prototype cleanups - 1 - --- 2024-11-15 Philippe Mathieu-Daudé New
[05/10] accel/tcg: Move cpu_unwind_state_data() declaration accel/tcg: API prototype cleanups - - - --- 2024-11-15 Philippe Mathieu-Daudé New
[04/10] accel/tcg: Ensure frontends define restore_state_to_opc handler accel/tcg: API prototype cleanups - 1 - --- 2024-11-15 Philippe Mathieu-Daudé New
[03/10] target/sparc: Move sparc_restore_state_to_opc() to cpu.c accel/tcg: API prototype cleanups - 1 - --- 2024-11-15 Philippe Mathieu-Daudé New
[02/10] target/loongarch: Declare loongarch_cpu_dump_state() locally accel/tcg: API prototype cleanups - 2 - --- 2024-11-15 Philippe Mathieu-Daudé New
[01/10] target/mips: Drop left-over comment about Jazz machine accel/tcg: API prototype cleanups - 2 - --- 2024-11-15 Philippe Mathieu-Daudé New
[v2] hw: Add "loadparm" property to scsi disk devices for booting on s390x [v2] hw: Add "loadparm" property to scsi disk devices for booting on s390x - - - --- 2024-11-15 Thomas Huth New
[v2] vfio/container: Fix container object destruction [v2] vfio/container: Fix container object destruction - 1 - --- 2024-11-15 Cédric Le Goater New
[v2] vhost_net: fix assertion triggered by batch of host notifiers processing [v2] vhost_net: fix assertion triggered by batch of host notifiers processing 1 - - --- 2024-11-15 Zuo boqun New
[for-9.2] vfio/container: Fix container object destruction [for-9.2] vfio/container: Fix container object destruction - - - --- 2024-11-15 Cédric Le Goater New
[1/1] hw/net: Support Marvell 88E1111 phy driver [1/1] hw/net: Support Marvell 88E1111 phy driver - - - --- 2024-11-15 Fea.Wang New
docs/system/s390x/bootdevices: Update loadparm documentation docs/system/s390x/bootdevices: Update loadparm documentation - 1 - --- 2024-11-15 Jared Rossi New
[v7,12/12] migration/doc: Add DSA zero page detection doc Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[v7,11/12] migration/multifd: Add integration tests for multifd with Intel DSA offloading. Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[v7,10/12] util/dsa: Add unit test coverage for Intel DSA task submission and completion. Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[v7,09/12] migration/multifd: Enable DSA offloading in multifd sender path. Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[v7,08/12] migration/multifd: Add new migration option for multifd DSA offloading. Use Intel DSA accelerator to offload zero page checking in multifd live migration. 1 - - --- 2024-11-14 Yichen Wang New
[v7,07/12] util/dsa: Implement DSA task asynchronous submission and wait for completion. Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[v7,06/12] util/dsa: Implement zero page checking in DSA task. Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[v7,05/12] util/dsa: Implement DSA task asynchronous completion thread model. Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[v7,04/12] util/dsa: Implement DSA task enqueue and dequeue. Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[v7,03/12] util/dsa: Implement DSA device start and stop logic. Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[v7,02/12] util/dsa: Add idxd into linux header copy list. Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[v7,01/12] meson: Introduce new instruction set enqcmd to the build system. Use Intel DSA accelerator to offload zero page checking in multifd live migration. - - - --- 2024-11-14 Yichen Wang New
[RESEND,v2,19/19] hw/net/xilinx_ethlite: Map RESERVED I/O as unimplemented hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,18/19] hw/net/xilinx_ethlite: Rename 'mmio' MR as 'container' hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,17/19] hw/net/xilinx_ethlite: Map the RAM buffer as RAM memory region hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,16/19] hw/net/xilinx_ethlite: Map TX_CTRL as MMIO hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,15/19] hw/net/xilinx_ethlite: Map TX_GIE as MMIO hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,14/19] hw/net/xilinx_ethlite: Map TX_LEN as MMIO hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,13/19] hw/net/xilinx_ethlite: Map RX_CTRL as MMIO hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,12/19] hw/net/xilinx_ethlite: Access TX_CTRL register for each port hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,11/19] hw/net/xilinx_ethlite: Access TX_LEN register for each port hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,10/19] hw/net/xilinx_ethlite: Access TX_GIE register for each port hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,09/19] hw/net/xilinx_ethlite: Introduce rxbuf_ptr() helper hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,08/19] hw/net/xilinx_ethlite: Introduce txbuf_ptr() helper hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,07/19] hw/net/xilinx_ethlite: Rename rxbuf -> port_index hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,06/19] hw/net/xilinx_ethlite: Map MDIO registers (as unimplemented) hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,05/19] hw/net/xilinx_ethlite: Correct maximum RX buffer size hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,04/19] hw/net/xilinx_ethlite: Update QOM style hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,03/19] hw/net/xilinx_ethlite: Remove unuseful debug logs hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,02/19] hw/net/xilinx_ethlite: Convert some debug logs to trace events hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[RESEND,v2,01/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[v4,5/5] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature bits - - - --- 2024-11-14 Babu Moger New
[v4,4/5] target/i386: Add feature that indicates WRMSR to BASE reg is non-serializing target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature bits - - - --- 2024-11-14 Babu Moger New
[v4,3/5] target/i386: Update EPYC-Milan CPU model for Cache property, RAS, SVM feature bits target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature bits - - - --- 2024-11-14 Babu Moger New
[v4,2/5] target/i386: Update EPYC-Rome CPU model for Cache property, RAS, SVM feature bits target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature bits - - - --- 2024-11-14 Babu Moger New
[v4,1/5] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature bits - - - --- 2024-11-14 Babu Moger New
[v2,04/19] hw/net/xilinx_ethlite: Update QOM style hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
[v2,03/19] hw/net/xilinx_ethlite: Remove unuseful debug logs hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls - 1 - --- 2024-11-14 Philippe Mathieu-Daudé New
« 1 2 3 429 30 »