qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-11 15:04:30 to 2023-04-12 12:20:12 UTC [more...]

[PATCH v10 00/11] target/arm: Allow CONFIG_TCG=n builds
 2023-04-12 12:18 UTC  (6+ messages)
` [PATCH v10 02/11] target/arm: Remove dead code from cpu_max_set_sve_max_vq
` [PATCH v10 03/11] target/arm: Extract TCG -cpu max code into a function
` [PATCH v10 04/11] target/arm: Do not expose all -cpu max features to qtests
` [PATCH v10 07/11] tests/qtest: Fix tests when no KVM or TCG are present
` [PATCH v10 08/11] tests/avocado: Pass parameters to migration test

[PULL 00/54] virtio,pc,pci: fixes,cleanups,features
 2023-04-12 12:18 UTC  (6+ messages)
` [PULL 19/54] acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptors

[PATCH 0/4] vhost-user-fs: Internal migration
 2023-04-12 12:18 UTC  (7+ messages)
` [PATCH 1/4] vhost: Re-enable vrings after setting features
` [PATCH 2/4] vhost-user: Interface for migration state transfer
` [PATCH 3/4] vhost: Add high-level state save/load functions
` [PATCH 4/4] vhost-user-fs: Implement internal migration

AVX-512 instruction set
 2023-04-12 12:13 UTC  (2+ messages)

source fails to compile on msys2
 2023-04-12 12:13 UTC  (3+ messages)

qemu v8.0-rc3 fails to compile with Xen
 2023-04-12 11:46 UTC  (2+ messages)

[PATCH 0/3] block-backend: avoid deadlocks due to early queuing of request
 2023-04-12 12:03 UTC  (4+ messages)
` [PATCH 3/3] block-backend: delay application of request queuing

[PATCH] target/arm: Fix debugging of ARMv8M Secure code
 2023-04-12 11:51 UTC  (6+ messages)

[PATCH for-8.1 00/42] tcg: Simplify calls to load/store helpers
 2023-04-12 11:51 UTC  (4+ messages)
` [PATCH 20/42] tcg/i386: Use TCGType not bool is_64 in tcg_out_qemu_{ld, st}

[PATCH v7 00/25] target/riscv: MSTATUS_SUM + cleanups
 2023-04-12 11:43 UTC  (26+ messages)
` [PATCH v7 01/25] target/riscv: Extract virt enabled state from tb flags
` [PATCH v7 02/25] target/riscv: Add a general status enum for extensions
` [PATCH v7 03/25] target/riscv: Encode the FS and VS on a normal way for tb flags
` [PATCH v7 04/25] target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
` [PATCH v7 05/25] target/riscv: Add a tb flags field for vstart
` [PATCH v7 06/25] target/riscv: Separate priv from mmu_idx
` [PATCH v7 07/25] target/riscv: Reduce overhead of MSTATUS_SUM change
` [PATCH v7 08/25] accel/tcg: Add cpu_ld*_code_mmu
` [PATCH v7 09/25] target/riscv: Use cpu_ld*_code_mmu for HLVX
` [PATCH v7 10/25] target/riscv: Handle HLV, HSV via helpers
` [PATCH v7 11/25] target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT
` [PATCH v7 12/25] target/riscv: Introduce mmuidx_sum
` [PATCH v7 13/25] target/riscv: Introduce mmuidx_priv
` [PATCH v7 14/25] target/riscv: Introduce mmuidx_2stage
` [PATCH v7 15/25] target/riscv: Move hstatus.spvp check to check_access_hlsv
` [PATCH v7 16/25] target/riscv: Set MMU_2STAGE_BIT in riscv_cpu_mmu_index
` [PATCH v7 17/25] target/riscv: Check SUM in the correct register
` [PATCH v7 18/25] target/riscv: Hoist second stage mode change to callers
` [PATCH v7 19/25] target/riscv: Hoist pbmte and hade out of the level loop
` [PATCH v7 20/25] target/riscv: Move leaf pte processing out of "
` [PATCH v7 21/25] target/riscv: Suppress pte update with is_debug
` [PATCH v7 22/25] target/riscv: Don't modify SUM "
` [PATCH v7 23/25] target/riscv: Merge checks for reserved pte flags
` [PATCH v7 24/25] target/riscv: Reorg access check in get_physical_address
` [PATCH v7 25/25] target/riscv: Reorg sum "

[PATCH v4 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
 2023-04-12 11:42 UTC  (4+ messages)

[PULL 00/10] Block layer fixes for 8.0-rc4
 2023-04-12 11:40 UTC  (9+ messages)
` [PULL 01/10] block/vhdx: fix dynamic VHDX BAT corruption
` [PULL 02/10] iotests: Regression test for vhdx log corruption
` [PULL 03/10] block: move has_variable_length to BlockLimits
` [PULL 04/10] block: remove has_variable_length from filters
` [PULL 05/10] block: refresh bs->total_sectors on reopen
` [PULL 06/10] block: remove has_variable_length from BlockDriver
` [PULL 07/10] migration/block: replace uses of blk_nb_sectors that do not check result

[PATCH v12 00/10] support subsets of code size reduction extension
 2023-04-12 11:35 UTC  (7+ messages)
` [PATCH v12 02/10] target/riscv: add support for Zca extension

[PATCH 8.0 regression] block/nfs: do not poll within a coroutine
 2023-04-12 11:26 UTC 

[PATCH for-8.1 0/3] Make softmmu/qtest.c target independent
 2023-04-12 11:01 UTC  (8+ messages)
` [PATCH 1/3] softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.c
` [PATCH 2/3] include/exec: Provide the tswap() functions for target independent code, too
` [PATCH 3/3] softmmu: Make qtest.c target independent

[PATCH v3 0/2] Support for print to log vector extension registers
 2023-04-12 10:57 UTC  (5+ messages)
` [PATCH v3 1/2] util/log: Add vector registers to log
` [PATCH v3 2/2] target/riscv: Add RVV "

[RFC 0/5] target/riscv: Add support for BF16 extensions
 2023-04-12 10:22 UTC  (9+ messages)
` [RFC 1/5] target/riscv: Add properties "
` [RFC 2/5] target/riscv: Add support for Zfbfmin extension
` [RFC 3/5] target/riscv: Add support for Zvfbfmin extension
` [RFC 4/5] target/riscv: Add support for Zvfbfwma extension
` [RFC 5/5] target/riscv: Expose properties for BF16 extensions

xen bits broke x32 build
 2023-04-12 10:19 UTC  (5+ messages)

[PATCH v3 0/3] target/riscv: implement query-cpu-definitions
 2023-04-12 10:18 UTC  (5+ messages)
` [PATCH v3 1/3] target/riscv: add CPU QOM header
` [PATCH v3 2/3] target/riscv: add query-cpy-definitions support
` [PATCH v3 3/3] target/riscv: add TYPE_RISCV_DYNAMIC_CPU

[PATCH v3 00/20] bsd-user 2023 Q2 first batch
 2023-04-12 10:10 UTC  (22+ messages)
` [PATCH v3 01/20] bsd-user: Make print_* public
` [PATCH v3 02/20] bsd-user: Ifdef a few MAP_ constants for NetBSD / OpenBSD
` [PATCH v3 03/20] bsd-user: Cleanup style
` [PATCH v3 04/20] bsd-user: Move system FreeBSD call table to freebsd/os-syscall.c
` [PATCH v3 05/20] bsd-user: Remove NetBSD specific syscall printing
` [PATCH v3 06/20] bsd-user: Remove OpenBSD "
` [PATCH v3 07/20] bsd-user: Move system call include to os-syscall.h
` [PATCH v3 08/20] bsd-user: Remove useless mmap definitions
` [PATCH v3 09/20] bsd-user: h2g_rusage
` [PATCH v3 10/20] bsd-user: Implement do_sysctl_kern_getprocs
` [PATCH v3 11/20] bsd-user: Implement do_sysctl_kern_proc_filedesc
` [PATCH v3 12/20] bsd-user: Implement do_sysctl_kern_proc_vmmap
` [PATCH v3 13/20] bsd-user: Implement sysctl kern.proc, except kern.proc.full_path
` [PATCH v3 14/20] bsd-user: Implement core dumps
` [PATCH v3 15/20] bsd-user: Add SIGSYS to core dump signals
` [PATCH v3 16/20] bsd-user: Implement SIGSYS on arm
` [PATCH v3 17/20] bsd-user: Remove host-os.h
` [PATCH v3 18/20] bsd-user: Automatically generate syscall_nr.h
` [PATCH v3 19/20] bsd-user: remove syscall_nr.h
` [PATCH v3 20/20] bsd-user: Eliminate USE_ELF_CORE_DUMP

[QEMU][PATCH] gitlab-ci.d/crossbuilds: Drop the '--disable-tcg' configuration for xen
 2023-04-12 10:08 UTC  (4+ messages)

[PATCH] target/riscv: Restore the predicate() NULL check behavior
 2023-04-12 10:08 UTC  (8+ messages)

[PULL for-8.0 0/2] last minute hw/nvme coverity fixes
 2023-04-12 10:04 UTC  (3+ messages)
` [PULL for-8.0 1/2] hw/nvme: fix memory leak in fdp ruhid parsing
` [PULL for-8.0 2/2] hw/nvme: fix memory leak in nvme_dsm

[PATCH 0/2] hw/nvme: coverity fixes
 2023-04-12 10:02 UTC  (7+ messages)
` [PATCH 1/2] hw/nvme: fix memory leak in fdp ruhid parsing
` [PATCH 2/2] hw/nvme: fix memory leak in nvme_dsm

[PATCH v2 0/2] cxl-cdat:Fix two problems of ct3_load_cdat
 2023-04-12 10:02 UTC  (5+ messages)
` [PATCH v2 1/2] cxl-cdat:Fix open file not closed in ct3_load_cdat
` [PATCH v2 2/2] cxl-cdat:Fix the check on the return value of fread()

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-12  9:59 UTC  (3+ messages)

[PATCH] riscv: Raise an exception if pte reserved bits are not cleared
 2023-04-12  9:17 UTC 

qemu-nbd performance regression in bd2cd4a4
 2023-04-12  8:49 UTC  (3+ messages)

[PATCH V2] intel_iommu: refine iotlb hash calculation
 2023-04-12  8:41 UTC  (2+ messages)

[PATCH for 8.1] intel_iommu: refine iotlb hash calculation
 2023-04-12  8:22 UTC  (6+ messages)

[PATCH 0/2] hw/acpi: bump MADT to revision 5
 2023-04-12  7:58 UTC  (4+ messages)
` [PATCH 2/2] hw/acpi: i386: "

How to write a zIPL section in IPL2 record on a raw disk
 2023-04-12  7:04 UTC  (2+ messages)

[PATCH for-8.1 00/12] tcg/mips: Backend improvements
 2023-04-12  6:55 UTC  (4+ messages)
` [PATCH 05/12] tcg/mips: Split out tcg_out_movi_one

[RFC PATCH v2 00/44] Add LoongArch LSX instructions
 2023-04-12  6:53 UTC  (5+ messages)
` [RFC PATCH v2 38/44] target/loongarch: Implement vbitsel vset

[PATCH] Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructions
 2023-04-12  6:41 UTC  (4+ messages)

Reducing vdpa migration downtime because of memory pin / maps
 2023-04-12  6:18 UTC  (4+ messages)

[PATCH v5] target/riscv: fix H extension TVM trap
 2023-04-12  3:10 UTC  (3+ messages)

[PATCH] target/riscv: Update check for Zca/zcf/zcd
 2023-04-12  3:06 UTC 

[PATCH] Subject:[PATCH] cxl-cdat:Fix open file not closed in ct3_load_cdat
 2023-04-12  2:54 UTC  (3+ messages)

[PATCH 0/2] target/riscv: Separate implicitly-enabled and explicitly-enabled extensions
 2023-04-12  2:51 UTC  (6+ messages)
` [PATCH 1/2] target/riscv: Add set_implicit_extensions_from_ext() function

[RFC PATCH 0/3] configure: create a python venv and install meson
 2023-04-12  1:27 UTC  (6+ messages)
` [RFC PATCH 3/3] configure: install meson to a python virtual environment

[QEMU][PATCH v6 00/10] Introduce xenpvh machine for arm architecture
 2023-04-11 22:47 UTC  (11+ messages)
` [QEMU][PATCH v6 01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [QEMU][PATCH v6 02/10] hw/i386/xen: rearrange xen_hvm_init_pc
` [QEMU][PATCH v6 03/10] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
` [QEMU][PATCH v6 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
` [QEMU][PATCH v6 05/10] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [QEMU][PATCH v6 06/10] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
` [QEMU][PATCH v6 07/10] hw/xen/xen-hvm-common: Use g_new and error_report
` [QEMU][PATCH v6 08/10] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
` [QEMU][PATCH v6 09/10] hw/arm: introduce xenpvh machine
` [QEMU][PATCH v6 10/10] meson.build: enable xenpv machine build for ARM

[PATCH 00/16] qapi qga/qapi-schema: Doc fixes
 2023-04-11 20:56 UTC  (3+ messages)
` [PATCH 05/16] qapi/block-core: Clean up after removal of dirty bitmap @status

[PULL 0/5] hw/nvme updates
 2023-04-11 19:06 UTC  (4+ messages)
` [PULL 5/5] hw/nvme: flexible data placement emulation

[PATCH v2 0/4] block: Split padded I/O vectors exceeding IOV_MAX
 2023-04-11 18:55 UTC  (6+ messages)
` [PATCH v2 1/4] util/iov: Make qiov_slice() public
` [PATCH v2 2/4] block: Collapse padded I/O vecs exceeding IOV_MAX
` [PATCH v2 3/4] util/iov: Remove qemu_iovec_init_extended()
` [PATCH v2 4/4] iotests/iov-padding: New test

[RFC PATCH] migration: Handle block device inactivation failures better
 2023-04-11 18:36 UTC 

[PATCH] util/mmap: optimize qemu_ram_mmap() alignment
 2023-04-11 18:31 UTC  (4+ messages)

[PULL 00/27] Enable PV backends with Xen/KVM emulation
 2023-04-11 18:07 UTC  (4+ messages)
` [PULL 22/27] hw/xen: Add emulated implementation of XenStore operations

[PATCH v2 00/12] *** add allwinner-r40 support ***
 2023-04-11 18:06 UTC  (5+ messages)
` [PATCH v2 03/12] hw: allwinner-r40: Complete uart devices
` [PATCH v2 04/12] hw: arm: allwinner-r40: Add i2c0 device

[RFC PATCH 0/1] Implement entropy leak reporting for virtio-rng
 2023-04-11 16:20 UTC  (3+ messages)

[PATCH for-8.1] hw/char: Move two more files from specific_ss to softmmu_ss
 2023-04-11 17:32 UTC 

[PATCH v2 00/19] bsd-user 2023 Q2 first batch
 2023-04-11 17:03 UTC  (4+ messages)
` [PATCH v2 18/19] bsd-user: Update system call list

[PATCH] physmem: use PR_SET_VMA_ANON_NAME to set ram block name
 2023-04-11 17:00 UTC  (2+ messages)

final call for anything for QEMU 8.0
 2023-04-11 16:03 UTC 

[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
 2023-04-11 15:52 UTC  (3+ messages)
` [PULL v4 23/83] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation

[RFC PATCH v1 00/26] migration: File based migration with multifd and fixed-ram
 2023-04-11 15:48 UTC  (11+ messages)

[PATCH] block: add configure options for excluding vmdk, vhdx and vpc
 2023-04-11 15:34 UTC 


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