qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-04 13:06:35 to 2021-11-05 11:36:56 UTC [more...]

[PATCH v2] hw/scsi/scsi-disk: Fix out of bounds access in mode_sense_page()
 2021-11-05 11:35 UTC  (2+ messages)
` [PATCH-for-6.2 "

[PULL 0/6] Egl 20211105 patches
 2021-11-05 11:30 UTC  (6+ messages)
` [PULL 1/6] virtio-gpu: splitting one extended mode guest fb into n-scanouts
` [PULL 2/6] ui/gtk-egl: un-tab and re-tab should destroy egl surface and context
` [PULL 3/6] ui/gtk-egl: make sure the right context is set as the current
` [PULL 5/6] ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound
` [PULL 6/6] ui/gtk-egl: blitting partial guest fb to the proper scanout surface

[PATCH] configure: Support modules for Windows
 2021-11-05 10:36 UTC  (3+ messages)

[PATCH v3 00/12] vfio-user server in QEMU
 2021-11-05 10:08 UTC  (9+ messages)
` [PATCH v3 03/12] vfio-user: define vfio-user-server object

[PATCH] target/ppc, hw/ppc: Change maintainers
 2021-11-05  9:48 UTC  (2+ messages)

[PATCH v8 0/8] hmp,qmp: Add commands to introspect virtio devices
 2021-11-05  8:58 UTC  (14+ messages)
` [PATCH v8 3/8] qmp: add QMP command x-debug-query-virtio
` [PATCH v8 4/8] qmp: add QMP command x-debug-virtio-status
` [PATCH v8 8/8] hmp: add virtio commands
` [PATCH v8 0/8] hmp, qmp: Add commands to introspect virtio devices

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-11-05  8:46 UTC  (9+ messages)
` [PATCH 05/15] hw/nvme: Add support for SR-IOV
` [PATCH 12/15] hw/nvme: Initialize capability structures for primary/secondary controllers

[PATCH V5 0/3] net/filter: Optimize filters vnet_hdr support
 2021-11-05  8:43 UTC  (14+ messages)
` [PATCH V5 1/3] net/filter: Optimize transfer protocol for filter-mirror/redirector

[PATCH 00/31] passage: Define a standard for firmware data flow
 2021-11-05  8:26 UTC  (6+ messages)

[PATCH 0/3] SEV: fixes for -kernel launch with incompatible OVMF
 2021-11-05  7:52 UTC  (15+ messages)
` [PATCH 1/3] sev/i386: Allow launching with -kernel if no OVMF hashes table found
` [PATCH 2/3] sev/i386: Warn if using -kernel with invalid OVMF hashes table area

[RFC PATCH v1 0/3] virtio: early detect 'modern' virtio
 2021-11-05  7:42 UTC  (2+ messages)

[PULL 0/2] Net patches
 2021-11-05  4:17 UTC  (3+ messages)
` [PULL 1/2] e1000: fix tx re-entrancy problem
` [PULL 2/2] Fix virtio-net-pci* "vectors" compat

[PATCH v4 0/2] vhost: Fix last queue index of devices with no cvq
 2021-11-05  4:19 UTC  (3+ messages)
` [PATCH v4 2/2] vhost: Fix last vq "

[PATCH v4 00/36] bsd-user: arm (32-bit) support
 2021-11-05  3:19 UTC  (37+ messages)
` [PATCH v4 01/36] bsd-user/mips*: Remove
` [PATCH v4 02/36] bsd-user/freebsd: Create common target_os_ucontext.h file
` [PATCH v4 03/36] bsd-user: create a per-arch signal.c file
` [PATCH v4 04/36] bsd-user/i386/target_arch_signal.h: Remove target_sigcontext
` [PATCH v4 05/36] bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h
` [PATCH v4 06/36] bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSD
` [PATCH v4 07/36] bsd-user/i386: Move the inlines into signal.c
` [PATCH v4 08/36] bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext
` [PATCH v4 09/36] bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.h
` [PATCH v4 10/36] bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_t
` [PATCH v4 11/36] bsd-user/x86_64: Move functions into signal.c
` [PATCH v4 12/36] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
` [PATCH v4 13/36] bsd-user/arm/target_syscall.h: Add copyright and update name
` [PATCH v4 14/36] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
` [PATCH v4 15/36] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
` [PATCH v4 16/36] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
` [PATCH v4 17/36] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
` [PATCH v4 18/36] bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions
` [PATCH v4 19/36] bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
` [PATCH v4 20/36] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
` [PATCH v4 21/36] bsd-user/arm/target_arch_reg.h: Implement core dump register copying
` [PATCH v4 22/36] bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
` [PATCH v4 23/36] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
` [PATCH v4 24/36] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PATCH v4 25/36] bsd-user/arm/target_arch_elf.h: arm defines for ELF
` [PATCH v4 26/36] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PATCH v4 27/36] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
` [PATCH v4 28/36] bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
` [PATCH v4 29/36] bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signals
` [PATCH v4 30/36] bsd-user/arm/target_arch_signal.h: Define size of *context_t
` [PATCH v4 31/36] bsd-user/arm/target_arch_signal.c: arm set_sigtramp_args
` [PATCH v4 32/36] bsd-user/arm/target_arch_signal.c: arm get_mcontext
` [PATCH v4 33/36] bsd-user/arm/target_arch_signal.c: arm set_mcontext
` [PATCH v4 34/36] bsd-user/arm/target_arch_signal.c: arm get_ucontext_sigreturn
` [PATCH v4 35/36] bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE
` [PATCH v4 36/36] bsd-user: add arm target build

[PATCH] configure: Support modules for Windows
 2021-11-05  3:19 UTC 

[PATCH v3 00/25] PowerISA v3.1 instruction batch
 2021-11-05  1:26 UTC  (18+ messages)
` [PATCH v3 05/25] target/ppc: Implement Vector Insert from GPR using GPR index insns
` [PATCH v3 06/25] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
` [PATCH v3 12/25] target/ppc: moved stxv and lxv from legacy to decodtree
` [PATCH v3 13/25] target/ppc: moved stxvx and lxvx "
` [PATCH v3 14/25] target/ppc: added the instructions LXVP and STXVP
` [PATCH v3 15/25] target/ppc: added the instructions LXVPX and STXVPX
` [PATCH v3 16/25] target/ppc: added the instructions PLXV and PSTXV
` [PATCH v3 17/25] target/ppc: added the instructions PLXVP and PSTXVP
` [PATCH v3 18/25] target/ppc: moved XXSPLTW to using decodetree
` [PATCH v3 19/25] target/ppc: moved XXSPLTIB "
` [PATCH v3 20/25] target/ppc: implemented XXSPLTI32DX
` [PATCH v3 21/25] target/ppc: Implemented XXSPLTIW using decodetree
` [PATCH v3 24/25] target/ppc: Implement lxvkq instruction
` [PATCH v3 25/25] target/ppc: cntlzdm/cnttzdm implementation without brcond

[PATCH v3 00/29] bsd-user: arm (32-bit) support
 2021-11-04 23:59 UTC  (37+ messages)
` [PATCH v3 01/29] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
` [PATCH v3 02/29] bsd-user/arm/target_syscall.h: Add copyright and update name
` [PATCH v3 03/29] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
` [PATCH v3 04/29] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
` [PATCH v3 05/29] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
` [PATCH v3 06/29] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
` [PATCH v3 07/29] bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions
` [PATCH v3 08/29] bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
` [PATCH v3 09/29] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
` [PATCH v3 10/29] bsd-user/arm/target_arch_reg.h: Implement core dump register copying
` [PATCH v3 11/29] bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
` [PATCH v3 12/29] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
` [PATCH v3 13/29] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PATCH v3 14/29] bsd-user/arm/target_arch_elf.h: arm defines for ELF
` [PATCH v3 15/29] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PATCH v3 16/29] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
` [PATCH v3 17/29] bsd-user/freebsd: Create common target_os_ucontext.h file
` [PATCH v3 18/29] bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
` [PATCH v3 19/29] bsd-user/arm/target_arch_signal.h: arm machine context for signals
` [PATCH v3 20/29] bsd-user/arm/target_arch_signal.h: arm user context and trapframe "
` [PATCH v3 21/29] bsd-user/arm/target_arch_signal.h: arm set_sigtramp_args
` [PATCH v3 22/29] bsd-user/arm/target_arch_signal.h: arm get_mcontext
` [PATCH v3 23/29] bsd-user/arm/target_arch_signal.h: arm set_mcontext
` [PATCH v3 24/29] bsd-user/arm/target_arch_signal.h: arm get_ucontext_sigreturn
` [PATCH v3 25/29] bsd-user: add arm target build
` [PATCH v3 26/29] bsd-user/i386/target_arch_signal.h: Remove target_sigcontext
` [PATCH v3 27/29] bsd-user/x86_64/target_arch_signal.h: "
` [PATCH v3 28/29] bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h
` [PATCH v3 29/29] bsd-user/x86_64/target_arch_signal.h: "

FW: New Defects reported by Coverity Scan for QEMU
 2021-11-04 22:32 UTC 

[PATCH] linux-user: Add GPL-2.0+ SPDX license identifier
 2021-11-04 22:14 UTC  (5+ messages)

[PATCH v2] .mailmap: Fix more contributor entries
 2021-11-04 22:06 UTC  (3+ messages)
  ` [PATCH-for-6.2 "

[PULL 00/20] Migration 20211031 patches
 2021-11-04 22:05 UTC  (5+ messages)
` [PULL 04/20] migration/dirtyrate: introduce struct and adjust DirtyRateStat
` [PULL 07/20] migration/dirtyrate: implement dirty-ring dirtyrate calculation

Qemu and ARM secure state
 2021-11-04 21:11 UTC  (2+ messages)

[PULL 00/30] testing, gdbstub and semihosting
 2021-11-04 21:03 UTC  (9+ messages)
` [PULL 21/30] target/arm: use official org.gnu.gdb.aarch64.sve layout for registers

[PATCH v7 0/2] support dirtyrate measurement with dirty bitmap
 2021-11-04 20:50 UTC  (3+ messages)
` [PATCH v7 2/2] migration/dirtyrate: implement dirty-bitmap dirtyrate calculation

[PATCH v2 0/7] Misc NPCM7XX patches
 2021-11-04 20:50 UTC  (7+ messages)
` [PATCH v2 5/7] hw/nvram: Update at24c EEPROM init function in NPCM7xx boards

[PATCH v4 00/22] monitor: explicitly permit QMP commands to be added for all use cases
 2021-11-04 20:32 UTC  (3+ messages)
` [PATCH v4 07/22] docs/devel: document expectations for QAPI data modelling for QMP

[PATCH v3 0/3] qapi & doc: deprecate drive-backup
 2021-11-04 19:38 UTC  (3+ messages)
` [PATCH v3 3/3] qapi: "

[PATCH] target-i386: mmu: fix handling of noncanonical virtual addresses
 2021-11-04 18:01 UTC  (2+ messages)

[RFC PATCH] tests/docker: force NOUSER=1 for base images
 2021-11-04 17:44 UTC  (3+ messages)

[PATCH v5] tests: qtest: Add virtio-iommu test
 2021-11-04 17:40 UTC  (5+ messages)

[PULL for 6.2 v2 00/19] testing, plugin and gdbstub updates
 2021-11-04 17:34 UTC  (2+ messages)

[PATCH v10 00/10]vhost-vdpa: add support for configure interrupt
 2021-11-04 16:48 UTC  (11+ messages)
` [PATCH v10 01/10] virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
` [PATCH v10 02/10] virtio-pci: decouple notifier from interrupt process
` [PATCH v10 03/10] virtio-pci: decouple the single vector from the "
` [PATCH v10 04/10] vhost: introduce new VhostOps vhost_set_config_call
` [PATCH v10 05/10] vhost-vdpa: add support for config interrupt
` [PATCH v10 06/10] virtio: add support for configure interrupt
` [PATCH v10 07/10] vhost: "
` [PATCH v10 08/10] virtio-net: "
` [PATCH v10 09/10] virtio-mmio: "
` [PATCH v10 10/10] virtio-pci: "

[RFC PATCH 00/12] QOM/QAPI integration part 1
 2021-11-04 15:52 UTC  (8+ messages)

[RFC PATCH 0/3] job: split job API in driver and monitor
 2021-11-04 15:31 UTC  (4+ messages)
` [RFC PATCH 1/3] jobs: add job-common.h
` [RFC PATCH 2/3] jobs: add job-monitor.h
` [RFC PATCH 3/3] jobs: add job-driver.h

[RFC PATCH v2 0/2] s390x: Improvements to SIGP handling [QEMU]
 2021-11-04 15:08 UTC  (5+ messages)
` [RFC PATCH v2 2/2] s390x: Implement the USER_SIGP_BUSY capability

[RFC PATCH v2 00/14] job: replace AioContext lock with job_mutex
 2021-11-04 14:53 UTC  (15+ messages)
` [RFC PATCH v2 01/14] job.c: make job_lock/unlock public
` [RFC PATCH v2 02/14] job.h: categorize fields in struct Job
` [RFC PATCH v2 03/14] job.h: define locked functions
` [RFC PATCH v2 04/14] job.h: define unlocked functions
` [RFC PATCH v2 05/14] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [RFC PATCH v2 06/14] job.c: make job_event_* functions static
` [RFC PATCH v2 07/14] job.c: move inner aiocontext lock in callbacks
` [RFC PATCH v2 08/14] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [RFC PATCH v2 09/14] jobs: remove aiocontext locks since the functions are under BQL
` [RFC PATCH v2 10/14] jobs: protect jobs with job_lock/unlock
` [RFC PATCH v2 11/14] block_job_query: remove atomic read
` [RFC PATCH v2 12/14] jobs: use job locks and helpers also in the unit tests
` [RFC PATCH v2 13/14] jobs: add job lock in find_* functions
` [RFC PATCH v2 14/14] job.c: enable job lock/unlock and remove Aiocontext locks

[PATCH] file-posix: Fix alignment after reopen changing O_DIRECT
 2021-11-04 14:47 UTC  (4+ messages)

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-11-04 14:41 UTC  (4+ messages)

[PATCH] target-i386: mmu: use pg_mode instead of HF_LMA_MASK
 2021-11-04 14:09 UTC 

[PATCH 0/7] block: Attempt on fixing 030-reported errors
 2021-11-04 13:34 UTC  (3+ messages)

[PATCH 0/1] tests/acceptance: rename tests acceptance to tests avocado
 2021-11-04 13:15 UTC  (4+ messages)
` [PATCH 1/1] "

more bogus meson warnings
 2021-11-04 12:54 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).