qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-14 13:30:48 to 2024-06-17 11:24:13 UTC [more...]

[PATCH 00/26] hw/ppc: Prefer HumanReadableText over Monitor
 2024-06-17 11:23 UTC  (8+ messages)
` [PATCH 01/26] hw/ppc: Avoid using Monitor in pnv_phb3_msi_pic_print_info()
` [PATCH 03/26] hw/ppc: Avoid using Monitor in xive_tctx_pic_print_info()

[PATCH v2] ppc/pnv: Introduce pnv_chip_foreach_cpu()
 2024-06-17 11:19 UTC 

[PATCH v6 00/23] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-06-17 11:10 UTC  (27+ messages)
` [PATCH v6 01/23] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
` [PATCH v6 02/23] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
` [PATCH v6 03/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
` [PATCH v6 04/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
` [PATCH v6 05/23] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
` [PATCH v6 06/23] hw/acpi/ich9: Remove 'memory-hotplug-support' property
` [PATCH v6 07/23] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
` [PATCH v6 08/23] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
` [PATCH v6 09/23] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
` [PATCH v6 10/23] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
` [PATCH v6 11/23] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
` [PATCH v6 12/23] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid()
` [PATCH v6 13/23] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
` [PATCH v6 14/23] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
` [PATCH v6 15/23] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
` [PATCH v6 16/23] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
` [PATCH v6 17/23] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
` [PATCH v6 18/23] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [PATCH v6 19/23] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH v6 20/23] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
` [PATCH v6 21/23] hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro
` [PATCH v6 22/23] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH v6 23/23] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE

[PATCH] Update event idx if guest has made extra buffers during double check
 2024-06-17 10:58 UTC  (3+ messages)

[PATCH qemu ] hw/acpi: Fix big endian host creation of Generic Port Affinity Structures
 2024-06-17 10:49 UTC  (6+ messages)

linux-user: array overflow in pselect6 emulation
 2024-06-17 10:43 UTC 

[PATCH] hw/arm/virt-acpi-build: Fix IORT id_count
 2024-06-17 10:41 UTC  (2+ messages)

[PATCH v2 0/4] Move VSX storage access and compare insns to
 2024-06-17 10:40 UTC  (4+ messages)
` [PATCH v2 2/4] target/ppc: Move VSX vector with length storage access insns to decodetree

[PATCH v2] virtio-pci: Fix the use of an uninitialized irqfd
 2024-06-17 10:38 UTC  (2+ messages)

[PATCH RESEND v7 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-06-17 10:35 UTC  (2+ messages)

[RFC PATCH] subprojects: add a wrapper for libvirglrenderer
 2024-06-17 10:35 UTC  (3+ messages)

[PATCH v2] Hexagon: lldb read/write predicate registers p0/p1/p2/p3
 2024-06-17 10:30 UTC  (2+ messages)

[PATCH v4 0/8] VIRTIO-IOMMU/VFIO: Fix host iommu geometry handling for hotplugged devices
 2024-06-17 10:28 UTC  (2+ messages)

[PATCH v2 00/17] vfio: QOMify VFIOContainer
 2024-06-17 10:24 UTC  (19+ messages)
` [PATCH v2 01/17] vfio: Make vfio_devices_dma_logging_start() return bool
` [PATCH v2 02/17] vfio: Remove unused declarations from vfio-common.h
` [PATCH v2 03/17] vfio/common: Move dirty tracking ranges update to helper
` [PATCH v2 04/17] vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
` [PATCH v2 05/17] vfio/container: Introduce vfio_address_space_insert()
` [PATCH v2 06/17] vfio/container: Simplify vfio_container_init()
` [PATCH v2 07/17] vfio/container: Modify vfio_get_iommu_type() to use a container fd
` [PATCH v2 08/17] vfio/container: Introduce vfio_get_iommu_class_name()
` [PATCH v2 09/17] vfio/container: Introduce vfio_create_container()
` [PATCH v2 10/17] vfio/container: Discover IOMMU type before creating the container
` [PATCH v2 11/17] vfio/container: Change VFIOContainerBase to use QOM
` [PATCH v2 12/17] vfio/container: Switch to QOM
` [PATCH v2 13/17] vfio/container: Introduce an instance_init() handler
` [PATCH v2 14/17] vfio/container: Remove VFIOContainerBase::ops
` [PATCH v2 15/17] vfio/container: Remove vfio_container_init()
` [PATCH v2 16/17] vfio/container: Introduce vfio_iommu_legacy_instance_init()
` [PATCH v2 17/17] vfio/container: Move vfio_container_destroy() to an instance_finalize() handler

[PATCH 00/18] tcg/loongarch64: Support v64 and v256
 2024-06-17 10:07 UTC  (21+ messages)
` [PATCH 01/18] tcg/loongarch64: Import LASX, FP insns
` [PATCH 02/18] tcg/loongarch64: Use fp load/store for I32 and I64 into vector regs
` [PATCH 03/18] tcg/loongarch64: Handle i32 and i64 moves between gr and fr
` [PATCH 04/18] tcg/loongarch64: Support TCG_TYPE_V64
` [PATCH 05/18] util/loongarch64: Detect LASX vector support
` [PATCH 06/18] tcg/loongarch64: Simplify tcg_out_dup_vec
` [PATCH 07/18] tcg/loongarch64: Support LASX in tcg_out_dup_vec
` [PATCH 08/18] tcg/loongarch64: Support LASX in tcg_out_dupm_vec
` [PATCH 09/18] tcg/loongarch64: Use tcg_out_dup_vec in tcg_out_dupi_vec
` [PATCH 10/18] tcg/loongarch64: Support LASX "

[PATCH v2 0/9] Add MTE stubs for aarch64 user mode
 2024-06-17  9:50 UTC  (25+ messages)
` [PATCH v2 3/9] gdbstub: Add support for target-specific stubs
` [PATCH v2 5/9] target/arm: Make some MTE helpers widely available
` [PATCH v2 6/9] target/arm: Factor out code for setting MTE TCF0 field
` [PATCH v2 8/9] gdbstub: Add support for MTE in user mode
` [PATCH v2 9/9] tests/tcg/aarch64: Add MTE gdbstub tests

[PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
 2024-06-17  9:36 UTC  (7+ messages)

[RFC PATCH v2 0/5] Implement ARM PL011 in Rust
 2024-06-17  8:45 UTC  (14+ messages)
` [RFC PATCH v2 3/5] rust: add PL011 device model

[PATCH 1/1] BootLogoLib: align logo coords to be even
 2024-06-17  8:39 UTC  (2+ messages)

[PATCH] virtio-gpu-gl: declare dependency on ui-opengl
 2024-06-17  8:35 UTC 

[PATCH 0/1] i386/tcg fix for IRET as used in dotnet runtime
 2024-06-17  8:33 UTC  (5+ messages)
` [PATCH 1/1] i386/tcg: Allow IRET from user mode to user mode for "

[PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
 2024-06-17  8:27 UTC  (9+ messages)

[PULL v2 00/25] target/i386, SCSI changes for 2024-06-11
 2024-06-17  8:13 UTC  (2+ messages)
` [PULL 13/25] target/i386: convert MOV from/to CR and DR to new decoder

[PATCH v2 00/11] qcow2: make subclusters discardable
 2024-06-17  7:39 UTC  (4+ messages)

[PATCH v2] os-posix: Expand setrlimit() syscall compatibility
 2024-06-17  7:19 UTC  (2+ messages)

[PATCH v3 0/9] Add MTE stubs for aarch64 user mode
 2024-06-17  6:28 UTC  (10+ messages)
` [PATCH v3 1/9] gdbstub: Clean up process_string_cmd
` [PATCH v3 2/9] gdbstub: Move GdbCmdParseEntry into a new header file
` [PATCH v3 3/9] gdbstub: Add support for target-specific stubs
` [PATCH v3 4/9] target/arm: Fix exception case in allocation_tag_mem_probe
` [PATCH v3 5/9] target/arm: Make some MTE helpers widely available
` [PATCH v3 6/9] target/arm: Factor out code for setting MTE TCF0 field
` [PATCH v3 7/9] gdbstub: Make get cpu and hex conversion functions non-internal
` [PATCH v3 8/9] gdbstub: Add support for MTE in user mode
` [PATCH v3 9/9] tests/tcg/aarch64: Add MTE gdbstub tests

[PATCH v3 0/7] VIRTIO-IOMMU/VFIO: Fix host iommu geometry handling for hotplugged devices
 2024-06-17  6:23 UTC  (7+ messages)
` [PATCH v3 1/7] HostIOMMUDevice: Store the VFIO/VDPA agent

[PATCH v2] Update event idx if guest has made extra buffers during double check
 2024-06-17  5:45 UTC 

[PATCH v1 00/16] vfio: QOMify VFIOContainer
 2024-06-17  5:04 UTC  (3+ messages)

[PULL v2 00/19] aspeed queue
 2024-06-17  4:02 UTC 

[PATCH 0/5] s390x: Add Full Boot Order Support
 2024-06-16 23:44 UTC  (6+ messages)
` [PATCH 5/5] s390x: Enable and document boot device fallback on panic

[PATCH 0/9] maintainer updates (gdbstub, plugins, time control)
 2024-06-16 18:43 UTC  (12+ messages)
` [PATCH 8/9] plugins: add time control API
` [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling

[PATCH] target/sparc: use signed denominator in sdiv helper
 2024-06-16 18:39 UTC  (2+ messages)

[PATCH v2] linux-user: Make TARGET_NR_setgroups affect only the current thread
 2024-06-16 18:36 UTC  (2+ messages)

[PATCH v3] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
 2024-06-16 18:32 UTC  (2+ messages)

[PATCH] Make TARGET_PAGE_MASK typed as target_ulong
 2024-06-16 18:10 UTC  (4+ messages)

[PULL 0/5] virtio-grants-v8-tag
 2024-06-16 18:04 UTC  (4+ messages)

[PATCH v14 00/14] Support blob memory and venus on qemu
 2024-06-16  9:23 UTC  (17+ messages)
` [PATCH v14 01/14] virtio-gpu: Use trace events for tracking number of in-flight fences
` [PATCH v14 02/14] virtio-gpu: Move fence_poll timer to VirtIOGPUGL
` [PATCH v14 03/14] virtio-gpu: Move print_stats "
` [PATCH v14 04/14] virtio-gpu: Handle virtio_gpu_virgl_init() failure
` [PATCH v14 05/14] virtio-gpu: Unrealize GL device
` [PATCH v14 06/14] virtio-gpu: Use pkgconfig version to decide which virgl features are available
` [PATCH v14 07/14] virtio-gpu: Support context-init feature with virglrenderer
` [PATCH v14 08/14] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v14 09/14] virtio-gpu: Add virgl resource management
` [PATCH v14 10/14] virtio-gpu: Support blob scanout using dmabuf fd
` [PATCH v14 11/14] virtio-gpu: Support suspension of commands processing
` [PATCH v14 12/14] virtio-gpu: Handle resource blob commands
` [PATCH v14 13/14] virtio-gpu: Register capsets dynamically
` [PATCH v14 14/14] virtio-gpu: Support Venus context

[PULL 00/18] Migration patches for 2024-06-14
 2024-06-16  3:12 UTC  (20+ messages)
` [PULL 01/18] tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h
` [PULL 02/18] tests/qtest/migration-test: Quieten ppc64 QEMU warnings
` [PULL 03/18] tests/qtest/migration-test: Enable on ppc64 TCG
` [PULL 04/18] tests/qtest/migration-test: Use custom asm bios for ppc64
` [PULL 05/18] docs/migration: add qpl compression feature
` [PULL 06/18] migration/multifd: put IOV initialization into compression method
` [PULL 07/18] configure: add --enable-qpl build option
` [PULL 08/18] migration/multifd: add qpl compression method
` [PULL 09/18] migration/multifd: implement initialization of qpl compression
` [PULL 10/18] migration/multifd: implement qpl compression and decompression
` [PULL 11/18] tests/migration-test: add qpl compression test
` [PULL 12/18] docs/migration: add uadk compression feature
` [PULL 13/18] configure: Add uadk option
` [PULL 14/18] migration/multifd: add uadk compression framework
` [PULL 15/18] migration/multifd: Add UADK initialization
` [PULL 16/18] migration/multifd: Add UADK based compression and decompression
` [PULL 17/18] migration/multifd: Switch to no compression when no hardware support
` [PULL 18/18] tests/migration-test: add uadk compression test

[PATCH v2 0/6] Introduce extension implied rules
 2024-06-16  2:46 UTC  (7+ messages)
` [PATCH v2 1/6] target/riscv: Introduce extension implied rules definition
` [PATCH v2 2/6] target/riscv: Introduce extension implied rule helpers
` [PATCH v2 3/6] target/riscv: Add MISA implied rules
` [PATCH v2 4/6] target/riscv: Add standard extension "
` [PATCH v2 5/6] target/riscv: Add Zc extension implied rule
` [PATCH v2 6/6] target/riscv: Remove extension auto-update check statements

[PATCH] hmp-commands-info.hx: Add missing info command for stats subcommand
 2024-06-15 23:55 UTC  (2+ messages)

[PATCH v13 00/13] Support blob memory and venus on qemu
 2024-06-15 22:51 UTC  (8+ messages)
` [PATCH v13 03/13] virtio-gpu: Handle virtio_gpu_virgl_init() failure

[PULL 00/19] aspeed queue
 2024-06-15 21:56 UTC  (3+ messages)

[PATCH] target/arm/helper: Fix timer interrupt masking when HCR_EL2.E2H == 0
 2024-06-15 18:54 UTC 

[PATCH v3 0/6] Rework x86 page table walks
 2024-06-15 15:34 UTC  (10+ messages)
` [PATCH v3 1/6] Add an "info pg" command that prints the current page tables
` [PATCH v3 5/6] Move tcg implementation of x86 get_physical_address into common helper code

[PATCH 0/3] S3 and S4 sleep for loongarch/virt & microvm
 2024-06-15  1:45 UTC  (7+ messages)

[PATCH 0/3] virtio-gpu: Enable virglrenderer backend for rutabaga
 2024-06-14 23:50 UTC  (4+ messages)
` [PATCH 1/3] virtio-gpu: rutabaga: Properly set stride when copying resources

[PATCH] os-posix: Expand setrlimit() syscall compatibility
 2024-06-14 20:11 UTC  (3+ messages)

[PATCH] cpu: fix memleak of 'halt_cond' and 'thread'
 2024-06-14 17:49 UTC  (2+ messages)

[RFC PATCH v2 0/2] ui/gtk: Introduce new param - Connectors
 2024-06-14 17:40 UTC  (11+ messages)

[PATCH 0/2] Add boot-mode property for zynq
 2024-06-14 15:06 UTC  (4+ messages)
` [PATCH 2/2] hw/arm/xilinx_zynq: Add boot-mode property

[PATCH 00/20] qapi: new sphinx qapi domain pre-requisites
 2024-06-14 14:38 UTC  (5+ messages)
` [PATCH 19/20] qapi: convert "Note" sections to plain rST
` [PATCH 20/20] qapi: convert "Example" sections to rST

[RFC PATCH 00/16] Implements RISC-V WorldGuard extension v0.4
 2024-06-14 13:28 UTC  (5+ messages)
` [RFC PATCH 01/16] accel/tcg: Store section pointer in CPUTLBEntryFull


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