Show patches with: State = Action Required       |    Archived = No       |   21447 patches
« 1 2 ... 159 160 161214 215 »
Patch Series S/W/F Date Submitter Delegate State
[v2,1/9] i386: hvf: Set env->eip in macvm_set_rip() Improve synchronization between QEMU and HVF --- 2020-06-30 Roman Bolshakov New
[v2,1/9] m25p80: Add basic support for the SFDP command [v2,1/9] m25p80: Add basic support for the SFDP command --- 2020-09-02 Cédric Le Goater New
[v2,1/9] meson.build: Add comments to clarify code organization meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[v2,1/9] pc-bios: s390x: cio.c cleanup and compile fix [v2,1/9] pc-bios: s390x: cio.c cleanup and compile fix --- 2020-05-14 Janosch Frank New
[v2,1/9] qapi: replace List[str] by QAPISchemaIf qapi: untie 'if' conditions from C preprocessor --- 2020-11-05 Marc-André Lureau New
[v2,1/9] riscv/boot: Add a missing header include [v2,1/9] riscv/boot: Add a missing header include --- 2020-05-07 Alistair Francis New
[v2,1/9] s390x/cpu_model: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_EXT2 s390x/tcg: Implement some z14 facilities --- 2020-09-28 David Hildenbrand New
[v2,1/9] s390x/pci: Move header files to include/hw/s390x Retrieve zPCI hardware information from VFIO --- 2020-10-02 Matthew Rosato New
[v2,1/9] target/avr: Use tcg_gen_extract_tl tcg: Use tcg_gen_[s]extract_{i32,i64,tl} --- 2023-10-24 Philippe Mathieu-Daudé New
[v21,QEMU,1/5] linux-headers: Update to allow renaming of free_page_report_cmd_id [v21,QEMU,1/5] linux-headers: Update to allow renaming of free_page_report_cmd_id --- 2020-04-22 Alexander Duyck New
[v21,QEMU,4/5] virtio-balloon: Implement support for page poison tracking feature [v21,QEMU,1/5] linux-headers: Update to allow renaming of free_page_report_cmd_id --- 2020-04-22 Alexander Duyck New
[v21,QEMU,5/5] virtio-balloon: Provide an interface for free page reporting [v21,QEMU,1/5] linux-headers: Update to allow renaming of free_page_report_cmd_id --- 2020-04-22 Alexander Duyck New
[v2,20/20] simplebench: add bench-backup.py backup performance: block_status + async --- 2020-06-01 Vladimir Sementsov-Ogievskiy New
[v2,20/21] accel/tcg: allow plugin instrumentation to be disable via cflags plugins/next pre-PR (hwprofile, regression fixes, icount count fix) --- 2021-02-10 Alex Bennée New
[v2,20/21] hw/block: Remove unused pflash_cfi01_register() hw: Remove implicit sysbus_mmio_map() from pflash APIs --- 2023-01-09 Philippe Mathieu-Daudé New
[v2,20/21] plugins: Inline plugin_gen_empty_callback Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,20/21] tests: fix test-util-sockets.c W32, W64 msys2/mingw patches --- 2020-09-09 罗勇刚(Yonggang Luo) New
[v2,20/22] qapi: Inline and remove QERR_QGA_COMMAND_FAILED definition qapi: Kill 'qapi/qmp/qerror.h' for good --- 2023-10-05 Philippe Mathieu-Daudé New
[v2,20/22] tcg/sparc: Split out constraint sets to tcg-target-con-set.h tcg: backend constraints cleanup --- 2021-01-15 Richard Henderson New
[v2,20/23] target/i386: Use gen_jmp_rel for gen_repz* target/i386: pc-relative translation blocks --- 2022-09-06 Richard Henderson New
[v2,20/23] target/sh4: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,20/24] accel/tcg: Modify atomic_mmu_lookup() to use CPUState Reduce usage of CPUArchState in cputlb.c --- 2023-09-14 Richard Henderson New
[v2,20/27] target/sparc: Convert to CPUClass::tlb_fill tcg: Add CPUClass::tlb_fill --- 2019-05-09 Richard Henderson New
[v2,20/28] linux-user/i386: Return boolean success from restore_sigcontext linux-user/i386: Properly align signal frame --- 2024-04-09 Richard Henderson New
[v2,20/32] arm/translate-a64: add FP16 FCMxx (zero) to simd_two_reg_misc_fp16 Add ARMv8.2 half-precision functions --- 2018-02-08 Alex Bennée New
[v2,20/36] tcg: Reorg function calls tcg: Support for Int128 with helpers --- 2022-10-21 Richard Henderson New
[v2,20/66] target/arm: Add is_secure parameter to get_phys_addr_pmsav5 target/arm: Implement FEAT_HAFDBS --- 2022-08-22 Richard Henderson New
[v2,20/67] target/arm: Implement SVE Compute Vector Address Group target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,20/90] target/sparc: Move Tcc to decodetree target/sparc: Convert to decodetree --- 2023-10-17 Richard Henderson New
[v2,21/21] gdbstub: only compile gdbstub twice for whole build gdbstub: re-organise to for better compilation behaviour --- 2023-01-05 Alex Bennée New
[v2,21/21] hw: add a number of SPI-flash's of m25p80 family [v2,01/21] m25p80: Return the JEDEC ID twice for mx25l25635e --- 2020-08-19 Cédric Le Goater New
[v2,21/21] hw/block: Make PFlashCFI01 QOM declaration internal hw: Remove implicit sysbus_mmio_map() from pflash APIs --- 2023-01-09 Philippe Mathieu-Daudé New
[v2,21/21] plugins: Update the documentation block for plugin-gen.c Rewrite plugin code generation --- 2024-04-04 Richard Henderson New
[v2,21/21] .shippable.yml: add linux-user cross-build for ppc-softmmu Travis, Code Coverage and Cross Build updates --- 2018-06-29 Alex Bennée New
[v2,21/21] tests/acceptance: add a new tests to detect counting errors plugins/next pre-PR (hwprofile, regression fixes, icount count fix) --- 2021-02-10 Alex Bennée New
[v2,21/22] adb: use adb_device prefix for ADB device trace events ADB: fix autopoll issues and rework mac_via state machine --- 2020-06-23 Mark Cave-Ayland New
[v2,21/22] softmmu/memory: Clean up local variable shadowing (few more) Steps towards enabling -Wshadow --- 2023-09-04 Philippe Mathieu-Daudé New
[v2,21/22] tcg/tci: Split out constraint sets to tcg-target-con-set.h tcg: backend constraints cleanup --- 2021-01-15 Richard Henderson New
[v2,21/23] aspeed: Parameterise number of MACs Untitled series #23612 --- 2019-09-25 Cédric Le Goater New
[v2,21/23] exec/cpu-all: Restrict inclusion of 'exec/user/guest-base.h' exec: Rework of various headers (user focused) --- 2023-12-12 Philippe Mathieu-Daudé New
[v2,21/25] linux-user/sparc: Minor corrections to do_sigreturn linux-user/sparc: Implement rt signals --- 2021-04-26 Richard Henderson New
[v2,21/27] plugins: add an API to read registers maintainer updates for 9.0 pre-PR (tests, plugin register support) --- 2024-02-23 Alex Bennée New
[v2,21/28] linux-user/i386: Return boolean success from xrstor_sigcontext linux-user/i386: Properly align signal frame --- 2024-04-09 Richard Henderson New
[v2,21/30] tcg: Add INDEX_op_qemu_{ld,st}_i128 tcg: Improve atomicity support --- 2023-02-16 Richard Henderson New
[v2,21/31] block/export: Add BLOCK_EXPORT_DELETED event block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v2,21/32] iotests: print TAP protocol version when reporting tests tweaks and fixes for 8.0-rc1 (tests, plugins, docs) --- 2023-03-15 Alex Bennée New
[v2,21/36] linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[v2,21/66] target/arm: Split out get_phys_addr_with_secure target/arm: Implement FEAT_HAFDBS --- 2022-08-22 Richard Henderson New
[v2,21/67] target/arm: Implement SVE floating-point exponential accelerator target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,22/22] adb: add ADB bus trace events ADB: fix autopoll issues and rework mac_via state machine --- 2020-06-23 Mark Cave-Ayland New
[v2,22/22] qapi: Remove 'qapi/qmp/qerror.h' header qapi: Kill 'qapi/qmp/qerror.h' for good --- 2023-10-05 Philippe Mathieu-Daudé New
[v2,22/23] exec/cpu-all: Extract page-protection definitions to page-prot-common.h exec: Rework of various headers (user focused) --- 2023-12-12 Philippe Mathieu-Daudé New
[v2,22/23] target/i386: Create gen_eip_cur target/i386: pc-relative translation blocks --- 2022-09-06 Richard Henderson New
[v2,22/23] target/xtensa: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,22/27] target/arm: Implement pauth_addpac target/arm: Implement ARMv8.3-PAuth --- 2018-12-14 Richard Henderson New
[v2,22/28] linux-user/i386: Fix allocation and alignment of fp state linux-user/i386: Properly align signal frame --- 2024-04-09 Richard Henderson New
[v2,22/30] tcg/i386: Introduce tcg_out_mov2 tcg: Improve atomicity support --- 2023-02-16 Richard Henderson New
[v2,22/31] block/export: Move blk to BlockExport block/export: Add infrastructure and QAPI for block exports --- 2020-09-24 Kevin Wolf New
[v2,22/32] arm/translate-a64: add FP16 FNEG/FABS to simd_two_reg_misc_fp16 Add ARMv8.2 half-precision functions --- 2018-02-08 Alex Bennée New
[v2,22/32] iotests: connect stdin to /dev/null when running tests tweaks and fixes for 8.0-rc1 (tests, plugins, docs) --- 2023-03-15 Alex Bennée New
[v2,22/35] tcg/sparc64: Support TCG_COND_TST{EQ,NE} tcg: Introduce TCG_COND_TST{EQ,NE} --- 2023-10-28 Richard Henderson New
[v2,22/36] linux-user/i386: Add vdso and use it for sigreturn linux-user: Signal trampolines and vdsos --- 2021-07-06 Richard Henderson New
[v2,22/65] target/hppa: Pass d to do_cond target/hppa: Implement hppa64-cpu --- 2023-10-20 Richard Henderson New
[v2,22/67] target/arm: Implement SVE floating-point trig select coefficient target/arm: Scalable Vector Extension --- 2018-02-17 Richard Henderson New
[v2,22/68] target/arm: Convert USAD8, USADA8, SBFX, UBFX, BFC, BFI, UDF target/arm: Convert aa32 base isa to decodetree --- 2019-08-19 Richard Henderson New
[v2,2/2] accel/tcg: Make probe_access() a generic TCG helper accel/tcg: Make probe_access() a generic TCG helper --- 2023-06-19 Philippe Mathieu-Daudé New
[v2,2/2] arm64: kvm: Introduce MTE VCPU feature MTE support for KVM guest --- 2020-09-04 Steven Price New
[v2,2/2] ARM: Add mach-virt platform --- 2013-04-30 John Rigby New
[v2,2/2] arm/aspeed: Add DPS310 to Witherspoon and Rainier hw/misc: DPS310 temp and pressure sensor model --- 2021-06-16 Joel Stanley New
[v2,2/2] arm: hw: virt: Store information about GPEX legacy interrupt numbers --- 2015-04-30 PranavkumarSawargaonkar New
[v2,2/2] block: deprecate the sheepdog block driver block: deprecate the sheepdog driver --- 2020-09-22 Daniel P. Berrangé New
[v2,2/2] block: qcow2: remove the created file on initialization error qcow2: don't leave partially initialized file on image creation --- 2020-10-11 Maxim Levitsky New
[v2,2/2] chardev: build spice chardevs as module build spice chardevs as module --- 2020-09-16 Gerd Hoffmann New
[v2,2/2] char-file: add test for distinct path= and pathin= Untitled series #60903 --- 2020-05-07 Alexander Bulekov New
[v2,2/2] cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ci ci: Remove cirrus-ci & cover SPICE in MSYS2 at gitlab-ci --- 2023-03-22 Philippe Mathieu-Daudé New
[v2,2/2] coroutine: take exactly one batch from global pool at a time Untitled series #58200 --- 2020-08-25 王洪浩 New
[v2,2/2] docs/fuzz: update make and run command lines fuzz: add virtio-blk fuzz target --- 2020-11-09 Dima Stepanov New
[v2,2/2] elf2dmp: Fail cleanly if PDB file specifies zero block_size [v2,1/2] elf2dmp: Check curl_easy_setopt() return value --- 2021-09-10 Philippe Mathieu-Daudé New
[v2,2/2] file-posix: add sg_get_max_segments that actually works with sg [v2,1/2] file-posix: split hdev_refresh_limits from raw_refresh_limits --- 2020-09-04 Tom Yan New
[v2,2/2] gitlab: enable a very minimal build with the tricore container tricore fixes --- 2021-07-19 Alex Bennée New
[v2,2/2] GitLab Gating CI: initial set of jobs, documentation and scripts Untitled series #59086 --- 2020-07-09 Cleber Rosa New
[v2,2/2] hw/arm: Add Arm Enterprise machine type [v2,1/2] hw/arm: check fw_cfg return value before using it --- 2018-07-25 Hongbo Zhang New
[v2,2/2] hw/arm/sbsa-ref : Add embedded controller in secure memory Untitled series #58122 --- 2020-08-26 Graeme Gregory New
[v2,2/2] hw/arm/virt-acpi-build: Add DBG2 table --- 2015-09-13 Leif Lindholm New
[v2,2/2] hw/arm/virt: tcg: adjust MPIDR like KVM --- 2016-07-01 Andrew Jones New
[v2,2/2] hw/char/serial: Remove TYPE_SERIAL_IO (superset of TYPE_SERIAL_MM) hw/char: Remove TYPE_SERIAL_IO --- 2020-09-07 Philippe Mathieu-Daudé New
[v2,2/2] hw/net: Added basic IPv6 fragmentation Untitled series #59344 --- 2020-06-29 Andrew Melnychenko New
[v2,2/2] hw/pci/pcie: Replace PCI_DEVICE() casts with existing variable [v2,1/2] hw/pci/pcie: Forbid hot-plug if it's disabled on the slot --- 2020-04-27 Julia Suvorova New
[v2,2/2] hw/pflash: implement update buffer for block writes hw/pflash: implement update buffer for block writes --- 2024-01-08 Philippe Mathieu-Daudé New
[v2,2/2] hw/ppc/ppc4xx_pci: Replace magic value by the PCI_NUM_PINS definition hw: Replace some impossible checks by assertions --- 2020-09-10 Philippe Mathieu-Daudé New
[v2,2/2] hw/riscv: sifive_u: Provide a reliable way for bootloader to detect whether it is running in QEMU Untitled series #59080 --- 2020-07-09 Bin Meng New
[v2,2/2] hw/rtc/m48t59: Simplify m48t59_init() passing MemoryRegion argument hw/rtc/m48t59: Simplify m48t59_init() --- 2020-10-15 Philippe Mathieu-Daudé New
[v2,2/2] hw: usb: hcd-ohci: check for processed TD before retire hw: usb: hcd-ohci: fix oob access and loop issues --- 2020-09-15 Prasad Pandit New
[v2,2/2] i386/pc: add piix and q35 machtypes to sorting families for -M \? --- 2014-09-22 Laszlo Ersek New
[v2,2/2] intc: arm_gic_kvm: set the qemu_irq/gsi mapping --- 2015-04-23 Auger Eric New
[v2,2/2] iotests: filter few more luks specific create options [v2,1/2] iotests: Make _filter_img_create more active --- 2020-06-18 Max Reitz New
[v2,2/2] linux-user: Add strace support for printing arguments of ioctl() Add strace support for printing arguments for ioctls --- 2020-06-16 Filip Bozuta New
[v2,2/2] linux-user: fix print_syscall_err() when syscall returned value is negative linux-user: fix print_syscall_err() --- 2020-07-08 Laurent Vivier New
[v2,2/2] linux-user/m68k: Handle EXCP_ADDRESS in cpu_loop target/m68k: Reject immediate as destination --- 2023-03-09 Richard Henderson New
[v2,2/2] linux-user, ppc: fix clock_nanosleep() for linux-user-ppc linux-user: fix clock_nanosleep() --- 2020-07-22 Laurent Vivier New
« 1 2 ... 159 160 161214 215 »