qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-23 15:01:53 to 2024-05-23 23:20:10 UTC [more...]

[PULL 00/72] ppc-for-9.1-1 queue
 2024-05-23 23:07 UTC  (56+ messages)
` [PULL 01/72] spapr: avoid overhead of finding vhyp class in critical operations
` [PULL 02/72] ppc/spapr: Add ibm,pi-features
` [PULL 03/72] target/ppc: Fix broadcast tlbie synchronisation
` [PULL 05/72] tcg/cputlb: remove other-cpu capability from TLB flushing
` [PULL 06/72] target/ppc: Move sync instructions to decodetree
` [PULL 08/72] target/ppc: Add ISA v3.1 variants of sync instruction
` [PULL 10/72] target/ppc: Move floating-point arithmetic instructions to decodetree
` [PULL 11/72] target/ppc: Move mul{li, lw, lwo, hw, hwu} "
` [PULL 12/72] target/ppc: Make divw[u] handler method decodetree compatible
` [PULL 13/72] target/ppc: Move divw[u, e, eu] instructions to decodetree
` [PULL 14/72] target/ppc: Move neg, darn, mod{sw, uw} "
` [PULL 15/72] target/ppc: Move multiply fixed-point insns (64-bit operands) "
` [PULL 16/72] target/ppc: Move div/mod fixed-point insns (64 bits "
` [PULL 18/72] target/ppc: Move logical fixed-point instructions "
` [PULL 19/72] target/ppc: Move VMX storage access "
` [PULL 20/72] target/ppc: Move VMX integer logical "
` [PULL 21/72] target/ppc: Move VMX integer max/min "
` [PULL 23/72] This commit continues adding support for the Branch History Rolling Buffer (BHRB) as is provided starting with the P8 processor and continuing with its successors. This commit is limited to the recording and filtering of taken branches
` [PULL 24/72] Add support for the clrbhrb and mfbhrbe instructions
` [PULL 29/72] target/ppc: improve checkstop logging
` [PULL 30/72] target/ppc: Implement attn instruction on BookS 64-bit processors
` [PULL 31/72] target/ppc: BookE DECAR SPR is 32-bit
` [PULL 32/72] target/ppc: Add PPR32 SPR
` [PULL 33/72] target/ppc: add helper to write per-LPAR SPRs
` [PULL 34/72] target/ppc: Add SMT support to simple SPRs
` [PULL 35/72] target/ppc: Add SMT support to PTCR SPR
` [PULL 36/72] target/ppc: Implement LDBAR, TTR SPRs
` [PULL 38/72] target/ppc: add SMT support to msgsnd broadcast
` [PULL 39/72] target/ppc: Remove unused struct 'mmu_ctx_hash32'
` [PULL 40/72] target/ppc: Remove unused helper
` [PULL 41/72] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PULL 44/72] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PULL 45/72] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PULL 47/72] target/ppc/mmu_common.c: Move some debug logging
` [PULL 48/72] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PULL 49/72] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PULL 50/72] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PULL 51/72] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PULL 53/72] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PULL 54/72] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PULL 55/72] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
` [PULL 56/72] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
` [PULL 57/72] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
` [PULL 58/72] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PULL 59/72] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PULL 60/72] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PULL 61/72] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PULL 62/72] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
` [PULL 63/72] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
` [PULL 64/72] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
` [PULL 65/72] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
` [PULL 66/72] target/ppc: Remove id_tlbs flag from CPU env
` [PULL 67/72] target/ppc: Split off common embedded TLB init
` [PULL 68/72] target/ppc/mmu-hash32.c: Drop a local variable
` [PULL 71/72] target/ppc: Move out BookE and related MMU functions from mmu_common.c

[PATCH 0/7] s390x/ccw: Error reporting cleanups
 2024-05-23 20:27 UTC  (2+ messages)

[RFC PATCH 0/4] migration-test: Device migration smoke tests
 2024-05-23 20:19 UTC  (5+ messages)
` [RFC PATCH 1/4] tests/qtest/libqtest: Introduce another qtest_init version with no handshake
` [RFC PATCH 2/4] tests/qtest/migration: Add a test that runs vmstate-static-checker
` [RFC PATCH 3/4] tests/qtest/migration: Add support for simple device tests
` [RFC PATCH 4/4] ci: Add the new migration "

[PATCH v3 0/4] Check clock connection between STM32L4x5 RCC and peripherals
 2024-05-23 19:41 UTC  (5+ messages)
` [PATCH v3 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
` [PATCH v3 2/4] hw/char: Use v2 VMStateDescription for STM32L4x5 USART
` [PATCH v3 3/4] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
` [PATCH v3 4/4] tests/qtest: Check STM32L4x5 clock connections

[PATCH 0/6] error: Eliminate QERR_IO_ERROR
 2024-05-23 19:43 UTC  (3+ messages)
` [PATCH 5/6] migration: Rephrase message on failure to save / load Xen device state

[PATCH v2 00/18] migration/mapped-ram: Add direct-io support
 2024-05-23 19:05 UTC  (19+ messages)
` [PATCH v2 01/18] migration: Fix file migration with fdset
` [PATCH v2 02/18] tests/qtest/migration: Fix file migration offset check
` [PATCH v2 03/18] tests/qtest/migration: Add a precopy file test with fdset
` [PATCH v2 04/18] monitor: Drop monitor_fdset_dup_fd_add()
` [PATCH v2 05/18] monitor: Introduce monitor_fdset_*free
` [PATCH v2 06/18] monitor: Stop removing non-duplicated fds
` [PATCH v2 07/18] monitor: Simplify fdset and fd removal
` [PATCH v2 08/18] monitor: Report errors from monitor_fdset_dup_fd_add
` [PATCH v2 09/18] io: Stop using qemu_open_old in channel-file
` [PATCH v2 10/18] migration: Add direct-io parameter
` [PATCH v2 11/18] migration/multifd: Add direct-io support
` [PATCH v2 12/18] tests/qtest/migration: Add tests for file migration with direct-io
` [PATCH v2 13/18] monitor: fdset: Match against O_DIRECT
` [PATCH v2 14/18] migration: Add documentation for fdset with multifd + file
` [PATCH v2 15/18] tests/qtest/migration: Add a test for mapped-ram with passing of fds
` [PATCH v2 16/18] io/channel-file: Add direct-io support
` [PATCH v2 17/18] migration: Add direct-io helpers
` [PATCH v2 18/18] migration/ram: Add direct-io support to precopy file migration

[PATCH v4 0/1] ARM Sbsa-ref: Enable CPU cluster topology
 2024-05-23 18:47 UTC  (3+ messages)
` [PATCH v4 1/1] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine

[PATCH 1/1] tests/avocado: sbsa-ref: switch from OpenBSD to FreeBSD
 2024-05-23 18:39 UTC 

[PATCH v6 0/8] xen: Support grant mappings
 2024-05-23 18:30 UTC  (5+ messages)
` [PATCH v6 7/8] xen: mapcache: Add support for "

[PATCH v8 00/14] Enabling DCD emulation support in Qemu
 2024-05-23 17:44 UTC  (15+ messages)
` [PATCH v8 01/14] hw/cxl/mailbox: change CCI cmd set structure to be a member, not a reference
` [PATCH v8 02/14] hw/cxl/mailbox: interface to add CCI commands to an existing CCI
` [PATCH v8 03/14] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
` [PATCH v8 04/14] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v8 05/14] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH v8 06/14] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH v8 07/14] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size instead of mr as argument
` [PATCH v8 08/14] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v8 09/14] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v8 10/14] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v8 11/14] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v8 12/14] hw/mem/cxl_type3: Add DPA range validation for accesses to DC regions
` [PATCH v8 13/14] hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support
` [PATCH v8 14/14] hw/mem/cxl_type3: Allow to release extent superset in QMP interface

[PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-05-23 17:39 UTC  (14+ messages)
` [PATCH v3 01/13] exec/memtxattr: add process identifier to the transaction attributes
` [PATCH v3 02/13] hw/riscv: add riscv-iommu-bits.h
` [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v3 04/13] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
` [PATCH v3 05/13] hw/riscv: add riscv-iommu-pci reference device
` [PATCH v3 06/13] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PATCH v3 07/13] test/qtest: add riscv-iommu-pci tests
` [PATCH v3 08/13] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
` [PATCH v3 09/13] hw/riscv/riscv-iommu: add s-stage and g-stage support
` [PATCH v3 10/13] hw/riscv/riscv-iommu: add ATS support
` [PATCH v3 11/13] hw/riscv/riscv-iommu: add DBG support
` [PATCH v3 12/13] hw/riscv/riscv-iommu: Add another irq for mrif notifications
` [PATCH v3 13/13] qtest/riscv-iommu-test: add init queues test

[PATCH 1/1] arm/sbsa-ref: move to Neoverse-N2 as default
 2024-05-23 16:53 UTC 

[PULL 00/10] loongarch-to-apply queue
 2024-05-23 16:44 UTC  (2+ messages)

[PULL 00/23] i386 changes for 2024-05-23
 2024-05-23 16:44 UTC  (20+ messages)
` [PULL 02/23] target/i386: clean up AAM/AAD
` [PULL 03/23] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
` [PULL 04/23] target/i386: add support for LAM in CPUID enumeration
` [PULL 07/23] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
` [PULL 08/23] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PULL 11/23] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PULL 12/23] i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology level
` [PULL 13/23] i386: Introduce module level cpu topology to CPUX86State
` [PULL 14/23] i386: Support modules_per_die in X86CPUTopoInfo
` [PULL 15/23] i386: Expose module level in CPUID[0x1F]
` [PULL 16/23] i386: Support module_id in X86CPUTopoIDs
` [PULL 17/23] i386/cpu: Introduce module-id to X86CPU
` [PULL 18/23] tests: Add test case of APIC ID for module level parsing
` [PULL 19/23] hw/i386/pc: Support smp.modules for x86 PC machine
` [PULL 20/23] i386: Add cache topology info in CPUCacheInfo
` [PULL 21/23] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PULL 22/23] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]
` [PULL 23/23] target-i386: hyper-v: Correct kvm_hv_handle_exit return value

[PULL 00/37] target-arm queue
 2024-05-23 16:29 UTC  (39+ messages)
` [PULL 01/37] xlnx_dpdma: fix descriptor endianness bug
` [PULL 02/37] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
` [PULL 03/37] hw/arm/npcm7xx: remove setting of mp-affinity
` [PULL 04/37] hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 size
` [PULL 05/37] hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>
` [PULL 06/37] hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()
` [PULL 07/37] hw: arm: Remove use of tabs in some source files
` [PULL 08/37] docs/system: Remove ADC from raspi documentation
` [PULL 09/37] target/arm: Split out gengvec.c
` [PULL 10/37] target/arm: Split out gengvec64.c
` [PULL 11/37] target/arm: Convert Cryptographic AES to decodetree
` [PULL 12/37] target/arm: Convert Cryptographic 3-register SHA "
` [PULL 13/37] target/arm: Convert Cryptographic 2-register "
` [PULL 14/37] target/arm: Convert Cryptographic 3-register SHA512 "
` [PULL 15/37] target/arm: Convert Cryptographic 2-register "
` [PULL 16/37] target/arm: Convert Cryptographic 4-register "
` [PULL 17/37] target/arm: Convert Cryptographic 3-register, imm2 "
` [PULL 18/37] target/arm: Convert XAR "
` [PULL 19/37] target/arm: Convert Advanced SIMD copy "
` [PULL 20/37] target/arm: Convert FMULX "
` [PULL 21/37] target/arm: Convert FADD, FSUB, FDIV, FMUL "
` [PULL 22/37] target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM "
` [PULL 23/37] target/arm: Expand vfp neg and abs inline
` [PULL 24/37] target/arm: Convert FNMUL to decodetree
` [PULL 25/37] target/arm: Convert FMLA, FMLS "
` [PULL 26/37] target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT "
` [PULL 27/37] target/arm: Convert FABD "
` [PULL 28/37] target/arm: Convert FRECPS, FRSQRTS "
` [PULL 29/37] target/arm: Convert FADDP "
` [PULL 30/37] target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP "
` [PULL 31/37] target/arm: Use gvec for neon faddp, fmaxp, fminp
` [PULL 32/37] target/arm: Convert ADDP to decodetree
` [PULL 33/37] target/arm: Use gvec for neon padd
` [PULL 34/37] target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
` [PULL 35/37] target/arm: Use gvec for neon pmax, pmin
` [PULL 36/37] target/arm: Convert FMLAL, FMLSL to decodetree
` [PULL 37/37] target/arm: Convert disas_simd_3same_logic "

[PATCH 00/57] target/arm: Convert a64 advsimd to decodetree (part 1)
 2024-05-23 16:29 UTC  (3+ messages)
` [PATCH 15/57] target/arm: Expand vfp neg and abs inline

[PULL 0/5] tcg patch queue
 2024-05-23 16:15 UTC  (6+ messages)
` [PULL 1/5] tcg: Introduce TCG_TARGET_HAS_tst_vec
` [PULL 2/5] tcg: Expand TCG_COND_TST* if not TCG_TARGET_HAS_tst_vec
` [PULL 3/5] tcg/aarch64: Support TCG_TARGET_HAS_tst_vec
` [PULL 4/5] tcg/arm: "
` [PULL 5/5] accel/tcg: Init tb size and icount before plugin_gen_tb_end

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-05-23 15:32 UTC  (11+ messages)
` [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[PATCH v5 00/13] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-05-23 15:26 UTC  (18+ messages)
` [PATCH v5 04/13] vhost-user-server: do not set memory fd non-blocking
` [PATCH v5 05/13] contrib/vhost-user-blk: fix bind() using the right size of the address
` [PATCH v5 06/13] contrib/vhost-user-*: use QEMU bswap helper functions
` [PATCH v5 07/13] vhost-user: enable frontends on any POSIX system
` [PATCH v5 09/13] osdep: move O_DSYNC and O_DIRECT defines from file-posix
` [PATCH v5 12/13] tests/qtest/vhost-user-blk-test: use memory-backend-shm
` [PATCH v5 13/13] tests/qtest/vhost-user-test: add a test case for memory-backend-shm

[PATCH 0/3] target/ppc: Moving VSX insns to decodetree
 2024-05-23 15:10 UTC  (5+ messages)
` [PATCH 2/3] target/ppc: Move VSX arithmetic and max/min "
` [PATCH 3/3] target/ppc: Move VSX logical instructions "


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