qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-04 10:17:20 to 2021-11-05 03:50:27 UTC [more...]

[PATCH v4 00/36] bsd-user: arm (32-bit) support
 2021-11-05  3:19 UTC  (30+ 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 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 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 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 32/36] bsd-user/arm/target_arch_signal.c: arm get_mcontext
` [PATCH v4 34/36] bsd-user/arm/target_arch_signal.c: arm get_ucontext_sigreturn

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

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

[PATCH v3 00/25] PowerISA v3.1 instruction batch
 2021-11-05  1:26 UTC  (29+ messages)
` [PATCH v3 01/25] target/ppc: Move vcfuged to vmx-impl.c.inc
` [PATCH v3 02/25] target/ppc: Implement vclzdm/vctzdm instructions
` [PATCH v3 03/25] target/ppc: Implement vpdepd/vpextd instruction
` [PATCH v3 04/25] target/ppc: Implement vsldbi/vsrdbi instructions
` [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 07/25] target/ppc: Implement Vector Insert from VSR using GPR index insns
` [PATCH v3 08/25] target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetree
` [PATCH v3 09/25] target/ppc: Implement Vector Extract Double to VSR using GPR index insns
` [PATCH v3 10/25] target/ppc: Introduce REQUIRE_VSX macro
` [PATCH v3 11/25] target/ppc: receive high/low as argument in get/set_cpu_vsr
` [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 22/25] target/ppc: implemented XXSPLTIDP instruction
` [PATCH v3 23/25] target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructions
` [PATCH v3 24/25] target/ppc: Implement lxvkq instruction
` [PATCH v3 25/25] target/ppc: cntlzdm/cnttzdm implementation without brcond

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

[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 0/3] SEV: fixes for -kernel launch with incompatible OVMF
 2021-11-04 18:22 UTC  (5+ messages)
` [PATCH 1/3] sev/i386: Allow launching with -kernel if no OVMF hashes table found

[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: "

[PATCH v3 00/12] vfio-user server in QEMU
 2021-11-04 16:48 UTC  (8+ messages)
` [PATCH v3 03/12] vfio-user: define vfio-user-server object

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

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

[PATCH v8 0/8] hmp,qmp: Add commands to introspect virtio devices
 2021-11-04 15:37 UTC  (5+ 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

[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  (10+ messages)
` [PATCH 1/7] stream: Traverse graph after modification
` [PATCH 2/7] block: Manipulate children list in .attach/.detach
` [PATCH 3/7] block: Unite remove_empty_child and child_free
` [PATCH 4/7] block: Drop detached child from ignore list
` [PATCH 5/7] block: Pass BdrvChild ** to replace_child_noperm
` [PATCH 6/7] block: Let replace_child_noperm free children
` [PATCH 7/7] iotests/030: Unthrottle parallel jobs in reverse

[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)

[PATCH] postocpy: Check that postocpy fd's are not NULL
 2021-11-04 12:27 UTC  (4+ messages)

[PULL v2 00/30] Hexagon HVX (target/hexagon) patch series
 2021-11-04 12:01 UTC  (2+ messages)

[ PATCH v3 00/10] Improve PMU support
 2021-11-04 11:49 UTC  (11+ messages)
` [ PATCH v3 01/10] target/riscv: Fix PMU CSR predicate function
` [ PATCH v3 02/10] target/riscv: Implement PMU CSR predicate function for
` [ PATCH v3 03/10] target/riscv: pmu: Rename the counters extension to pmu
` [ PATCH v3 04/10] target/riscv: pmu: Make number of counters configurable
` [ PATCH v3 05/10] target/riscv: Implement mcountinhibit CSR

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-11-04 11:48 UTC  (15+ messages)
` [PATCH v5 06/26] arm: qemu: Add a devicetree file for qemu_arm64

[PATCH 0/3] contrib/elf2dmp: Windows Server 2022 support
 2021-11-04 11:47 UTC  (3+ messages)
` [PATCH 3/3] contrib/elf2dmp: add PE name check and "

[PATCH v2 00/34] PowerISA v3.1 instruction batch
 2021-11-04 11:37 UTC  (4+ messages)
` [PATCH v2 07/34] target/ppc: Implement cntlzdm

[PULL 00/11] Migration 20211102 patches
 2021-11-04 10:32 UTC  (2+ 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).