qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-22 09:50:51 to 2023-02-22 20:48:57 UTC [more...]

[PATCH v2 0/7] Implement Most ARMv8.3 Pointer Authentication Features
 2023-02-22 20:41 UTC  (12+ messages)
` [PATCH v2 1/7] target/arm: v8.3 PAC ID_AA64ISAR[12] feature-detection
` [PATCH v2 2/7] target/arm: Implement v8.3 QARMA3 PAC cipher
` [PATCH v2 3/7] target/arm: Implement v8.3 EnhancedPAC
` [PATCH v2 4/7] target/arm: Implement v8.3 Pauth2
` [PATCH v2 5/7] targer/arm: Inform helpers whether a PAC instruction is 'combined'
` [PATCH v2 6/7] target/arm: Implement v8.3 FPAC and FPACCOMBINE
` [PATCH v2 7/7] target/arm: Add CPU properties for most v8.3 PAC features

[PATCH v4 0/9] PC cleanups
 2023-02-22 20:24 UTC  (10+ messages)
` [PATCH v4 1/9] hw/pci-host/i440fx: Inline sysbus_add_io()
` [PATCH v4 3/9] hw/i386/pc_q35: Reuse machine parameter
` [PATCH v4 5/9] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()

[PATCH 0/5] bulk: Replace assert(0) -> g_assert_not_reached()
 2023-02-22 20:23 UTC  (13+ messages)
` [PATCH 3/5] bulk: Replace [g_]assert(0) "
` [PATCH 5/5] hw: Remove mentions of NDEBUG

[PATCH v3 0/1] virtio-fs: implement option for stateless migration
 2023-02-22 20:21 UTC  (18+ messages)
` [PATCH v3 1/1] vhost-user-fs: add migration type property

[PATCH v6 0/3] block/rbd: Add support for layered encryption
 2023-02-22 20:13 UTC  (3+ messages)

[PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support
 2023-02-22 19:55 UTC  (6+ messages)
` [PATCH v1 2/3] contrib/elf2dmp: move PE dir search to pe_get_data_dir_entry
` [PATCH v1 3/3] contrib/elf2dmp: add PE name check and Windows Server 2022 support

[PATCH 0/5] Pegasos2 fixes and audio output support
 2023-02-22 19:25 UTC  (4+ messages)

mttcg: warning to user about memory ordering
 2023-02-22 19:14 UTC  (2+ messages)

[PATCH v6 0/7] blockdev-replace
 2023-02-22 18:55 UTC  (8+ messages)
` [PATCH v6 1/7] block-backend: blk_root(): drop const specifier on return type
` [PATCH v6 2/7] block/export: add blk_by_export_id()
` [PATCH v6 3/7] block: make bdrv_find_child() function public
` [PATCH v6 4/7] qapi: add x-blockdev-replace command
` [PATCH v6 5/7] block: bdrv_get_xdbg_block_graph(): report export ids
` [PATCH v6 6/7] iotests.py: introduce VM.assert_edges_list() method
` [PATCH v6 7/7] iotests: add filter-insertion

[PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups
 2023-02-22 18:52 UTC  (11+ messages)
` [PATCH v7 01/10] target/riscv: introduce riscv_cpu_cfg()
` [PATCH v7 02/10] target/riscv: do not mask unsupported QEMU extensions in write_misa()
` [PATCH v7 03/10] target/riscv: allow MISA writes as experimental
` [PATCH v7 04/10] target/riscv: remove RISCV_FEATURE_DEBUG
` [PATCH v7 05/10] target/riscv/cpu.c: error out if EPMP is enabled without PMP
` [PATCH v7 06/10] target/riscv: remove RISCV_FEATURE_EPMP
` [PATCH v7 07/10] target/riscv: remove RISCV_FEATURE_PMP
` [PATCH v7 08/10] hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus()
` [PATCH v7 09/10] target/riscv: remove RISCV_FEATURE_MMU
` [PATCH v7 10/10] target/riscv/cpu: remove CPUArchState::features and friends

[PATCH v5 0/8] hw/cxl: RAS error emulation and injection
 2023-02-22 18:28 UTC  (8+ messages)
` [PATCH v5 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-22 18:00 UTC  (22+ messages)
` [PATCH v2 01/20] migration: Pass threshold_size to .state_pending_{estimate, exact}()
` [PATCH v2 02/20] vfio/migration: Refactor vfio_save_block() to return saved data size
` [PATCH v2 03/20] vfio/migration: Add VFIO migration pre-copy support
` [PATCH v2 04/20] vfio/common: Fix error reporting in vfio_get_dirty_bitmap()
` [PATCH v2 05/20] vfio/common: Fix wrong %m usages
` [PATCH v2 06/20] vfio/common: Abort migration if dirty log start/stop/sync fails
` [PATCH v2 07/20] vfio/common: Add VFIOBitmap and (de)alloc functions
` [PATCH v2 08/20] util: Add iova_tree_nnodes()
` [PATCH v2 09/20] util: Extend iova_tree_foreach() to take data argument
` [PATCH v2 10/20] vfio/common: Record DMA mapped IOVA ranges
` [PATCH v2 11/20] vfio/common: Add device dirty page tracking start/stop
` [PATCH v2 12/20] vfio/common: Extract code from vfio_get_dirty_bitmap() to new function
` [PATCH v2 13/20] vfio/common: Add device dirty page bitmap sync
` [PATCH v2 14/20] vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
` [PATCH v2 15/20] memory/iommu: Add IOMMU_ATTR_MAX_IOVA attribute
` [PATCH v2 16/20] intel-iommu: Implement get_attr() method
` [PATCH v2 17/20] vfio/common: Support device dirty page tracking with vIOMMU
` [PATCH v2 18/20] vfio/common: Optimize "
` [PATCH v2 19/20] vfio/migration: Query device dirty page tracking support
` [PATCH v2 20/20] docs/devel: Document VFIO device dirty page tracking

[PATCH v6 0/4] riscv: Add support for Zicbo[m,z,p] instructions
 2023-02-22 17:59 UTC  (7+ messages)
` [PATCH v6 2/4] target/riscv: implement Zicboz extension

[PATCH 0/6] hw/cxl: Poison get, inject, clear
 2023-02-22 17:53 UTC  (4+ messages)
` [PATCH 4/6] hw/cxl: QMP based poison injection support

[PATCH v4 0/9] improvement to Python detection, preparation for dropping 3.6
 2023-02-22 17:02 UTC  (23+ messages)
` [PATCH 01/10] python: support pylint 2.16
` [PATCH 02/10] python: drop pipenv
` [PATCH 03/10] meson: prefer 'sphinx-build' to 'sphinx-build-3'
` [PATCH 04/10] configure: protect against escaping venv when running Meson
` [PATCH 05/10] configure: Look for auxiliary Python installations
` [PATCH 06/10] lcitool: update submodule
` [PATCH 07/10] docs/devel: update and clarify lcitool instructions
` [PATCH 08/10] ci, docker: update CentOS and OpenSUSE Python to non-EOL versions
` [PATCH 09/10] Python: Drop support for Python 3.6
` [PATCH 10/10] configure: Add courtesy hint to Python version failure message

[PATCH v6 0/9] make write_misa a no-op and FEATURE_* cleanups
 2023-02-22 16:42 UTC  (8+ messages)
` [PATCH v6 1/9] target/riscv: turn write_misa() into an official no-op

[PATCH 00/23] block: Lock the graph, part 2 (BlockDriver callbacks)
 2023-02-22 16:32 UTC  (5+ messages)
` [PATCH 01/23] block: Make bdrv_can_set_read_only() static
` [PATCH 02/23] mirror: Fix access of uninitialised fields during start

[PATCH v12 00/60] Xen HVM support under KVM
 2023-02-22 16:18 UTC  (11+ messages)
` [PATCH v12 47/60] i386/xen: handle PV timer hypercalls
` [PATCH v12 60/60] hw/xen: Subsume xen_be_register_common() into xen_be_init()

[PATCH v4 0/4] Adds support for running QEMU natively on windows-arm64
 2023-02-22 16:17 UTC  (9+ messages)
` [PATCH v4 2/4] sysemu/os-win32: fix setjmp/longjmp "
` [PATCH v4 4/4] target/ppc: fix warning with clang-15

[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
 2023-02-22 15:57 UTC  (9+ messages)

[PATCH] coverity: physmem: use simple assertions instead of modelling
 2023-02-22 15:57 UTC  (4+ messages)

[PULL 0/9] Fourth RISC-V PR for QEMU 8.0
 2023-02-22 15:56 UTC  (2+ messages)

[PATCH] gitlab-ci.yml: opensbi: Move to Ubuntu 22.04
 2023-02-22 15:49 UTC 

[PATCH] gitlab-ci.yml: edk2: Move to Ubuntu 22.04
 2023-02-22 15:53 UTC 

[PATCH v1 0/6] hw/arm/virt: Support dirty ring
 2023-02-22 15:54 UTC  (5+ messages)
` [PATCH v1 5/6] hw/arm/virt: Enable backup bitmap for "

[PATCH 00/12] testing/next: docker, avocado, unit,
 2023-02-22 15:32 UTC  (17+ messages)
` [PATCH 02/12] tests/avocado: retire the Aarch64 TCG tests from boot_linux.py
` [PATCH 07/12] testing: update ubuntu2004 to ubuntu2204
` [PATCH 08/12] tests: skip the nios2 replay_kernel test
` [PATCH 09/12] tests: add tuxrun baseline test to avocado
` [PATCH 11/12] cirrus.yml: Improve the windows_msys2_task

[PATCH v4] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-02-22 15:02 UTC  (2+ messages)

[PULL 0/4] Misc + target/i386 pull request for 2023-02-22
 2023-02-22 14:41 UTC  (5+ messages)
` [PULL 1/4] target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode
` [PULL 2/4] thread-posix: add support for setting threads name on OpenBSD
` [PULL 3/4] docs: build-platforms: refine requirements on Python build dependencies
` [PULL 4/4] target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets

[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-22 14:25 UTC  (4+ messages)
` [PATCH v2 11/13] vdpa: block migration if dev does not have _F_SUSPEND

[PATCH v16 00/11] s390x: CPU Topology
 2023-02-22 14:21 UTC  (12+ messages)
` [PATCH v16 01/11] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v16 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v16 04/11] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v16 05/11] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v16 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v16 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command
` [PATCH v16 09/11] machine: adding s390 topology to query-cpu-fast
` [PATCH v16 10/11] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH v6 0/4] memory: prevent dma-reentracy issues
 2023-02-22 14:13 UTC  (2+ messages)

[PATCH v6 00/29] target/arm: Allow CONFIG_TCG=n builds
 2023-02-22 13:58 UTC  (6+ messages)
` [PATCH v6 19/29] target/arm: Move 64-bit TCG CPUs into tcg/

[RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
 2023-02-22 13:37 UTC  (8+ messages)

[RFC PATCH] target/arm: properly document FEAT_CRC32
 2023-02-22 13:37 UTC  (3+ messages)

[RFC PATCH 00/27] Virtio sound card implementation
 2023-02-22 13:11 UTC  (3+ messages)
` [RFC PATCH v2 00/25] Virtio Sound card Implementation

[PATCH 0/4] qemu-img: Fix exit code for errors closing the image
 2023-02-22 12:54 UTC  (6+ messages)
      ` Reference-counting and finalizers that can fail are uneasy partners (was: [PATCH 0/4] qemu-img: Fix exit code for errors closing the image)

[PATCH v2 00/17] audio: improve callback interface for audio frontends
 2023-02-22 10:50 UTC  (33+ messages)
` [PATCH v2 01/17] audio: change type of mix_buf and conv_buf
` [PATCH v2 02/17] audio: change type and name of the resample buffer
` [PATCH v2 03/17] audio: make the resampling code greedy
` [PATCH v2 04/17] audio: replace the resampling loop in audio_pcm_sw_write()
` [PATCH v2 05/17] audio: remove sw == NULL check
` [PATCH v2 06/17] audio: rename variables in audio_pcm_sw_write()
` [PATCH v2 07/17] audio: don't misuse audio_pcm_sw_write()
` [PATCH v2 08/17] audio: remove unused noop_conv() function
` [PATCH v2 09/17] audio/mixeng: calculate number of input frames
` [PATCH v2 10/17] audio: wire up st_rate_frames_in()
` [PATCH v2 11/17] audio: replace the resampling loop in audio_pcm_sw_read()
` [PATCH v2 12/17] audio: rename variables "
` [PATCH v2 14/17] audio: wire up st_rate_frames_out()
` [PATCH v2 15/17] audio: handle leftover audio frame from upsampling
` [PATCH v2 16/17] audio/audio_template: substitute sw->hw with hw
` [PATCH v2 17/17] audio: remove sw->ratio

[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
 2023-02-22 10:29 UTC  (8+ messages)
` [PATCH v3 07/10] qapi: implement conditional command arguments

[PATCH 0/3] MIPS Virt machine
 2023-02-22 10:29 UTC  (5+ messages)
` [PATCH 3/3] hw/mips: Add MIPS virt board

[PATCH] linux-user/mips: Low down switchable NaN2008 requirement
 2023-02-22 10:28 UTC  (2+ messages)

[cross-project PATCH v2] NBD 64-bit extensions
 2023-02-22 10:05 UTC  (4+ messages)
` [PATCH v2 0/6] NBD spec changes for "
  ` [PATCH v2 5/6] spec: Introduce NBD_FLAG_BLOCK_STATUS_PAYLOAD

[PATCH v3 00/25] target/arm: Implement FEAT_RME
 2023-02-22  9:50 UTC  (3+ messages)
` [PATCH v3 20/25] target/arm: Use get_phys_addr_with_struct for stage2


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