qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-05 10:33:39 to 2023-04-06 08:01:47 UTC [more...]

[PATCH 0/2] accel/tcg/plugin: host insn size for plugin
 2023-04-06  7:54 UTC  (5+ messages)
` [PATCH 1/2] accel/tcg/plugin: export host insn size
` [PATCH 2/2] plugins/hotblocks: add "

[PATCH 00/10] accel/kvm: Spring cleaning
 2023-04-06  7:50 UTC  (15+ messages)
` [PATCH 01/10] sysemu/kvm: Remove unused headers
` [PATCH 02/10] accel/kvm: Declare kvm_direct_msi_allowed in stubs
` [PATCH 03/10] hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpers
` [PATCH 04/10] hw/intc/arm_gic: Rename 'first_cpu' argument
` [PATCH 05/10] hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' header
` [PATCH 06/10] target/arm: Reduce QMP header pressure by not including 'kvm_arm.h'
` [PATCH 07/10] target/arm: Restrict KVM-specific fields from ArchCPU
` [PATCH 08/10] target/ppc: Restrict KVM-specific field "
` [RFC PATCH 09/10] target/riscv: Restrict KVM-specific fields "
` [PATCH 10/10] hw/s390x: Rename pv.c -> pv-kvm.c

[PATCH v2 0/2] target/riscv: Fix mstatus.MPP related support
 2023-04-06  7:25 UTC  (3+ messages)
` [PATCH v2 1/2] target/riscv: Fix the mstatus.MPP value after executing MRET
` [PATCH v2 2/2] target/riscv: Legalize MPP value in write_mstatus

[PATCH] Hexagon (tests/tcg/hexagon) Move HVX test infra to header file
 2023-04-06  7:24 UTC  (2+ messages)

s390 private runner CI job timing out
 2023-04-06  6:57 UTC  (2+ messages)

QEMU stable 7.2.1
 2023-04-06  6:54 UTC  (9+ messages)

[PATCH] Hexagon (target/hexagon) Add overrides for count trailing zeros/ones
 2023-04-06  6:53 UTC  (5+ messages)
` [PATCH] Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
` [PATCH] Hexagon (target/hexagon) Updates to USR should use get_result_gpr

[PATCH v3] target/i386: Change wrong XFRM value
 2023-04-06  6:40 UTC 

[PATCH v2] hw/acpi: limit warning on acpi table size to pc machines older than version 2.3
 2023-04-06  6:22 UTC  (2+ messages)

[PATCH v2] acpi: pcihp: make pending delete blocking action expire
 2023-04-06  6:21 UTC  (6+ messages)

[PATCH] qapi-gen: mark coroutine QMP command functions as coroutine_fn
 2023-04-06  5:59 UTC  (2+ messages)

Please help me with with one information
 2023-04-06  5:38 UTC 

[RESEND PATCH v2] target/i386: Switch back XFRM value
 2023-04-06  5:32 UTC  (5+ messages)

[PATCH 0/2] target/riscv: Fix mstatus.MPP related support
 2023-04-06  3:55 UTC  (13+ messages)
` [PATCH 1/2] target/riscv: Fix the mstatus.MPP value after executing MRET
` [PATCH 2/2] target/riscv: Legalize MPP value in write_mstatus

[PULL 00/53] virtio,pc,pci: features, cleanups, fixes
 2023-04-06  3:46 UTC  (5+ messages)
` [PULL 36/53] memory: Optimize replay of guest mapping

[PATCH v6 00/25] target/riscv: MSTATUS_SUM + cleanups
 2023-04-06  2:35 UTC  (3+ messages)
` [PATCH v6 01/25] target/riscv: Extract virt enabled state from tb flags

[PATCH v6 0/9] target/riscv: rework CPU extensions validation
 2023-04-06  2:12 UTC  (17+ messages)
` [PATCH v6 1/9] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PATCH v6 2/9] target/riscv/cpu.c: remove set_vext_version()
` [PATCH v6 3/9] target/riscv/cpu.c: remove set_priv_version()
` [PATCH v6 4/9] target/riscv: add PRIV_VERSION_LATEST
` [PATCH v6 5/9] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
` [PATCH v6 6/9] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
` [PATCH v6 7/9] target/riscv/cpu.c: validate extensions before riscv_timer_init()
` [PATCH v6 8/9] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()

[PATCH v4] target/riscv: fix H extension TVM trap
 2023-04-06  1:56 UTC  (2+ messages)

[PATCH v4 0/1] hw/riscv: Add ACT related support
 2023-04-06  1:31 UTC  (6+ messages)
` [PATCH v4 1/1] hw/riscv: Add signature dump function for spike to run ACT tests

[PATCH v3 00/20] remove MISA ext_N flags from cpu->cfg,
 2023-04-06  0:32 UTC  (42+ messages)
` [PATCH v3 01/20] target/riscv: sync env->misa_ext* with cpu->cfg in realize()
` [PATCH v3 02/20] target/riscv: remove MISA properties from isa_edata_arr[]
` [PATCH v3 03/20] target/riscv/cpu.c: remove 'multi_letter' from isa_ext_data
` [PATCH v3 04/20] target/riscv: introduce riscv_cpu_add_misa_properties()
` [PATCH v3 05/20] target/riscv: remove cpu->cfg.ext_a
` [PATCH v3 06/20] target/riscv: remove cpu->cfg.ext_c
` [PATCH v3 07/20] target/riscv: remove cpu->cfg.ext_d
` [PATCH v3 08/20] target/riscv: remove cpu->cfg.ext_f
` [PATCH v3 09/20] target/riscv: remove cpu->cfg.ext_i
` [PATCH v3 10/20] target/riscv: remove cpu->cfg.ext_e
` [PATCH v3 11/20] target/riscv: remove cpu->cfg.ext_m
` [PATCH v3 12/20] target/riscv: remove cpu->cfg.ext_s
` [PATCH v3 13/20] target/riscv: remove cpu->cfg.ext_u
` [PATCH v3 14/20] target/riscv: remove cpu->cfg.ext_h
` [PATCH v3 15/20] target/riscv: remove cpu->cfg.ext_j
` [PATCH v3 16/20] target/riscv: remove cpu->cfg.ext_v
` [PATCH v3 17/20] target/riscv: remove riscv_cpu_sync_misa_cfg()
` [PATCH v3 18/20] target/riscv: remove cfg.ext_g setup from rv64_thead_c906_cpu_init()
` [PATCH v3 19/20] target/riscv: add RVG and remove cpu->cfg.ext_g
` [PATCH v3 20/20] target/riscv/cpu.c: redesign register_cpu_props()

[PATCH 0/2] hw/arm/npcm7xx_gpio: Add some pin state QOM
 2023-04-06  0:24 UTC  (3+ messages)
` [PATCH 1/2] hw/gpio/npcm7xx: Add GPIO DIN object property
` [PATCH 2/2] hw/gpio/npcm7xx: Support qom-get on GPIO pin level

[PATCH v3 0/4] target/riscv: Simplification for RVH related check and code style fix
 2023-04-05 23:04 UTC  (3+ messages)

[PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr
 2023-04-05 23:02 UTC  (3+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-05 22:32 UTC  (2+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-05 22:29 UTC  (2+ messages)

[PATCH] Hexagon (target/hexagon) Remove redundant/unused macros
 2023-04-05 22:19 UTC  (2+ messages)

[PATCH 0/2] target/arm: KVM Aarch32 spring cleaning
 2023-04-05 22:06 UTC  (2+ messages)

[RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-04-05 21:58 UTC  (2+ messages)

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

[RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
 2023-04-05 21:01 UTC  (12+ messages)

[PATCH v8 0/4] Add zone append write for zoned device
 2023-04-05 20:32 UTC  (5+ messages)
` [PATCH v8 1/4] file-posix: add tracking of the zone write pointers
` [PATCH v8 2/4] block: introduce zone append write for zoned devices

[PATCH-for-8.1] block/dmg: Declare a type definition for DMG uncompress function
 2023-04-05 19:56 UTC  (2+ messages)

[PATCH 0/4] block: Split padded I/O vectors exceeding IOV_MAX
 2023-04-05 19:44 UTC  (2+ messages)

[ANNOUNCE] QEMU 8.0.0-rc3 is now available
 2023-04-05 18:52 UTC 

[PATCH 0/2] Fix QEMU compilation on Debian 10
 2023-04-05 17:22 UTC  (8+ messages)
` [PATCH 1/2] Fix libvhost-user.c compilation
` [PATCH 2/2] Add missing Linux kernel headers

[PATCH v2] Fix QEMU compilation on Debian 10
 2023-04-05 17:21 UTC  (4+ messages)
` [PATCH 1/3] Fix libvhost-user.c compilation
` [PATCH 2/3] update-linux-headers.sh: Add missing kernel headers
` [PATCH 3/3] Update linux headers to v6.3rc5

[RFC PATCH 0/2] accel/kvm: Extract 'sysemu/kvm_irq.h' from 'sysemu/kvm.h'
 2023-04-05 16:30 UTC  (3+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] accel/kvm: Declare kvm_arch_irqchip_create() in 'sysemu/kvm_int.h'

[PATCH] hw/display/sm501: Remove unneeded increment from loop
 2023-04-05 16:31 UTC  (2+ messages)

[PATCH 0/3] block-backend: avoid deadlocks due to early queuing of request
 2023-04-05 16:31 UTC  (5+ messages)
` [PATCH 1/3] aio-posix: disable polling after aio_disable_external()
` [PATCH 2/3] block-backend: make global properties write-once
` [PATCH] block-backend: delay application of request queuing
` [PATCH 3/3] "

[PATCH 0/2] accel/stubs: Build HAX/KVM/XEN stubs once
 2023-04-05 16:13 UTC  (3+ messages)
` [PATCH 1/2] accel/stubs: Remove kvm_flush_coalesced_mmio_buffer() stub
` [PATCH 2/2] accel/stubs: Build HAX/KVM/XEN stubs once

[PATCH 1/2] net: TX SCTP checksum offload
 2023-04-05 16:00 UTC  (3+ messages)
    ` [PATCH 2/2] igb: "

[PATCH] igb: fix VFs traffic with IOMMU
 2023-04-05 15:39 UTC  (2+ messages)

[PATCH] tap: fix net_init_tap() return code
 2023-04-05 15:38 UTC  (3+ messages)

[PATCH] target/arm: Initialize debug capabilities only once
 2023-04-05 15:36 UTC 

[PATCH] linux-user: Fix mips fp64 executables loading
 2023-04-05 15:25 UTC  (2+ messages)

[PATCH 00/14] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-04-05 15:18 UTC  (4+ messages)
` [PATCH 09/14] accel: Allocate NVMM vCPU using g_try_FOO()

[PATCH] Revert "memory: Optimize replay of guest mapping"
 2023-04-05 15:17 UTC  (3+ messages)

[PATCH v2 00/10] Deprecate/rename singlestep command line option, monitor interfaces
 2023-04-05 15:01 UTC  (9+ messages)
` [PATCH v2 10/10] hmp: Deprecate 'singlestep' member of StatusInfo

[PATCH 00/14] migration/ram.c: Refactor compress code
 2023-04-05 14:54 UTC  (3+ messages)

[PATCH qemu.git 0/2] hw/timer/imx_epit: fix reported issues
 2023-04-05 14:48 UTC  (3+ messages)
` [PATCH qemu.git 1/2] hw/timer/imx_epit: don't shadow variable
` [PATCH qemu.git 2/2] hw/timer/imx_epit: fix limit check

[PATCH RFC 0/1] MemoryListener address_space_map callback
 2023-04-05 14:26 UTC  (5+ messages)
` [PATCH RFC 1/1] memory: Address space map listener

[PATCH trivial] block.c: add newline for "Detected format" warning
 2023-04-05 14:08 UTC  (2+ messages)

[PATCH v5] hostmem-file: add offset option
 2023-04-05 13:58 UTC  (3+ messages)

[PATCH] docs:remove cxl3 device size
 2023-04-05 10:27 UTC 

[PATCH] nbd: a BlockExport always has a BlockBackend
 2023-04-05 12:54 UTC  (2+ messages)

[PATCH] acpi: pcihp: make pending delete expire in 5sec
 2023-04-05 12:32 UTC  (13+ messages)

[PATCH 0/3] block: remove separate bdrv_file_open callback
 2023-04-05 12:19 UTC  (2+ messages)

[PATCH] configure: Avoid -Werror=maybe-uninitialized
 2023-04-05 12:07 UTC  (2+ messages)

Reducing vdpa migration downtime because of memory pin / maps
 2023-04-05 11:37 UTC 

[PATCH RFC 1/1] memory: Address space map listener
 2023-04-05 11:15 UTC 

[PULL for-8.0? 0/1] Bug fix for QEMU 8.0-rc4
 2023-04-05 11:01 UTC  (2+ messages)

[PATCH V3 0/2] qemu: vhost-user: Support Xen memory mapping quirks
 2023-04-05 10:44 UTC  (6+ messages)

[PATCH 0/4] block: clean up coroutine versions of bdrv_{is_allocated, block_status}*
 2023-04-05 10:32 UTC  (4+ messages)
` [PATCH 1/4] block: rename the bdrv_co_block_status static function
` [PATCH 3/4] block: switch to co_wrapper for bdrv_is_allocated_*
` [PATCH 4/4] block: convert more bdrv_is_allocated* and bdrv_block_status* calls to coroutine versions


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