qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-23 10:36:51 to 2024-07-23 20:43:28 UTC [more...]

[PULL 00/28] Misc HW+ patches for 2024-07-23
 2024-07-23 20:38 UTC  (22+ messages)
` [PULL 01/28] accel: Restrict probe_access*() functions to TCG
` [PULL 02/28] hw/i386/intel_iommu: Extract device IOTLB invalidation logic
` [PULL 03/28] hw/intc/loongson_ipi: Access memory in little endian
` [PULL 04/28] hw/intc/loongson_ipi: Fix resource leak
` [PULL 05/28] hw/intc/loongson_ipi: Declare QOM types using DEFINE_TYPES() macro
` [PULL 06/28] docs: Correct Loongarch -> LoongArch
` [PULL 07/28] docs/interop/firmware.json: add new enum FirmwareFormat
` [PULL 08/28] docs/interop/firmware.json: add new enum FirmwareArchitecture
` [PULL 10/28] hw/i2c/mpc_i2c: Fix mmio region size
` [PULL 11/28] hw/mips/loongson3_virt: remove useless type cast
` [PULL 14/28] sparc/ldst_helper: make range overlap check more readable
` [PULL 15/28] system/memory_mapping: "
` [PULL 16/28] crypto/block-luks: "
` [PULL 17/28] dump: "
` [PULL 18/28] hw/nubus/virtio-mmio: Fix missing ERRP_GUARD() in realize handler
` [PULL 19/28] hw/char/goldfish: Use DMA memory API
` [PULL 20/28] chardev/char-fe: Document returned value on error
` [PULL 22/28] util/fifo8: Use fifo8_reset() in fifo8_create()
` [PULL 23/28] util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()
` [PULL 24/28] util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()
` [PULL 26/28] util/fifo8: Introduce fifo8_drop()

[PATCH] hw/char/goldfish: Use DMA memory API
 2024-07-23 20:40 UTC  (4+ messages)

[PATCH] system/physmem: Where we assume we have a RAM MR, assert it
 2024-07-23 18:33 UTC  (3+ messages)

[PATCH v2] hw/nubus/nubus-virtio-mmio: Fix missing ERRP_GUARD() in nubus_virtio_mmio_realize()
 2024-07-23 18:26 UTC  (3+ messages)

[RFC PATCH v2 0/9] migration/multifd: Remove multifd_send_state->pages
 2024-07-23 18:20 UTC  (8+ messages)

[PULL 00/14] Bsd user for 9.1 patches
 2024-07-23 18:07 UTC  (15+ messages)
` [PULL 01/14] bsd-user:Add CPU initialization and management functions
` [PULL 02/14] bsd-user:Add AArch64 register handling and related functions
` [PULL 03/14] bsd-user:Add ARM AArch64 support and capabilities
` [PULL 04/14] bsd-user:Add ARM AArch64 signal handling support
` [PULL 05/14] bsd-user:Add get_mcontext function for ARM AArch64
` [PULL 06/14] bsd-user:Add setup_sigframe_arch "
` [PULL 07/14] bsd-user:Add set_mcontext "
` [PULL 08/14] bsd-user:Add AArch64 improvements and signal handling functions
` [PULL 09/14] bsd-user: Simplify the implementation of execve
` [PULL 10/14] bsd-user: Hard wire aarch64 to be 4k pages only
` [PULL 11/14] bsd-user: Sync fork_start/fork_end with linux-user
` [PULL 12/14] bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stack
` [PULL 13/14] bsd-user: Make compile for non-linux user-mode stuff
` [PULL 14/14] bsd-user: Add aarch64 build to tree

[PATCH] MAINTAINERS: Add myself as a reviewer of machine core
 2024-07-23 18:02 UTC  (3+ messages)

[PATCH v2 0/7] util/fifo8: Rework fifo8_pop_buf()
 2024-07-23 18:02 UTC  (2+ messages)

[PATCH 0/2] Postcopy migration and vhost-user errors
 2024-07-23 17:57 UTC  (14+ messages)

[PATCH] target/xtensa: Make use of 'segment' in pptlb helper less confusing
 2024-07-23 17:33 UTC  (3+ messages)

[PATCH] target/sh4: Avoid shift into sign bit in update_itlb_use()
 2024-07-23 17:24 UTC 

[PATCH 00/14] bsd-user: Misc changes for 9.1 (I hope)
 2024-07-23 16:54 UTC  (8+ messages)
` [PATCH 14/14] bsd-user: Add aarch64 build to tree

[PATCH v2 0/2] virtio: Always reset vhost devices
 2024-07-23 16:39 UTC  (3+ messages)
` [PATCH v2 1/2] virtio: Allow .get_vhost() without vhost_started
` [PATCH v2 2/2] virtio: Always reset vhost devices

[PATCH] target/i386: Remove dead assignment to ss in do_interrupt64()
 2024-07-23 16:25 UTC 

[PATCH v1 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-07-23 16:18 UTC  (5+ messages)
` [PATCH v1 04/17] intel_iommu: Flush stage-2 cache in PADID-selective PASID-based iotlb invalidation
` [PATCH v1 10/17] intel_iommu: Process "

[PATCH 0/2] hw/intc/loongson_ipi: Fixes for qemu-stable
 2024-07-23 16:10 UTC  (5+ messages)
` [PATCH 1/2] hw/intc/loongson_ipi: Access memory in little endian
` [PATCH 2/2] hw/intc/loongson_ipi: Fix resource leak

[PATCH] util/async.c: Forbid negative min/max in aio_context_set_thread_pool_params()
 2024-07-23 16:03 UTC  (4+ messages)

[PULL 0/3] loongarch fixes for 9.0
 2024-07-23 15:47 UTC  (3+ messages)
` [PULL 2/3] target/loongarch: Fix tlb huge page loading issue

[PATCH] target/m68k: avoid shift into sign bit in dump_address_map()
 2024-07-23 15:45 UTC  (2+ messages)

[PATCH] target/tricore: Use unsigned types for bitops in helper_eq_b()
 2024-07-23 15:37 UTC  (2+ messages)

[PATCH v5 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-07-23 15:25 UTC  (3+ messages)
` [PATCH v5 11/13] hw/riscv/riscv-iommu: Add another irq for mrif notifications

[PULL v2 00/16] vfio queue
 2024-07-23 15:20 UTC 

[PATCH v5 0/5] Power11 support for QEMU [PSeries]
 2024-07-23 15:13 UTC  (4+ messages)
` [PATCH v5 1/5] target/ppc: reduce code duplication across Power9/10 init code

[PULL 00/16] vfio queue
 2024-07-23 15:13 UTC  (15+ messages)
` [PULL 01/16] hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()
` [PULL 02/16] vfio/pci: Extract mdev check into an helper
` [PULL 03/16] vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev
` [PULL 04/16] backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabilities
` [PULL 05/16] vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()
` [PULL 06/16] vfio/ap: Don't initialize HOST_IOMMU_DEVICE with mdev
` [PULL 07/16] vfio/ccw: "
` [PULL 08/16] vfio/iommufd: Introduce auto domain creation
` [PULL 09/16] vfio/{iommufd,container}: Remove caps::aw_bits
` [PULL 10/16] vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCaps
` [PULL 11/16] vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_device()
` [PULL 12/16] vfio/iommufd: Probe and request hwpt dirty tracking capability
` [PULL 13/16] vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support

[RFC PATCH v5 0/8] Add Rust support, implement ARM PL011
 2024-07-23 15:07 UTC  (2+ messages)

[PATCH] target/i386: Always set leaf 0x1f
 2024-07-23 15:03 UTC  (3+ messages)

[PULL 0/8] Ui patches
 2024-07-23 14:59 UTC  (2+ messages)

[PATCH 00/12] tcg patch queue
 2024-07-23 14:59 UTC  (2+ messages)
` [PULL "

[PATCH v6 0/9] hw/iommufd: IOMMUFD Dirty Tracking
 2024-07-23 14:24 UTC  (9+ messages)
` [PATCH v6 5/9] vfio/iommufd: Probe and request hwpt dirty tracking capability

[PATCH 0/8] Introduce SMP Cache Topology
 2024-07-23 14:40 UTC  (6+ messages)
` [PATCH 1/8] hw/core: Make CPU topology enumeration arch-agnostic

[PULL 00/11] target/i386, HPET changes for QEMU 9.1 soft freeze
 2024-07-23 14:15 UTC  (12+ messages)
` [PULL 01/11] target/i386: do not crash if microvm guest uses SGX CPUID leaves
` [PULL 02/11] qio: add support for SO_PEERCRED for socket channel
` [PULL 03/11] tools: build qemu-vmsr-helper
` [PULL 04/11] Add support for RAPL MSRs in KVM/Qemu
` [PULL 05/11] hpet: fix and cleanup persistence of interrupt status
` [PULL 06/11] hpet: ignore high bits of comparator in 32-bit mode
` [PULL 07/11] hpet: remove unnecessary variable "index"
` [PULL 08/11] hpet: place read-only bits directly in "new_val"
` [PULL 09/11] hpet: accept 64-bit reads and writes
` [PULL 10/11] hpet: store full 64-bit target value of the counter
` [PULL 11/11] hpet: avoid timer storms on periodic timers

[PATCH] hw/intc/ioapic: Delete a wrong IRQ redirection on I/O APIC
 2024-07-23 14:15 UTC  (2+ messages)

[PATCH] hw/nubus/nubus-virtio-mmio: Fix missing ERRP_GUARD() in nubus_virtio_mmio_realize()
 2024-07-23 14:30 UTC  (3+ messages)

[PATCH 0/4] hw/misc/bcm2835_property: Fix set-palette, OTP-access properties
 2024-07-23 13:36 UTC  (7+ messages)
` [PATCH 1/4] hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTE
` [PATCH 2/4] hw/misc/bcm2835_property: Avoid overflow in OTP access properties
` [PATCH 3/4] hw/misc/bcm2835_property: Restrict scope of start_num, number, otp_row
` [PATCH 4/4] hw/misc/bcm2835_property: Reduce scope of variables in mbox push function

QEMU Community Call Agenda Items (July 23rd, 2024)
 2024-07-23 13:08 UTC  (2+ messages)

[PATCH 0/5] crypto: improve error reporting detail
 2024-07-23 13:06 UTC  (4+ messages)
` [PATCH 1/5] qapi: allow for g_autoptr(Error) usage

[PATCH v3] target/s390x: filter deprecated properties based on model expansion type
 2024-07-23 12:46 UTC  (5+ messages)

[PATCH] meson: build chardev trace files when have_block
 2024-07-23 12:39 UTC  (2+ messages)

[PULL 00/63] virtio,pci,pc: features,fixes
 2024-07-23 11:36 UTC  (8+ messages)

[PULL v2 00/61] virtio,pci,pc: features,fixes
 2024-07-23 11:02 UTC  (64+ messages)
` [PULL v2 01/61] hw/virtio/virtio-crypto: Fix op_code assignment in virtio_crypto_create_asym_session
` [PULL v2 02/61] MAINTAINERS: add Stefano Garzarella as vhost/vhost-user reviewer
` [PULL v2 03/61] hw/cxl/cxl-mailbox-utils: remove unneeded mailbox output payload space zeroing
` [PULL v2 04/61] hw/cxl: Check for multiple mappings of memory backends
` [PULL v2 05/61] hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw property
` [PULL v2 06/61] hw/cxl: Add get scan media capabilities cmd support
` [PULL v2 07/61] hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()
` [PULL v2 08/61] hw/cxl/events: discard all event records during sanitation
` [PULL v2 09/61] hw/cxl: Add get scan media results cmd support
` [PULL v2 10/61] cxl/mailbox: move mailbox effect definitions to a header
` [PULL v2 11/61] hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)
` [PULL v2 12/61] hw/cxl/cxl-mailbox-utils: Add device patrol scrub control feature
` [PULL v2 13/61] hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS "
` [PULL v2 14/61] hw/cxl: Support firmware updates
` [PULL v2 15/61] MAINTAINERS: Add myself as a VT-d reviewer
` [PULL v2 16/61] virtio-snd: add max size bounds check in input cb
` [PULL v2 17/61] virtio-snd: check for invalid param shift operands
` [PULL v2 18/61] intel_iommu: fix FRCD construction macro
` [PULL v2 19/61] intel_iommu: move VTD_FRCD_PV and VTD_FRCD_PP declarations
` [PULL v2 20/61] intel_iommu: fix type of the mask field in VTDIOTLBPageInvInfo
` [PULL v2 21/61] intel_iommu: make type match
` [PULL v2 22/61] virtio: Add bool to VirtQueueElement
` [PULL v2 23/61] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
` [PULL v2 24/61] virtio: virtqueue_ordered_fill "
` [PULL v2 25/61] virtio: virtqueue_ordered_flush "
` [PULL v2 26/61] vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
` [PULL v2 27/61] virtio: Add VIRTIO_F_IN_ORDER property definition
` [PULL v2 28/61] contrib/vhost-user-blk: fix overflowing expression
` [PULL v2 29/61] hw/pci: Fix SR-IOV VF number calculation
` [PULL v2 30/61] pcie_sriov: Ensure PF and VF are mutually exclusive
` [PULL v2 31/61] pcie_sriov: Check PCI Express for SR-IOV PF
` [PULL v2 32/61] pcie_sriov: Allow user to create SR-IOV device
` [PULL v2 33/61] virtio-pci: Implement SR-IOV PF
` [PULL v2 34/61] virtio-net: Implement SR-IOV VF
` [PULL v2 35/61] docs: Document composable SR-IOV device
` [PULL v2 36/61] smbios: make memory device size configurable per Machine
` [PULL v2 37/61] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PULL v2 38/61] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PULL v2 39/61] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PULL v2 40/61] hw/acpi: Update GED _EVT method AML with CPU scan
` [PULL v2 41/61] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PULL v2 42/61] physmem: Add helper function to destroy CPU AddressSpace
` [PULL v2 43/61] gdbstub: Add helper function to unregister GDB register space
` [PULL v2 44/61] Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged"
` [PULL v2 45/61] virtio-iommu: Remove probe_done
` [PULL v2 46/61] virtio-iommu: Free [host_]resv_ranges on unset_iommu_devices
` [PULL v2 47/61] virtio-iommu: Remove the end point on detach
` [PULL v2 48/61] hw/vfio/common: Add vfio_listener_region_del_iommu trace event
` [PULL v2 49/61] virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domain
` [PULL v2 50/61] hw/riscv/virt-acpi-build.c: Add namespace devices for PLIC and APLIC
` [PULL v2 51/61] hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART
` [PULL v2 52/61] tests/acpi: Allow DSDT acpi table changes for aarch64
` [PULL v2 53/61] acpi/gpex: Create PCI link devices outside PCI root bridge
` [PULL v2 54/61] tests/acpi: update expected DSDT blob for aarch64 and microvm
` [PULL v2 55/61] tests/qtest/bios-tables-test.c: Remove the fall back path
` [PULL v2 56/61] tests/acpi: Add empty ACPI data files for RISC-V
` [PULL v2 57/61] tests/qtest/bios-tables-test.c: Enable basic testing "
` [PULL v2 58/61] tests/acpi: Add expected ACPI AML files "
` [PULL v2 59/61] hw/pci: Add all Data Object Types defined in PCIe r6.0
` [PULL v2 60/61] backends: Initial support for SPDM socket support
` [PULL v2 61/61] hw/nvme: Add SPDM over DOE support


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