qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-03 17:45:35 to 2021-11-04 14:24:57 UTC [more...]

[PATCH v3 00/29] bsd-user: arm (32-bit) support
 2021-11-04 14:05 UTC  (23+ 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 20/29] bsd-user/arm/target_arch_signal.h: arm user context and trapframe for signals
` [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 29/29] bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.h

[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] file-posix: Fix alignment after reopen changing O_DIRECT
 2021-11-04 13:32 UTC  (2+ messages)

[PATCH v3 00/25] PowerISA v3.1 instruction batch
 2021-11-04 12:37 UTC  (26+ 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 0/1] tests/acceptance: rename tests acceptance to tests avocado
 2021-11-04 13:15 UTC  (5+ messages)
` [PATCH 1/1] "

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

[RFC PATCH 00/12] QOM/QAPI integration part 1
 2021-11-04 12:39 UTC  (7+ messages)
` [RFC PATCH 07/12] qapi: Allow defining QOM classes
` [RFC PATCH 08/12] qapi: Create qom-config:... type for classes
` [RFC PATCH 12/12] qapi/qom: Add class definition for rng-egd

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

[PULL for 6.2 v2 00/19] testing, plugin and gdbstub updates
 2021-11-04 12:16 UTC 

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

[PULL v2 00/30] Hexagon HVX (target/hexagon) patch series
 2021-11-04 12:01 UTC  (32+ messages)
` [PULL v2 01/30] Hexagon HVX (target/hexagon) README
` [PULL v2 02/30] Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core
` [PULL v2 03/30] Hexagon HVX (target/hexagon) register names
` [PULL v2 04/30] Hexagon HVX (target/hexagon) instruction attributes
` [PULL v2 05/30] Hexagon HVX (target/hexagon) macros
` [PULL v2 06/30] Hexagon HVX (target/hexagon) import macro definitions
` [PULL v2 07/30] Hexagon HVX (target/hexagon) semantics generator
` [PULL v2 08/30] Hexagon HVX (target/hexagon) semantics generator - part 2
` [PULL v2 09/30] Hexagon HVX (target/hexagon) C preprocessor for decode tree
` [PULL v2 10/30] Hexagon HVX (target/hexagon) instruction utility functions
` [PULL v2 11/30] Hexagon HVX (target/hexagon) helper functions
` [PULL v2 12/30] Hexagon HVX (target/hexagon) TCG generation
` [PULL v2 13/30] Hexagon HVX (target/hexagon) helper overrides infrastructure
` [PULL v2 14/30] Hexagon HVX (target/hexagon) helper overrides for histogram instructions
` [PULL v2 15/30] Hexagon HVX (target/hexagon) helper overrides - vector assign & cmov
` [PULL v2 16/30] Hexagon HVX (target/hexagon) helper overrides - vector add & sub
` [PULL v2 17/30] Hexagon HVX (target/hexagon) helper overrides - vector shifts
` [PULL v2 18/30] Hexagon HVX (target/hexagon) helper overrides - vector max/min
` [PULL v2 19/30] Hexagon HVX (target/hexagon) helper overrides - vector logical ops
` [PULL v2 20/30] Hexagon HVX (target/hexagon) helper overrides - vector compares
` [PULL v2 21/30] Hexagon HVX (target/hexagon) helper overrides - vector splat and abs
` [PULL v2 22/30] Hexagon HVX (target/hexagon) helper overrides - vector loads
` [PULL v2 23/30] Hexagon HVX (target/hexagon) helper overrides - vector stores
` [PULL v2 24/30] Hexagon HVX (target/hexagon) import semantics
` [PULL v2 25/30] Hexagon HVX (target/hexagon) instruction decoding
` [PULL v2 26/30] Hexagon HVX (target/hexagon) import instruction encodings
` [PULL v2 27/30] Hexagon HVX (tests/tcg/hexagon) vector_add_int test
` [PULL v2 28/30] Hexagon HVX (tests/tcg/hexagon) hvx_misc test
` [PULL v2 29/30] Hexagon HVX (tests/tcg/hexagon) scatter_gather test
` [PULL v2 30/30] Hexagon HVX (tests/tcg/hexagon) histogram test

[ 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  (25+ 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

Qemu and ARM secure state
 2021-11-04 11:11 UTC 

[PULL 00/11] Migration 20211102 patches
 2021-11-04 10:32 UTC  (2+ messages)

[PATCH] linux-user: Add GPL-2.0+ SPDX license identifier
 2021-11-04 10:02 UTC  (4+ messages)

[PATCH v1] job.c: add missing notifier initialization
 2021-11-04 10:04 UTC  (2+ messages)

[PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts
 2021-11-04  9:30 UTC  (13+ messages)
` [PATCH v2 "
        ` [PATCH v2 1/6] ui/gtk-egl: un-tab and re-tab should destroy egl surface and context
          ` [PATCH 2/6] ui/gtk-egl: make sure the right context is set as the current
          ` [PATCH v2 3/6] ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl
          ` [PATCH 4/6] ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound
          ` [PATCH v3 5/6] virtio-gpu: splitting one extended mode guest fb into n-scanouts
          ` [PATCH v2 6/6] ui/gtk-egl: blitting partial guest fb to the proper scanout surface

[PATCH v2 0/2] linux-user: Add GPL-2.0-or-later SPDX license identifier
 2021-11-04  9:13 UTC  (4+ messages)
` [PATCH v2 1/2] linux-user: Move the SPDX license identifier to first line
` [PATCH v2 2/2] linux-user: Add GPL-2.0-or-later SPDX license identifier

[PATCH v4 0/3] qapi & doc: deprecate drive-backup
 2021-11-04  8:58 UTC  (4+ messages)
` [PATCH v4 1/3] docs/block-replication: use blockdev-backup
` [PATCH v4 2/3] docs/interop/bitmaps: "
` [PATCH v4 3/3] qapi: deprecate drive-backup

[PATCH] monitor: Fix find_device_state() for IDs containing slashes
 2021-11-04  8:59 UTC  (4+ messages)

[PATCH v4 0/2] vhost: Fix last queue index of devices with no cvq
 2021-11-04  8:56 UTC  (3+ messages)
` [PATCH v4 1/2] vhost: Rename last_index to vq_index_end
` [PATCH v4 2/2] vhost: Fix last vq queue index of devices with no cvq

[PATCH v3 00/19] monitor: explicitly permit QMP commands to be added for all use cases
 2021-11-04  8:54 UTC  (7+ messages)
` [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

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

[PATCH v6 0/7] virtio-iommu: Add ACPI support (x86 part)
 2021-11-04  8:20 UTC  (6+ messages)
` [PATCH v6 6/7] tests/acpi: add test case for VIOT on q35 machine

[PATCH 0/6] tests/docker: Update Fedora containers
 2021-11-04  6:47 UTC  (7+ messages)
` [PATCH 1/6] spice: Update QXLInterface for spice >= 0.15.0
` [PATCH 6/6] docker: Add Fedora 35 container

[PATCH v3 0/2] vhost: Fix last queue index of devices with no cvq
 2021-11-04  6:34 UTC  (6+ messages)
` [PATCH v3 1/2] vhost: Rename last_index to last_vq_index
` [PATCH v3 2/2] vhost: Fix last vq queue index of devices with no cvq

[PATCH v3 0/3] qapi & doc: deprecate drive-backup
 2021-11-04  5:54 UTC  (2+ messages)

[PATCH v4 0/5] qapi: Add feature flags to enum members
 2021-11-04  5:49 UTC  (4+ messages)
` [PATCH v4 5/5] block: Deprecate transaction type drive-backup

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

[PATCH v4 00/22] QEMU RISC-V AIA support
 2021-11-04  4:56 UTC  (11+ messages)
` [PATCH v4 08/22] target/riscv: Allow AIA device emulation to set ireg rmw callback
` [PATCH v4 10/22] target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
` [PATCH v4 11/22] target/riscv: Implement AIA hvictl and hviprioX CSRs
` [PATCH v4 12/22] target/riscv: Implement AIA interrupt filtering CSRs
` [PATCH v4 14/22] target/riscv: Implement AIA xiselect and xireg CSRs

[PULL for 6.2 00/21] testing, plugin and gdbstub updates
 2021-11-04  4:45 UTC  (4+ messages)

[PULL 00/27] Misc patches for QEMU 6.2 soft freeze
 2021-11-04  4:42 UTC  (2+ messages)

[PATCH v4 0/3] MSG_ZEROCOPY for multifd
 2021-11-04  3:43 UTC  (9+ messages)
` [PATCH v4 2/3] QIOChannelSocket: Implement io_writev_zerocopy & io_flush_zerocopy for CONFIG_LINUX
` [PATCH v4 3/3] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)

[PATCH v2] Fix virtio-net-pci* "vectors" compat
 2021-11-04  2:47 UTC  (2+ messages)

[RFC PATCH v5 00/26] vDPA shadow virtqueue
 2021-11-04  2:34 UTC  (11+ messages)
` [RFC PATCH v5 11/26] vhost: Handle host notifiers in SVQ
` [RFC PATCH v5 21/26] vhost: Add vhost_svq_valid_guest_features to shadow vq

[PATCH v4 3/7] hw/adc: Fix CONV bit in NPCM7XX ADC CON register
 2021-11-03 22:01 UTC  (5+ messages)
` [PATCH v4 4/7] hw/adc: Make adci[*] R/W in NPCM7XX ADC
` [PATCH v4 5/7] blockdev: Add a new IF type IF_OTHER
` [PATCH v4 6/7] hw/nvram: Update at24c EEPROM init function in NPCM7xx boards
` [PATCH v4 7/7] hw/arm: quanta-gbs-bmc add i2c devices

[PATCH v4 0/7] Misc NPCM7XX patches
 2021-11-03 21:59 UTC  (3+ messages)
` [PATCH v4 1/7] hw/i2c: Clear ACK bit in NPCM7xx SMBus module
` [PATCH v4 2/7] hw/i2c: Read FIFO during RXF_CTL change in NPCM7XX SMBus

[PATCH] target/riscv: machine: Sort the .subsections
 2021-11-03 21:52 UTC  (2+ messages)

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

[PATCH v5 0/6] optimize the downtime for vfio migration
 2021-11-03 20:36 UTC  (2+ messages)

[PATCH v3 00/23] linux-user: Clean up siginfo_t handling
 2021-11-03 20:35 UTC  (3+ messages)
` [PATCH v3 17/23] linux-user/openrisc: Use force_sig_fault

[PATCH v6 0/2] Improve vhost-user VQ notifier unmap
 2021-11-03 20:30 UTC  (7+ messages)
` [PATCH v6 1/2] vhost-user: remove VirtQ notifier restore

[PATCH v2 00/30] bsd-user: arm (32-bit) support
 2021-11-03 19:22 UTC  (13+ messages)
` [PATCH v2 14/30] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PATCH v2 22/30] bsd-user/arm/target_arch_signal.h: arm set_sigtramp_args
` [PATCH v2 24/30] bsd-user/arm/target_arch_signal.h: arm set_mcontext
` [PATCH v2 26/30] bsd-user: add arm target build

[PATCH] hw/m68k: Fix typo in SPDX tag
 2021-11-03 18:31 UTC  (2+ messages)

[RFC PATCH] tests/docker: force NOUSER=1 for base images
 2021-11-03 18:29 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).