qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-25 23:04:11 to 2025-03-26 15:31:14 UTC [more...]

[PATCH-for-10.1 0/8] target/mips: Make 'cpu-qom.h' target agnostic
 2025-03-26 15:29 UTC  (13+ messages)
` [PATCH-for-10.1 2/8] target/mips: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH-for-10.1 4/8] target/mips: Prefix MMU API with 'mips_'
` [PATCH-for-10.1 5/8] target/mips: Replace ldtul_p() -> ldn_p(sizeof(target_ulong))
` [PATCH-for-10.1 6/8] target/mips: Introduce mips_cpu_is_64bit() helper
` [PATCH-for-10.1 7/8] target/mips: Get CPU register size using mips_cpu_is_64bit()
` [PATCH-for-10.1 8/8] target/mips: Introduce mips_env_64bit_enabled() helper

[PATCH v2 00/11] target/avr: Increase page size
 2025-03-26 15:18 UTC  (19+ messages)
` [PATCH v2 01/11] target/avr: Fix buffer read in avr_print_insn
` [PATCH v2 02/11] target/avr: Improve decode of LDS, STS
` [PATCH v2 05/11] target/avr: Remove NUMBER_OF_IO_REGISTERS
` [PATCH v2 06/11] target/avr: Add defines for i/o port registers
` [PATCH v2 07/11] target/avr: Move cpu register accesses into system memory
` [PATCH v2 10/11] hw/avr: Prepare for TARGET_PAGE_SIZE > 256
` [PATCH v2 11/11] target/avr: Increase TARGET_PAGE_BITS to 10

[PATCH v6] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
 2025-03-26 15:22 UTC  (12+ messages)

[PATCH v3 0/2] qapi/throttle: Fix qmp_block_set_io_throttle blocked for too long
 2025-03-26 15:06 UTC  (5+ messages)
` [PATCH v3 1/2] io/block: Refactoring the bdrv_drained_begin() function and implement a timeout mechanism
` [PATCH v3 2/2] qapi/throttle: add timeout parameter for qmp_block_set_io_throttle()

[RFC PATCH v2 00/20] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-03-26 14:57 UTC  (11+ messages)
` [RFC PATCH v2 13/20] hw/arm/smmuv3-accel: Introduce helpers to batch and issue cache invalidations
` [RFC PATCH v2 14/20] hw/arm/smmuv3: Install nested ste for CFGI_STE
` [RFC PATCH v2 15/20] hw/arm/smmuv3: Forward invalidation commands to hw
` [RFC PATCH v2 16/20] hw/arm/smmuv3-accel: Read host SMMUv3 device info

[PATCH qemu 0/1] Add IOURING_SETUP_SINGLE_ISSUER flag to improve iouring performance
 2025-03-26 14:57 UTC  (3+ messages)
` [PATCH qemu 1/1] "

[PATCH-for-10.1 0/4] target/sparc: Spring cleanups around CPU features & LEON3
 2025-03-26 14:54 UTC  (5+ messages)
` [PATCH-for-10.1 3/4] target/sparc: Log unimplemented ASI load/store accesses
` [PATCH-for-10.1 4/4] target/sparc: Move hardware fields from CPUSPARCState to SPARCCPU

[PATCH for-10.1 v2 00/37] vfio: Spring cleanup
 2025-03-26 14:38 UTC  (39+ messages)
` [PATCH for-10.1 v2 01/37] vfio: Move vfio_mig_active() into migration.c
` [PATCH for-10.1 v2 02/37] vfio: Rename vfio_reset_bytes_transferred()
` [PATCH for-10.1 v2 03/37] vfio: Introduce a new header file for external migration services
` [PATCH for-10.1 v2 04/37] vfio: Make vfio_un/block_multiple_devices_migration() static
` [PATCH for-10.1 v2 05/37] vfio: Make vfio_viommu_preset() static
` [PATCH for-10.1 v2 06/37] vfio: Introduce a new header file for internal migration services
` [PATCH for-10.1 v2 07/37] vfio: Move vfio_device_state_is_running/precopy() into migration.c
` [PATCH for-10.1 v2 08/37] vfio: Introduce a new header file for VFIOdisplay declarations
` [PATCH for-10.1 v2 09/37] vfio: Move VFIOHostDMAWindow definition into spapr.c
` [PATCH for-10.1 v2 10/37] vfio: Introduce a new header file for VFIOIOMMUFD declarations
` [PATCH for-10.1 v2 11/37] vfio: Introduce new files for VFIORegion definitions and declarations
` [PATCH for-10.1 v2 12/37] vfio: Introduce a new header file for VFIOcontainer declarations
` [PATCH for-10.1 v2 13/37] vfio: Make vfio_group_list static
` [PATCH for-10.1 v2 14/37] vfio: Move VFIOAddressSpace helpers into container-base.c
` [PATCH for-10.1 v2 15/37] vfio: Move Host IOMMU type declarations into their respective files
` [PATCH for-10.1 v2 16/37] vfio: Introduce a new header file for helper services
` [PATCH for-10.1 v2 17/37] vfio: Move vfio_get_info_dma_avail() into helpers.c
` [PATCH for-10.1 v2 18/37] vfio: Move vfio_kvm_device_add/del_fd() to helpers.c
` [PATCH for-10.1 v2 19/37] vfio: Move vfio_get_device_info() "
` [PATCH for-10.1 v2 20/37] vfio: Introduce a new file for VFIODevice definitions
` [PATCH for-10.1 v2 21/37] vfio: Introduce new files for CPR definitions and declarations
` [PATCH for-10.1 v2 22/37] vfio: Move vfio_kvm_device_fd() into helpers.c
` [PATCH for-10.1 v2 23/37] vfio: Move vfio_device_list into device.c
` [PATCH for-10.1 v2 24/37] vfio: Move vfio_de/attach_device() "
` [PATCH for-10.1 v2 25/37] vfio: Move vfio_reset_handler() "
` [PATCH for-10.1 v2 26/37] vfio: Move dirty tracking related services into container-base.c
` [PATCH for-10.1 v2 27/37] vfio: Make vfio_devices_query_dirty_bitmap() static
` [PATCH for-10.1 v2 28/37] vfio: Make vfio_container_query_dirty_bitmap() static
` [PATCH for-10.1 v2 29/37] vfio: Rename vfio_devices_all_dirty_tracking_started()
` [PATCH for-10.1 v2 30/37] vfio: Rename vfio_devices_all_device_dirty_tracking()
` [PATCH for-10.1 v2 31/37] vfio: Rename vfio_get_dirty_bitmap()
` [PATCH for-10.1 v2 32/37] vfio: Introduce new files for VFIO MemoryListener
` [PATCH for-10.1 v2 33/37] vfio: Rename RAM discard related services
` [PATCH for-10.1 v2 34/37] vfio: Introduce vfio_listener_un/register() routines
` [PATCH for-10.1 v2 35/37] vfio: Rename vfio-common.h to vfio-device.h
` [PATCH for-10.1 v2 36/37] vfio: Rename VFIODevice related services
` [PATCH for-10.1 v2 37/37] vfio: Rename VFIOContainer "

[PATCH v2] Revert "iotests: Stop NBD server in test 162 before starting the next one"
 2025-03-26 14:35 UTC 

[PATCH] Revert "iotests: Stop NBD server in test 162 before starting the next one"
 2025-03-26 14:33 UTC  (3+ messages)

[PATCH v2] hw/i386/amd_iommu: Assign pci-id 0x1419 for the AMD IOMMU device
 2025-03-26 14:27 UTC  (3+ messages)

[RFC PATCH] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel
 2025-03-26 13:54 UTC  (4+ messages)

[PATCH v3 0/4] qapi/machine: Make @dump-skeys command generic
 2025-03-26 14:06 UTC  (7+ messages)
` [PATCH v3 1/4] hw/s390x/skeys: Declare QOM types using DEFINE_TYPES() macro
` [PATCH v3 2/4] hw/s390x/skeys: Introduce TYPE_DUMP_SKEYS_INTERFACE
` [PATCH v3 3/4] hw/s390x/ccw: Have CCW machine implement a qmp_dump_skeys() callback

[PATCH 00/15] export/fuse: Use coroutines and multi-threading
 2025-03-26 13:56 UTC  (9+ messages)
` [PATCH 02/15] fuse: Ensure init clean-up even with error_fatal
` [PATCH 14/15] fuse: Implement multi-threading

Can I contribute Vitastor block driver? Or maybe introduce a QAPI plugin system?
 2025-03-26 13:53 UTC  (3+ messages)

[PATCH v5 0/4] virtio_net: Add the check for vdpa's mac address
 2025-03-26 13:19 UTC  (5+ messages)
` [PATCH v5 1/4] vhost_vdpa : Add a new parameter to enable check "
` [PATCH v5 2/4] virtio_net: Add the check for vdpa's "
` [PATCH v5 3/4] virtio_net: Add second acceptable configuration for MAC setup
` [PATCH v5 4/4] virtio_net: Add third "

[PATCH v3 0/7] cpus: Convert cpu_list definition to CPUClass:list_cpus callback
 2025-03-26 13:20 UTC  (17+ messages)
` [PATCH v3 1/7] cpus: Introduce CPUClass::list_cpus() callback
` [PATCH v3 2/7] target/i386: Register CPUClass:list_cpus
` [PATCH v3 3/7] target/ppc: "
` [PATCH v3 4/7] target/sparc: "
` [PATCH v3 5/7] target/s390x: Declare s390_set_qemu_cpu_model/cpu_list in cpu_models.h
` [PATCH v3 6/7] target/s390x: Register CPUClass:list_cpus
` [PATCH v3 7/7] cpus: Remove #ifdef check on cpu_list definition

[PATCH-for-10.1 0/5] exec: Remove TARGET_LONG_SIZE definition
 2025-03-26 12:59 UTC  (3+ messages)
` [PATCH-for-10.1 2/5] gdbstub: Remove ldtul_be_p() and ldtul_le_p() macros

[PATCH-for-10.0 00/12] hw: Categorize few devices and add their descriptions
 2025-03-26 12:46 UTC  (28+ messages)
` [PATCH-for-10.0 01/12] hw/audio/wm8750: Categorize and add description
` [PATCH-for-10.0 02/12] hw/block/m25p80: "
` [PATCH-for-10.0 03/12] hw/display/dm163: Add description
` [PATCH-for-10.0 04/12] hw/dma/i82374: Categorize and add description
` [PATCH-for-10.0 05/12] hw/gpio/pca9552: "
` [PATCH-for-10.0 06/12] hw/i2c/pca954x: "
` [PATCH-for-10.0 07/12] hw/misc/axp2xx: "
` [PATCH-for-10.0 08/12] hw/misc/pll: Do not expose as user-creatable
` [PATCH-for-10.0 09/12] hw/nvram/xlnx-efuse: "
` [PATCH-for-10.0 10/12] hw/rtc: Categorize and add description
` [PATCH-for-10.0 11/12] hw/sensor/temp: "
` [RFC PATCH-for-10.0 12/12] hw/s390x/zpci: Re-categorize as BRIDGE

[PATCH 0/2] target/hexagon: Fix macOS build
 2025-03-26 12:42 UTC  (5+ messages)
` [PATCH 2/2] target/hexagon: Drop `ident` postprocess step

[PATCH v2 0/2] util/qemu-sockets: Introduce configurable TCP keep-alive idle period
 2025-03-26 12:40 UTC  (4+ messages)
` [PATCH v2 1/2] util/qemu-sockets: Add support for keep-alive flag to passive sockets

Inquiry About ISO 26262 Certification for QEMU Software
 2025-03-26 12:37 UTC  (2+ messages)

[PATCH v2] hw/rtc: Add RTC PCF8563 module
 2025-03-26 10:51 UTC  (3+ messages)
` [PATCH v2] tests/qtest: Unit test for pcf8563_rtc

[PATCH v5 1/3] Add support for emulation of CRC32 instructions
 2025-03-26 12:31 UTC  (2+ messages)

[RFC v5 0/7] Add packed format to shadow virtqueue
 2025-03-26 12:08 UTC  (19+ messages)
` [RFC v5 1/7] vhost: Refactor vhost_svq_add_split
` [RFC v5 2/7] vhost: Data structure changes to support packed vqs
` [RFC v5 3/7] vhost: Forward descriptors to device via packed SVQ
` [RFC v5 4/7] vdpa: Allocate memory for SVQ and map them to vdpa
` [RFC v5 5/7] vhost: Forward descriptors to guest via packed vqs
` [RFC v5 6/7] vhost: Validate transport device features for "
` [RFC v5 7/7] vdpa: Support setting vring_base for packed SVQ

[PATCH V2] hw/loongarch/boot: Adjust the loading position of the initrd
 2025-03-26 11:40 UTC 

[PATCH-for-10.1] gdbstub/helpers: Remove ldtul_p() macro definitions
 2025-03-26 11:34 UTC  (2+ messages)

[PATCH-for-10.1 v2] target/riscv/gdbstub: Replace ldtul_p() -> ldn_p(sizeof(target_ulong))
 2025-03-26 11:26 UTC  (3+ messages)

[PATCH v2 0/6] ui: support multi plane texture
 2025-03-26 11:25 UTC  (11+ messages)
` [PATCH v2 1/6] ui/dmabuf: extend QemuDmaBuf to support multi-plane
` [PATCH v2 2/6] ui/egl: require EGL_EXT_image_dma_buf_import_modifiers
` [PATCH v2 3/6] ui/egl: use DRM_FORMAT_MOD_INVALID as default modifier
` [PATCH v2 4/6] ui/egl: support multi-plane dmabuf when egl export/import
` [PATCH v2 5/6] ui/dbus: change dbus ScanoutDMABUF interface
` [PATCH v2 6/6] ui/spice: support multi plane dmabuf scanout

[PATCH-for-10.1] target/i386/gdbstub: Replace ldtul_p() -> ldq_p()
 2025-03-26 11:26 UTC  (3+ messages)

[PULL 00/22] Block layer patches
 2025-03-26 10:43 UTC  (3+ messages)
` [PULL 20/22] virtio-scsi: add iothread-vq-mapping parameter

[PATCH v6 00/10] Power11 support for QEMU [PowerNV]
 2025-03-26 10:42 UTC  (8+ messages)
` [PATCH v6 07/10] ppc/pnv: Introduce Power11 PowerNV machine

[PATCH] tests/functional/test_vnc: Skip test if VNC support is not available
 2025-03-26 10:40 UTC  (2+ messages)

[PATCH for-10.1 00/15] Convert remaining Avocado tests to functional
 2025-03-26 10:02 UTC  (29+ messages)
` [PATCH 01/15] gitlab-ci: Remove the avocado tests from the CI pipelines
` [PATCH 02/15] tests/functional: Move the check for the parameters from avocado to functional
` [PATCH 03/15] tests/functional: Convert reverse_debugging tests to the functional framework
` [PATCH 04/15] tests/functional: Convert the i386 replay avocado test
` [PATCH 05/15] tests/avocado: Remove the LinuxKernelTest class
` [PATCH 06/15] tests/functional: Convert the 32-bit big endian Wheezy mips test
` [PATCH 07/15] tests/functional: Convert the 32-bit little "
` [PATCH 08/15] tests/functional: Convert the 64-bit "
` [PATCH 09/15] tests/functional: Convert the 64-bit big "
` [PATCH 11/15] tests/functional: Use the tuxrun kernel for the x86 replay test
` [PATCH 12/15] tests/functional: Use the tuxrun kernel for the aarch64 "
` [PATCH 14/15] gitlab-ci: Update QEMU_JOB_AVOCADO and QEMU_CI_AVOCADO_TESTING
` [PATCH 15/15] Remove the remainders of the Avocado tests

[PATCH v7 00/52] QEMU TDX support
 2025-03-26  9:22 UTC  (6+ messages)
` [PATCH v7 52/52] docs: Add TDX documentation

[PATCH] vhost: Don't set vring call if guest notifier is unused
 2025-03-26  8:25 UTC 

[PATCH v2 1/2] io/block: Refactoring the bdrv_drained_begin() function and implement a timeout mechanism
 2025-03-26  7:30 UTC  (2+ messages)

[PATCH 0/5] python: add QAPI and qapidoc et al to python linter tests
 2025-03-26  7:18 UTC  (15+ messages)
` [PATCH 2/5] docs/qapidoc: linting fixes
` [PATCH 3/5] python: update missing dependencies from minreqs
` [PATCH 4/5] python: add qapi static analysis tests
` [PATCH 5/5] qapi: delete un-needed python static analysis configs

[PATCH] python: Drop redundant warn_unused_configs = True
 2025-03-26  7:12 UTC 

[PATCH 0/3] Enable x86 mediated vPMU
 2025-03-26  6:46 UTC  (3+ messages)
` [PATCH 2/3] target/i386: Call KVM_CAP_PMU_CAPABILITY iotcl to enable/disable PMU

[PATCH 0/6] ui: support multi plane texture
 2025-03-26  6:38 UTC  (7+ messages)
` [PATCH 6/6] ui/spice: support multi plane dmabuf scanout

[PATCH] hw/loongarch/boot: Adjust the loading position of the initrd
 2025-03-26  6:25 UTC  (5+ messages)

[PATCH v2 0/6] ui/spice: Enable gl=on option for non-local or remote clients
 2025-03-26  5:13 UTC  (9+ messages)
` [PATCH v2 1/6] ui/spice: Add an option for users to provide a preferred codec
` [PATCH v2 2/6] ui/spice: Enable gl=on option for non-local or remote clients
` [PATCH v2 3/6] ui/spice: Submit the gl_draw requests at 60 FPS for "
` [PATCH v2 4/6] ui/console-gl: Add a helper to create a texture with linear memory layout
` [PATCH v2 5/6] ui/spice: Create a new texture with linear layout when gl=on is enabled
` [PATCH v2 6/6] ui/spice: Blit the scanout texture if its memory layout is not linear

[PATCH 1/2] target/riscv: Restrict mideleg/medeleg/medelegh access to S-mode harts
 2025-03-26  3:26 UTC  (4+ messages)
` [PATCH 2/2] target/riscv: Restrict midelegh "


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