qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-21 06:14:54 to 2023-08-22 04:50:13 UTC [more...]

[PATCH 0/2] Fix vhost reconnect issues
 2023-08-22  4:47 UTC  (10+ messages)
` [PATCH 1/2] vhost-user: fix lost reconnect
` [PATCH 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

[RFC v2 PATCH] record-replay: support SMP target machine
 2023-08-22  4:44 UTC  (2+ messages)

[PATCH v4 00/15] Add some checks before translating instructions
 2023-08-22  4:29 UTC  (18+ messages)
` [PATCH v4 01/15] target/loongarch: Support LoongArch32 TLB entry
` [PATCH v4 02/15] target/loongarch: Support LoongArch32 DMW
` [PATCH v4 03/15] target/loongarch: Support LoongArch32 VPPN
` [PATCH v4 04/15] target/loongarch: Add LA64 & VA32 to DisasContext
` [PATCH v4 05/15] target/loongarch: Truncate high 32 bits of address in VA32 mode
` [PATCH v4 06/15] target/loongarch: Sign extend results "
` [PATCH v4 07/15] target/loongarch: Add a check parameter to the TRANS macro
` [PATCH v4 08/15] target/loongarch: Add avail_64 to check la64-only instructions
` [PATCH v4 09/15] target/loongarch: Add LoongArch32 cpu la132
` [PATCH v4 10/15] hw/loongarch: Remove restriction of la464 cores in the virt machine
` [PATCH v4 11/15] target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructions
` [PATCH v4 12/15] target/loongarch: Add avail_LSPW to check LSPW instructions
` [PATCH v4 13/15] target/loongarch: Add avail_LAM to check atomic instructions
` [PATCH v4 14/15] target/loongarch: Add avail_LSX to check LSX instructions
` [PATCH v4 15/15] target/loongarch: Add avail_IOCSR to check iocsr instructions

[PATCH v4 0/9] Implement Most ARMv8.3 Pointer Authentication Features
 2023-08-22  4:25 UTC  (10+ messages)
` [PATCH v4 1/9] tests/tcg/aarch64: Adjust pauth tests for FEAT_FPAC
` [PATCH v4 2/9] target/arm: Add ID_AA64ISAR2_EL1
` [PATCH v4 3/9] target/arm: Add feature detection for FEAT_Pauth2 and extensions
` [PATCH v4 4/9] target/arm: Don't change pauth features when changing algorithm
` [PATCH v4 5/9] target/arm: Implement FEAT_PACQARMA3
` [PATCH v4 6/9] target/arm: Implement FEAT_EPAC
` [PATCH v4 7/9] target/arm: Implement FEAT_Pauth2
` [PATCH v4 8/9] targer/arm: Inform helpers whether a PAC instruction is 'combined'
` [PATCH v4 9/9] target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINE

[PATCH v3 0/8] target/loongarch: Cleanups in preparation of loongarch32 support
 2023-08-22  3:56 UTC  (10+ messages)
` [PATCH v3 1/8] target/loongarch: Log I/O write accesses to CSR registers
` [PATCH v3 2/8] target/loongarch: Remove duplicated disas_set_info assignment
` [PATCH v3 3/8] target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW
` [PATCH v3 4/8] target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPU
` [PATCH v3 5/8] target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init
` [PATCH v3 6/8] target/loongarch: Add function to check current arch
` [PATCH v3 7/8] target/loongarch: Add new object class for loongarch32 cpus
` [PATCH v3 8/8] target/loongarch: Add GDB support for loongarch32 mode

[PATCH] hw/loongarch: Fix ACPI processor id off-by-one error
 2023-08-22  0:55 UTC  (4+ messages)

[PATCH v7 0/9] gfxstream + rutabaga_gfx
 2023-08-22  0:20 UTC  (8+ messages)
` [PATCH v7 9/9] docs/system: add basic virtio-gpu documentation

[PATCH v10 1/9] virtio: Add shared memory capability
 2023-08-22  0:00 UTC  (9+ messages)
` [PATCH v10 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v10 3/9] virtio-gpu: hostmem
` [PATCH v10 4/9] virtio-gpu: blob prep
` [PATCH v10 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v10 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v10 7/9] gfxstream + rutabaga: meson support
` [PATCH v10 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v10 9/9] docs/system: add basic virtio-gpu documentation

[PATCH v2 00/58] TDX QEMU support
 2023-08-21 23:40 UTC  (36+ messages)
` [PATCH v2 03/58] target/i386: Parse TDX vm type
` [PATCH v2 06/58] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v2 07/58] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v2 08/58] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v2 13/58] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 14/58] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v2 15/58] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v2 18/58] i386/tdx: Validate TD attributes
` [PATCH v2 19/58] qom: implement property helper for sha384
` [PATCH v2 20/58] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v2 21/58] i386/tdx: Implement user specified tsc frequency
` [PATCH v2 25/58] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v2 32/58] i386/tdx: Track RAM entries for TDX VM
` [PATCH v2 36/58] memory: Introduce memory_region_init_ram_gmem()
` [PATCH v2 45/58] i386/tdx: Limit the range size for MapGPA
` [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility

virtio queue numbering and optional queues
 2023-08-21 22:18 UTC 

[PATCH v6 00/12] Add VIRTIO sound card
 2023-08-21 19:35 UTC  (8+ messages)
` [PATCH v6 01/12] Add virtio-sound device stub

trace_exec_tb(tb, pc) does not have cpu index
 2023-08-21 19:32 UTC 

[PATCH 0/2] block-backend: process I/O in the current AioContext
 2023-08-21 15:17 UTC  (3+ messages)

[PATCH v2] target/riscv: Update CSR bits name for svadu extension
 2023-08-21 19:04 UTC  (2+ messages)

[PATCH 0/3] Risc-V/gdb: replace exit(0) with proper shutdown
 2023-08-21 19:00 UTC  (5+ messages)
` [PATCH 1/3] hw/misc/sifive_test.c: "
` [PATCH 2/3] hw/char: riscv_htif: "

[PATCH v3 00/19] crypto: Provide clmul.h and host accel
 2023-08-21 18:25 UTC  (24+ messages)
` [PATCH v3 01/19] crypto: Add generic 8-bit carry-less multiply routines
` [PATCH v3 02/19] target/arm: Use clmul_8* routines
` [PATCH v3 03/19] target/s390x: "
` [PATCH v3 04/19] target/ppc: "
` [PATCH v3 05/19] crypto: Add generic 16-bit carry-less multiply routines
` [PATCH v3 06/19] target/arm: Use clmul_16* routines
` [PATCH v3 07/19] target/s390x: "
` [PATCH v3 08/19] target/ppc: "
` [PATCH v3 09/19] crypto: Add generic 32-bit carry-less multiply routines
` [PATCH v3 10/19] target/arm: Use clmul_32* routines
` [PATCH v3 11/19] target/s390x: "
` [PATCH v3 12/19] target/ppc: "
` [PATCH v3 13/19] crypto: Add generic 64-bit carry-less multiply routine
` [PATCH v3 14/19] target/arm: Use clmul_64
` [PATCH v3 15/19] target/i386: "
` [PATCH v3 16/19] target/s390x: "
` [PATCH v3 17/19] target/ppc: "
` [PATCH v3 18/19] host/include/i386: Implement clmul.h
` [PATCH v3 19/19] host/include/aarch64: "

[PATCH 1/2] hw/intc: Fix upper/lower mtime write calculation
 2023-08-21 17:52 UTC  (5+ messages)
` [PATCH 2/2] hw/intc: Make rtc variable names consistent

[PATCH v5 0/5] eBPF RSS through QMP support
 2023-08-21 17:15 UTC  (5+ messages)
` [PATCH v5 4/5] qmp: Added new command to retrieve eBPF blob

[PATCH 00/21] Graph locking part 4 (node management)
 2023-08-21 16:59 UTC  (39+ messages)
` [PATCH 01/21] block: Remove unused BlockReopenQueueEntry.perms_checked
` [PATCH 02/21] preallocate: Factor out preallocate_truncate_to_real_size()
` [PATCH 04/21] block: Take AioContext lock for bdrv_append() more consistently
` [PATCH 05/21] block: Introduce bdrv_schedule_unref()
` [PATCH 06/21] block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functions
` [PATCH 07/21] block-coroutine-wrapper: Allow arbitrary parameter names
` [PATCH 08/21] block: Mark bdrv_replace_child_noperm() GRAPH_WRLOCK
` [PATCH 09/21] block: Mark bdrv_replace_child_tran() GRAPH_WRLOCK
` [PATCH 12/21] block: Mark bdrv_attach_child() GRAPH_WRLOCK
` [PATCH 13/21] block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
` [PATCH 14/21] block: Mark bdrv_get_cumulative_perm() "
` [PATCH 15/21] block: Mark bdrv_child_perm() GRAPH_RDLOCK
` [PATCH 16/21] block: Mark bdrv_parent_cb_change_media() GRAPH_RDLOCK
` [PATCH 17/21] block: Take graph rdlock in bdrv_drop_intermediate()
` [PATCH 18/21] block: Take graph rdlock in bdrv_change_aio_context()
` [PATCH 19/21] block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
` [PATCH 20/21] block: Mark bdrv_unref_child() GRAPH_WRLOCK
` [PATCH 21/21] block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK

[PATCH v10 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-08-21 16:36 UTC  (5+ messages)

[PULL 00/19] UI & audio patches
 2023-08-21 16:04 UTC  (6+ messages)
` [PULL 05/19] virtio-gpu-udmabuf: correct naming of QemuDmaBuf size properties
  ` [8.1 regression] "

Funny results with long double denorms on m68k
 2023-08-21 15:58 UTC  (4+ messages)

[PATCH v2 00/18] crypto: Provide clmul.h and host accel
 2023-08-21 15:44 UTC  (22+ messages)
` [PATCH v2 02/18] target/arm: Use clmul_8* routines
` [PATCH v2 03/18] target/s390x: "
` [PATCH v2 06/18] target/arm: Use clmul_16* routines
` [PATCH v2 07/18] target/s390x: "
` [PATCH v2 10/18] target/arm: Use clmul_32* routines
` [PATCH v2 11/18] target/s390x: "
` [PATCH v2 14/18] target/arm: Use clmul_64
` [PATCH v2 15/18] target/s390x: "
` [PATCH v2 16/18] target/ppc: "

[PATCH] target/ppc: Fix LQ, STQ register-pair order for big-endian
 2023-08-21 15:35 UTC  (2+ messages)

[RFC PATCH] target/arm: properly document FEAT_CRC32
 2023-08-21 15:26 UTC  (2+ messages)

about QEMU TLS
 2023-08-21 14:29 UTC  (3+ messages)

[PATCH v2 0/8] Xilinx Versal CFI support
 2023-08-21 13:34 UTC  (13+ messages)
` [PATCH v2 2/8] hw/misc: Introduce a model of Xilinx Versal's CFU_APB
` [PATCH v2 3/8] hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal CFU_FDRO
` [PATCH v2 4/8] hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal's CFU_SFR
` [PATCH v2 5/8] hw/misc: Introduce a model of Xilinx Versal's CFRAME_REG
` [PATCH v2 6/8] hw/misc: Introduce a model of Xilinx Versal's CFRAME_BCAST_REG
` [PATCH v2 8/8] hw/arm/versal: Connect the CFRAME_REG and CFRAME_BCAST_REG

[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
 2023-08-21 13:31 UTC  (4+ messages)
` [PATCH v2 2/4] qcow2: add configurations for zoned format extension

[RFC 0/5] Add persistence to NVMe ZNS emulation
 2023-08-21 13:17 UTC  (3+ messages)
` [RFC 2/5] qcow2: add zone device metadata with zd_extension

[PATCH v5 0/4] Virtio shared dma-buf
 2023-08-21 12:37 UTC  (2+ messages)

[PATCH v1 0/3] softmmu/physmem: file_ram_open() readonly improvements
 2023-08-21 12:20 UTC  (11+ messages)
` [PATCH v1 1/3] softmmu/physmem: fallback to opening guest RAM file as readonly in a MAP_PRIVATE mapping
          `  "
            `  "

[PATCH 0/6] linux-user: Rewrite open_self_maps
 2023-08-21 12:07 UTC  (5+ messages)
` [PATCH 4/6] linux-user: Show heap address in /proc/pid/maps
` [PATCH 6/6] linux-user: Show vdso "

[PATCH 0/3] tcg/i386: Improvements to deposit
 2023-08-21 12:05 UTC  (3+ messages)
` [PATCH 2/3] tcg: Fold deposit with zero to and

[Qemu-devel] [PATCH] ahci: enable pci bus master MemoryRegion before loading ahci engines
 2023-08-21 12:01 UTC  (6+ messages)

[PATCH v3 00/32] Implement the stat system calls for FreeBSD
 2023-08-21 11:59 UTC  (2+ messages)

[PATCH] target/arm: Fix 64-bit SSRA
 2023-08-21 11:56 UTC  (3+ messages)

[PATCH] target/arm: Fix SME ST1Q
 2023-08-21 11:54 UTC  (2+ messages)

[PATCH v2 0/4] virtio-blk: use blk_io_plug_call() instead of notification BH
 2023-08-21 11:02 UTC  (3+ messages)
` [PATCH v2 3/4] virtio: use defer_call() in virtio_irqfd_notify()

[PATCH] softfloat: Handle m68k extended precision denormals properly
 2023-08-21 10:16 UTC  (3+ messages)

[PATCH v4 0/3] qmp, vhost-user: Remove virtio_list & update virtio introspection
 2023-08-21 10:05 UTC  (3+ messages)
` [PATCH v4 1/3] qmp: remove virtio_list, search QOM tree instead

[PATCH 0/2] audio/jackaudio: avoid dynamic stack allocations
 2023-08-21 10:00 UTC  (8+ messages)
` [PATCH 1/2] audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init
` [PATCH 2/2] audio/jackaudio: Avoid dynamic stack allocation in qjack_process()

[PATCH 0/4] Generate x86 cpu features
 2023-08-21  9:54 UTC  (4+ messages)
` [PATCH 2/4] target/i386: Translate feature_word_info to xml

[PATCH v3 0/5] s390: Enable AP instructions for pv-guests
 2023-08-21  8:31 UTC  (5+ messages)
` [PATCH v3 4/5] target/s390x/kvm: Refactor AP functionalities
` [PATCH v3 5/5] target/s390x: AP-passthrough for PV guests

[PATCH 0/3] ui: avoid dynamic stack allocations
 2023-08-21  7:59 UTC  (5+ messages)
` [PATCH 2/3] ui/vnc-enc-hextile: Use static rather than dynamic length stack array
` [PATCH 3/3] ui/vnc-enc-tight: Avoid dynamic stack allocation

[PATCH] bsd-user: Add missing break after do_bsd_preadv
 2023-08-21  7:38 UTC  (2+ messages)

[PATCH v2 00/23] tcg: Introduce negsetcond opcodes
 2023-08-21  7:22 UTC  (15+ messages)
` [PATCH v2 02/23] tcg: Use tcg_gen_negsetcond_*
` [PATCH v2 05/23] target/m68k: "
` [PATCH v2 06/23] target/openrisc: "
` [PATCH v2 09/23] target/tricore: Replace gen_cond_w with tcg_gen_negsetcond_tl
` [PATCH v2 17/23] tcg/i386: Merge tcg_out_brcond{32,64}
` [PATCH v2 18/23] tcg/i386: Merge tcg_out_setcond{32,64}
` [PATCH v2 19/23] tcg/i386: Merge tcg_out_movcond{32,64}

[PATCH 00/33] linux-user: Improve host and guest page size handling
 2023-08-21  7:08 UTC  (21+ messages)
` [PATCH 09/33] linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.c
` [PATCH 16/33] linux-user: Split out target_mmap__locked
` [PATCH 17/33] linux-user: Move some mmap checks outside the lock
` [PATCH 19/33] linux-user: Split out mmap_end
` [PATCH 25/33] tests/tcg: Extend file in linux-madvise.c
` [PATCH 26/33] linux-user: Deprecate and disable -p pagesize
` [PATCH 27/33] cpu: Remove page_size_init
` [PATCH 28/33] accel/tcg: Disconnect TargetPageDataNode from page size
` [PATCH 30/33] target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only
` [PATCH 32/33] target/ppc: Enable TARGET_PAGE_BITS_VARY for user-only

[PATCH 0/4] linux-user: shmat/shmdt improvements
 2023-08-21  6:25 UTC  (3+ messages)
` [PATCH 1/4] linux-user: Move shmat and shmdt implementations to mmap.c


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