Show patches with: State = Action Required       |    Archived = No       |   427776 patches
« 1 2 ... 1542 1543 15444277 4278 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v6,14/32] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type() Add subcluster allocation to qcow2 - - - - --- 2020-05-24 Alberto Garcia New
[v6,13/32] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap() Add subcluster allocation to qcow2 - - 1 - --- 2020-05-24 Alberto Garcia New
[v6,12/32] qcow2: Add l2_entry_size() Add subcluster allocation to qcow2 - - 1 - --- 2020-05-24 Alberto Garcia New
[v6,11/32] qcow2: Add offset_into_subcluster() and size_to_subclusters() Add subcluster allocation to qcow2 - - 1 - --- 2020-05-24 Alberto Garcia New
[v6,10/32] qcow2: Add offset_to_sc_index() Add subcluster allocation to qcow2 - - 2 - --- 2020-05-24 Alberto Garcia New
[v6,09/32] qcow2: Add subcluster-related fields to BDRVQcow2State Add subcluster allocation to qcow2 - - 2 - --- 2020-05-24 Alberto Garcia New
[v6,08/32] qcow2: Add dummy has_subclusters() function Add subcluster allocation to qcow2 - - 3 - --- 2020-05-24 Alberto Garcia New
[v6,07/32] qcow2: Document the Extended L2 Entries feature Add subcluster allocation to qcow2 - - 2 - --- 2020-05-24 Alberto Garcia New
[v6,06/32] qcow2: Add get_l2_entry() and set_l2_entry() Add subcluster allocation to qcow2 - - 3 - --- 2020-05-24 Alberto Garcia New
[v6,05/32] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied() Add subcluster allocation to qcow2 - - 1 - --- 2020-05-24 Alberto Garcia New
[v6,04/32] qcow2: Split cluster_needs_cow() out of count_cow_clusters() Add subcluster allocation to qcow2 - - 2 - --- 2020-05-24 Alberto Garcia New
[v6,03/32] qcow2: Add calculate_l2_meta() Add subcluster allocation to qcow2 - - 1 - --- 2020-05-24 Alberto Garcia New
[v6,02/32] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 1 - --- 2020-05-24 Alberto Garcia New
[v6,01/32] qcow2: Make Qcow2AioTask store the full host offset Add subcluster allocation to qcow2 - - 3 - --- 2020-05-24 Alberto Garcia New
fuzz: add information about useful libFuzzer flags fuzz: add information about useful libFuzzer flags - - - - --- 2020-05-24 Alexander Bulekov New
[1/1] util/getauxval: Porting to FreeBSD getauxval feature [1/1] util/getauxval: Porting to FreeBSD getauxval feature - - - - --- 2020-05-24 David CARLIER New
hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR) hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR) - - - - --- 2020-05-24 Philippe Mathieu-Daudé New
[4/4] hw/display/cirrus_vga: Convert debug printf() to trace event hw/display/cirrus_vga: Convert debug printf() to qemu_log_mask & trace - - - - --- 2020-05-24 Philippe Mathieu-Daudé New
[3/4] hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf hw/display/cirrus_vga: Convert debug printf() to qemu_log_mask & trace - - - - --- 2020-05-24 Philippe Mathieu-Daudé New
[2/4] hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf hw/display/cirrus_vga: Convert debug printf() to qemu_log_mask & trace - - - - --- 2020-05-24 Philippe Mathieu-Daudé New
[1/4] hw/display/cirrus_vga: Convert debug printf() to trace event hw/display/cirrus_vga: Convert debug printf() to qemu_log_mask & trace - - - - --- 2020-05-24 Philippe Mathieu-Daudé New
hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP) hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP) - - 1 - --- 2020-05-24 Philippe Mathieu-Daudé New
[RFC,v3,11/11] KVM: Dirty ring support KVM: Dirty ring support (QEMU part) - - - - --- 2020-05-23 Peter Xu New
[RFC,v3,10/11] KVM: Add dirty-gfn-count property KVM: Dirty ring support (QEMU part) - - - - --- 2020-05-23 Peter Xu New
[RFC,v3,09/11] KVM: Cache kvm slot dirty bitmap size KVM: Dirty ring support (QEMU part) - - 1 - --- 2020-05-23 Peter Xu New
[RFC,v3,08/11] KVM: Simplify dirty log sync in kvm_set_phys_mem KVM: Dirty ring support (QEMU part) - - - - --- 2020-05-23 Peter Xu New
[RFC,v3,07/11] KVM: Provide helper to sync dirty bitmap from slot to ramblock KVM: Dirty ring support (QEMU part) - - 1 - --- 2020-05-23 Peter Xu New
[RFC,v3,06/11] KVM: Provide helper to get kvm dirty log KVM: Dirty ring support (QEMU part) - - - - --- 2020-05-23 Peter Xu New
[RFC,v3,05/11] KVM: Create the KVMSlot dirty bitmap on flag changes KVM: Dirty ring support (QEMU part) - - 1 - --- 2020-05-23 Peter Xu New
[RFC,v3,04/11] KVM: Use a big lock to replace per-kml slots_lock KVM: Dirty ring support (QEMU part) - - - - --- 2020-05-23 Peter Xu New
[RFC,v3,03/11] KVM: Fixup kvm_log_clear_one_slot() ioctl return check KVM: Dirty ring support (QEMU part) - - 2 - --- 2020-05-23 Peter Xu New
[RFC,v3,02/11] memory: Introduce log_sync_global() to memory listener KVM: Dirty ring support (QEMU part) - - 1 - --- 2020-05-23 Peter Xu New
[RFC,v3,01/11] linux-headers: Update KVM: Dirty ring support (QEMU part) - - - - --- 2020-05-23 Peter Xu New
audio/mixeng: fix clang 10+ warning audio/mixeng: fix clang 10+ warning - - - - --- 2020-05-23 Volker Rümelin New
[3/3] hw/display/artist: Check offset in block_move to avoid buffer over-read hw/display/artist: Fix out-of-buffer accesses found while fuzzing - - - - --- 2020-05-23 Philippe Mathieu-Daudé New
[2/3] hw/display/artist: Refactor artist_rop8() to avoid buffer over-run hw/display/artist: Fix out-of-buffer accesses found while fuzzing - - - - --- 2020-05-23 Philippe Mathieu-Daudé New
[1/3] hw/display/artist: Check offset in draw_line to avoid buffer over-run hw/display/artist: Fix out-of-buffer accesses found while fuzzing - - - - --- 2020-05-23 Philippe Mathieu-Daudé New
[v3] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION [v3] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION - - - - --- 2020-05-23 Chen Gang New
[1/1] util/oslib: Returns real thread identifier on FreeBSD and NetBSD [1/1] util/oslib: Returns real thread identifier on FreeBSD and NetBSD - - 4 - --- 2020-05-23 David CARLIER New
[PULL,4/4] hw/block/pflash: Check return value of blk_pwrite() [PULL,1/4] hw/block/pflash_cfi01: Removed an unused timer - - - - --- 2020-05-22 Philippe Mathieu-Daudé New
[PULL,3/4] hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array' [PULL,1/4] hw/block/pflash_cfi01: Removed an unused timer - - 2 - --- 2020-05-22 Philippe Mathieu-Daudé New
[PULL,2/4] hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00' [PULL,1/4] hw/block/pflash_cfi01: Removed an unused timer - - 1 - --- 2020-05-22 Philippe Mathieu-Daudé New
[PULL,1/4] hw/block/pflash_cfi01: Removed an unused timer [PULL,1/4] hw/block/pflash_cfi01: Removed an unused timer - - 3 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[PULL,0/4] pflash-next patches for 2020-05-22 - - - - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,13/13] stubs: Restrict ui/win32-kbd-hook to system-mode user-mode: Prune build dependencies (part 1) - - 1 - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,12/13] hw/core: Restrict CpuClass::get_crash_info() to system-mode user-mode: Prune build dependencies (part 1) - - 2 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,11/13] target/s390x: Restrict CpuClass::get_crash_info() to system-mode user-mode: Prune build dependencies (part 1) - - 3 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,10/13] target/i386: Restrict CpuClass::get_crash_info() to system-mode user-mode: Prune build dependencies (part 1) - - 2 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,09/13] arch_init: Remove unused 'qapi-commands-misc.h' include user-mode: Prune build dependencies (part 1) - - 3 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,08/13] exec: Assert CPU migration is not used on user-only build user-mode: Prune build dependencies (part 1) - - 3 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,07/13] target/riscv/cpu: Restrict CPU migration to system-mode user-mode: Prune build dependencies (part 1) - - 3 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,06/13] stubs/Makefile: Reduce the user-mode object list user-mode: Prune build dependencies (part 1) - - 2 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,05/13] util/Makefile: Reduce the user-mode object list user-mode: Prune build dependencies (part 1) - - 2 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,04/13] tests/Makefile: Restrict some softmmu-only tests user-mode: Prune build dependencies (part 1) - - 2 2 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,03/13] tests/Makefile: Only display TCG-related tests when TCG is available user-mode: Prune build dependencies (part 1) - - 3 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,02/13] configure: Avoid building TCG when not needed user-mode: Prune build dependencies (part 1) - - 3 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,01/13] Makefile: Only build virtiofsd if system-mode is enabled user-mode: Prune build dependencies (part 1) 1 - 2 1 --- 2020-05-22 Philippe Mathieu-Daudé New
[5/5] virtio: enable VIRTIO_F_RING_PACKED for all devices virtio: enable VIRTIO_F_RING_PACKED for all devices - - 1 - --- 2020-05-22 Stefan Hajnoczi New
[4/5] vhost-scsi: add VIRTIO_F_VERSION_1 and VIRTIO_F_RING_PACKED virtio: enable VIRTIO_F_RING_PACKED for all devices - - 1 - --- 2020-05-22 Stefan Hajnoczi New
[3/5] vhost-user-blk: add VIRTIO_F_RING_PACKED feature bit virtio: enable VIRTIO_F_RING_PACKED for all devices - - 1 - --- 2020-05-22 Stefan Hajnoczi New
[2/5] vhost: involve device backends in feature negotiation virtio: enable VIRTIO_F_RING_PACKED for all devices - - - - --- 2020-05-22 Stefan Hajnoczi New
[1/5] tests/libqos: mask out VIRTIO_F_RING_PACKED for now virtio: enable VIRTIO_F_RING_PACKED for all devices 1 - - - --- 2020-05-22 Stefan Hajnoczi New
[RFC,v2,3/3] cpus: extract out accel-specific code to each accel [RFC,v2,1/3] cpu-throttle: new module, extracted from cpus.c - - - - --- 2020-05-22 Claudio Fontana New
[RFC,v2,2/3] cpu-timers, icount: new modules [RFC,v2,1/3] cpu-throttle: new module, extracted from cpus.c - - - - --- 2020-05-22 Claudio Fontana New
[RFC,v2,1/3] cpu-throttle: new module, extracted from cpus.c [RFC,v2,1/3] cpu-throttle: new module, extracted from cpus.c - - - - --- 2020-05-22 Claudio Fontana New
[v4,11/11] accel/tcg: Add stub for probe_access() accel: Allow targets to use Kconfig - - 1 - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,10/11] Makefile: Allow target-specific optional Kconfig accel: Allow targets to use Kconfig - - 1 - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,09/11] accel/Kconfig: Add the TCG selector accel: Allow targets to use Kconfig - - 1 - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,08/11] accel/Kconfig: Extract accel selectors into their own config accel: Allow targets to use Kconfig - - 1 - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,07/11] Makefile: Write MINIKCONF variables as one entry per line accel: Allow targets to use Kconfig - - 1 - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,06/11] Makefile: Remove dangerous EOL trailing backslash accel: Allow targets to use Kconfig - - 2 - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,05/11] rules.mak: Add base-arch() rule accel: Allow targets to use Kconfig - - - - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,04/11] rules.mak: Add startwith() rule accel: Allow targets to use Kconfig - - - - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,03/11] MAINTAINERS: Add an entry for the HAX accelerator accel: Allow targets to use Kconfig - - - - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,02/11] MAINTAINERS: Add an 'overall' entry for accelerators accel: Allow targets to use Kconfig - - 1 - --- 2020-05-22 Philippe Mathieu-Daudé New
[v4,01/11] MAINTAINERS: Fix KVM path expansion glob accel: Allow targets to use Kconfig - 1 2 - --- 2020-05-22 Philippe Mathieu-Daudé New
[v3,3/3] block: generate coroutine-wrapper code coroutines: generate wrapper code - - - - --- 2020-05-22 Vladimir Sementsov-Ogievskiy New
[v3,2/3] block: declare some coroutine functions in block/coroutines.h coroutines: generate wrapper code - - - - --- 2020-05-22 Vladimir Sementsov-Ogievskiy New
[v3,1/3] block/io: refactor coroutine wrappers coroutines: generate wrapper code - - 1 - --- 2020-05-22 Vladimir Sementsov-Ogievskiy New
[19/19] docs: Added details on TSan to testing.rst Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[18/19] target/arm: Fix tsan warning in cpu.c Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[17/19] util: Added tsan annotate for thread name. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[16/19] util: fixed tsan warnings in thread_pool.c Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[15/19] qht: Fix tsan warnings. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[14/19] util/async: Fixed tsan warnings Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[13/19] accel/tcg: Fixed tsan warnings. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[12/19] configure: added tsan support for blacklist. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[11/19] accel/tcg: Fixed tsan warnings related to parallel_cpus Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[10/19] include/qemu: Added tsan.h for annotations. Add Thread Sanitizer support to QEMU - - 1 - --- 2020-05-22 Robert Foley New
[09/19] tests/docker: Added docker build support for TSan. Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[08/19] thread: add tsan annotations to QemuSpin Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[07/19] translate-all: call qemu_spin_destroy for PageDesc Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[06/19] tcg: call qemu_spin_destroy for tb->jmp_lock Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[05/19] qht: call qemu_spin_destroy for head buckets Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[04/19] cputlb: destroy CPUTLB with tlb_destroy Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[03/19] thread: add qemu_spin_destroy Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[02/19] cpu: convert queued work to a QSIMPLEQ Add Thread Sanitizer support to QEMU - - 3 - --- 2020-05-22 Robert Foley New
[01/19] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext Add Thread Sanitizer support to QEMU - - - - --- 2020-05-22 Robert Foley New
[v2,9/9] target/arm: Convert Neon one-register-and-immediate insns to decodetree target/arm: Convert 2-reg-shift and 1-reg-imm Neon insns to decodetree - - 1 - --- 2020-05-22 Peter Maydell New
[v2,8/9] target/arm: Convert VCVT fixed-point ops to decodetree target/arm: Convert 2-reg-shift and 1-reg-imm Neon insns to decodetree - - 1 - --- 2020-05-22 Peter Maydell New
« 1 2 ... 1542 1543 15444277 4278 »