QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-08 10:40:45 to 2024-05-08 23:41:30 UTC [more...]

[PULL v2 00/13] Migration patches for 2024-05-08
 2024-05-08 23:35 UTC  (10+ messages)
` [PULL v2 01/13] migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to WITH_QEMU_LOCK_GUARD macro
` [PULL v2 02/13] migration: move trace-point from migrate_fd_error to migrate_set_error
` [PULL v2 04/13] migration: process_incoming_migration_co(): fix reporting s->error
` [PULL v2 05/13] migration: process_incoming_migration_co(): rework error reporting
` [PULL v2 06/13] qapi: introduce exit-on-error parameter for migrate-incoming
` [PULL v2 08/13] migration: Remove 'inc' option from migrate command
` [PULL v2 09/13] migration: Remove 'blk/-b' option from migrate commands
` [PULL v2 12/13] migration: Deprecate fd: for file migration
` [PULL v2 13/13] hmp/migration: Fix "migrate" command's documentation

[PATCH v4 00/33] Misc PPC exception and BookE MMU clean ups
 2024-05-08 23:36 UTC  (22+ messages)
` [PATCH v4 01/33] target/ppc: Fix gen_sc to use correct nip
` [PATCH v4 06/33] target/ppc/mmu_common.c: Remove unneeded local variable
` [PATCH v4 10/33] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PATCH v4 12/33] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PATCH v4 13/33] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH v4 14/33] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH v4 15/33] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH v4 17/33] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH v4 18/33] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH v4 20/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
` [PATCH v4 21/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
` [PATCH v4 22/33] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
` [PATCH v4 23/33] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v4 24/33] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PATCH v4 25/33] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v4 26/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PATCH v4 27/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PATCH v4 28/33] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v4 29/33] target/ppc: Split off common embedded TLB init
` [PATCH v4 31/33] target/ppc/mmu-radix64.c: Drop a local variable
` [PATCH v4 32/33] target/ppc: Add a macro to check for page protection bit

[PATCH v3 00/33] Misc PPC exception and BookE MMU clean ups
 2024-05-08 23:35 UTC  (37+ messages)
` [PATCH v3 01/33] target/ppc: Fix gen_sc to use correct nip
` [PATCH v3 09/33] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH v3 10/33] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PATCH v3 11/33] target/ppc/mmu_common.c: Move some debug logging
` [PATCH v3 12/33] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PATCH v3 21/33] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
` [PATCH v3 22/33] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v3 23/33] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PATCH v3 24/33] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v3 25/33] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
` [PATCH v3 26/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PATCH v3 27/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PATCH v3 28/33] target/ppc/mmu_common.c: Move BookE MMU functions together
` [PATCH v3 31/33] target/ppc/mmu-hash32.c: Drop a local variable
` [PATCH v3 32/33] target/ppc/mmu-radix64.c: "
` [PATCH v3 33/33] target/ppc: Add a macro to check for page protection bit

[PATCH v2 00/28] Misc PPC exception and BookE MMU clean ups
 2024-05-08 23:33 UTC  (14+ messages)
` [PATCH v2 24/28] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
` [PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
` [PATCH v2 27/28] target/ppc: Remove id_tlbs flag from CPU env

[PATCH] gitlab: Update msys2-64bit runner tags
 2024-05-08 22:25 UTC  (3+ messages)

[PULL v2 00/28] Misc HW patches for 2024-05-08
 2024-05-08 22:15 UTC  (4+ messages)
` [PULL v2 14/28] hw/i386/x86: Don't leak "isa-bios" memory regions
` [PULL v2 15/28] hw/i386/x86: Don't leak "pc.bios" memory region
` [PULL v2 16/28] hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()

[PATCH v3 0/6] X86: Alias isa-bios area and clean up
 2024-05-08 22:10 UTC  (9+ messages)
` [PATCH v3 1/6] hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()
` [PATCH v3 2/6] hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineState
` [PATCH v3 3/6] hw/i386/x86: Don't leak "isa-bios" memory regions
` [PATCH v3 4/6] hw/i386/x86: Don't leak "pc.bios" memory region
` [PATCH v3 5/6] hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()
` [PATCH v3 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region

[PATCH v4 0/5] Add migration test for loongarch64
 2024-05-08 21:58 UTC  (6+ messages)
` [PATCH v4 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINE
` [PATCH v4 2/5] hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineState

[PATCH] hw/mips/loongson3_virt: Emulate suspend function
 2024-05-08 21:56 UTC  (6+ messages)

[PATCH 0/5] hw/mips/loongson3_virt: Implement IPI support
 2024-05-08 21:41 UTC  (10+ messages)
` [PATCH 1/5] hw/intc/loongarch_ipi: Remove pointless MAX_CPU check
` [PATCH 2/5] hw/intc/loongarch_ipi: Rename as loongson_ipi
` [PATCH 3/5] hw/intc/loongson_ipi: Implement IOCSR address space for MIPS
` [PATCH 4/5] hw/intc/loongson_ipi: Provide per core MMIO address spaces
` [PATCH 5/5] hw/mips/loongson3_virt: Wire up loongson_ipi device

[PATCH] hw/clock: Expose 'freq-hz' QOM property
 2024-05-08 21:27 UTC  (3+ messages)

[PATCH v3 00/28] glib: Replace g_memdup() by g_memdup2()
 2024-05-08 21:22 UTC  (2+ messages)

[PATCH v10 0/7] Support message-based DMA in vfio-user server
 2024-05-08 21:21 UTC  (3+ messages)

[PATCH] hw/loongarch/virt: Fix memory leak
 2024-05-08 21:17 UTC  (4+ messages)

[PATCH v2] ppc: Deprecate 'ref405ep' machine and 405 CPUs
 2024-05-08 21:17 UTC  (3+ messages)

[PATCH] loongarch64: move memory map to boot.c
 2024-05-08 21:15 UTC  (2+ messages)

[PATCH] misc: Use QEMU header path relative to include/ directory
 2024-05-08 21:15 UTC  (2+ messages)

[PATCH 0/9] migration/mapped-ram: Add direct-io support
 2024-05-08 20:45 UTC  (11+ messages)
` [PATCH 2/9] migration: Fix file migration with fdset
` [PATCH 8/9] migration: Add support for fdset with multifd + file

[PATCH v8] virtio-pci: fix use of a released vector
 2024-05-08 20:17 UTC  (2+ messages)

[PATCH] hw/virtio: Fix obtain the buffer id from the last descriptor
 2024-05-08 18:21 UTC  (3+ messages)

[PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
 2024-05-08 18:05 UTC  (5+ messages)

[PATCH v14 0/6] ui/console: Private QemuDmaBuf struct
 2024-05-08 17:54 UTC  (7+ messages)
` [PATCH v14 1/6] ui/gtk: Check if fence_fd is equal to or greater than 0
` [PATCH v14 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
` [PATCH v14 3/6] ui/console: Use qemu_dmabuf_get_..() helpers instead
` [PATCH v14 4/6] ui/console: Use qemu_dmabuf_set_..() "
` [PATCH v14 5/6] ui/console: Use qemu_dmabuf_new() and free() "
` [PATCH v14 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c

[PATCH v2 0/6] This series changes the "isa-bios" MemoryRegion to be an alias rather than a
 2024-05-08 18:00 UTC  (6+ messages)
` [PATCH v2 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region

[PULL 00/26] Misc HW patches for 2024-05-08
 2024-05-08 17:45 UTC  (27+ messages)
` [PULL 01/26] block/qcow2-bitmap: Replace g_memdup() by g_memdup2()
` [PULL 02/26] target/ppc: "
` [PULL 03/26] hw/hppa/machine: "
` [PULL 04/26] hw/ppc/spapr_pci: "
` [PULL 05/26] hw/remote/vfio-user: Fix config space access byte order
` [PULL 06/26] system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
` [PULL 07/26] system/physmem: Propagate AddressSpace to MapClient helpers
` [PULL 08/26] system/physmem: Per-AddressSpace bounce buffering
` [PULL 09/26] hw/i386/pc: Allow to compile without CONFIG_FDC_ISA
` [PULL 10/26] hw/i386/Kconfig: Allow to compile Q35 without FDC_ISA
` [PULL 11/26] hw/i386: Add the possibility to use i440fx and isapc without FDC
` [PULL 12/26] hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()
` [PULL 13/26] hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineState
` [PULL 14/26] hw/i386/x86: Don't leak "isa-bios" memory regions
` [PULL 15/26] hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'
` [PULL 16/26] hw/gpio: Handle clock migration in STM32L4x5 gpios
` [PULL 17/26] hw/ppc: Deprecate 'ref405ep' machine and 405 CPUs
` [PULL 18/26] hw/loongarch: move memory map to boot.c
` [PULL 19/26] hw/loongarch/virt: Fix memory leak
` [PULL 20/26] hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINE
` [PULL 21/26] hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineState
` [PULL 22/26] hw/mips/loongson3_virt: Emulate suspend function
` [PULL 23/26] hw/intc/loongarch_ipi: Remove pointless MAX_CPU check
` [PULL 24/26] hw/intc/loongarch_ipi: Rename as loongson_ipi
` [PULL 25/26] hw/intc/loongson_ipi: Implement IOCSR address space for MIPS
` [PULL 26/26] misc: Use QEMU header path relative to include/ directory

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-05-08 17:15 UTC  (22+ messages)
` [RFC 1/2] iova_tree: add an id member to DMAMap

[PATCH v2 00/33] accel/tcg: Improve disassembly for target and plugin
 2024-05-08 16:33 UTC  (13+ messages)
` [PATCH v2 10/33] accel/tcg: Implement translator_st
` [PATCH v2 18/33] disas: Split disas.c
` [PATCH v2 19/33] disas: Use translator_st to get disassembly data
` [PATCH v2 21/33] target/s390x: Fix translator_fake_ld length
` [PATCH v2 22/33] target/s390x: Disassemble EXECUTEd instructions
` [PATCH v2 29/33] target/riscv: Use translator_ld* for everything

[PATCH v3 0/2] cxl: add poison creation event handler
 2024-05-08 16:15 UTC  (5+ messages)
` [PATCH v3 2/2] cxl/core: "

[PATCH] target/i386: remove PCOMMIT from TCG, deprecate property
 2024-05-08 15:44 UTC 

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-05-08 15:28 UTC  (6+ messages)

[PATCH 0/2] util/iov: Do not assert offset is in iov
 2024-05-08 14:51 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH v2] hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()
 2024-05-08 14:35 UTC 

[PATCH v2 0/3] crypto: Allow building with GnuTLS but without Libtasn1
 2024-05-08 14:30 UTC  (2+ messages)

[PATCH 0/4] target/hexagon: Minor idef-parser cleanup
 2024-05-08 14:24 UTC  (6+ messages)
` [PATCH 3/4] target/hexagon: idef-parser fix leak of init_list

[PATCH 0/4] Check clock connection between STM32L4x5 RCC and peripherals
 2024-05-08 14:08 UTC  (5+ messages)
` [PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency

[PATCH v2] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
 2024-05-08 14:00 UTC  (3+ messages)

[PATCH] hw/nvme: fix mo field in io mgnt send
 2024-05-08 13:36 UTC  (3+ messages)

Hermetic virtio-vsock in QEMU
 2024-05-08 13:32 UTC  (13+ messages)

[PATCH 0/9] Support persistent reservation operations
 2024-05-08 10:41 UTC  (11+ messages)
` [PATCH 1/9] block: add persistent reservation in/out api
` [PATCH 2/9] block/raw: add persistent reservation in/out driver
` [PATCH 3/9] scsi/constant: add persistent reservation in/out protocol constants
` [PATCH 4/9] scsi/util: add helper functions for persistent reservation types conversion
` [PATCH 5/9] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH 6/9] block/nvme: add reservation command protocol constants
` [PATCH 7/9] hw/nvme: add helper functions for converting reservation types
` [PATCH 8/9] hw/nvme: add reservation protocal command
` [PATCH 9/9] block/iscsi: add persistent reservation in/out driver

[PATCH v2] hw/loongarch/virt: Fix memory leak
 2024-05-08 13:02 UTC  (2+ messages)

[PATCH v2 0/4] mirror: allow specifying working bitmap
 2024-05-08 12:43 UTC  (5+ messages)
` [PATCH v2 2/4] "

[RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
 2024-05-08 12:41 UTC  (7+ messages)

[PATCH v3 0/4] hw/nvme: FDP and SR-IOV enhancements
 2024-05-08 12:31 UTC  (5+ messages)
` [PATCH v3 1/4] hw/nvme: add Identify Endurance Group List
` [PATCH v3 2/4] hw/nvme: separate identify data for sec. ctrl list
` [PATCH v3 3/4] hw/nvme: Allocate sec-ctrl-list as a dynamic array
` [PATCH v3 4/4] hw/nvme: Expand VI/VQ resource to uint32

CXL numa error on arm64 qemu virt machine
 2024-05-08 12:02 UTC  (2+ messages)

[PATCH v4 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-05-08 11:59 UTC  (4+ messages)
` [PATCH v4 10/12] hostmem: add a new memory backend based on POSIX shm_open()

[PATCH] virtio-blk: remove SCSI passthrough functionality
 2024-05-08 11:32 UTC 

[PATCH] target/riscv: Remove experimental prefix from "B" extension
 2024-05-08 11:22 UTC  (2+ messages)

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-08 11:15 UTC  (4+ messages)
` [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation

Canceled event with note: QEMU/KVM developers conference call @ Tue 14 May 2024 14:00 - 15:00 (BST) (qemu-devel@nongnu.org)
 2024-05-08 11:06 UTC 

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-08 10:46 UTC  (6+ messages)
` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code


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 read-only IMAP folder(s) and NNTP newsgroup(s).