qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-20 20:50:16 to 2023-10-21 20:36:10 UTC [more...]

[PATCH v5 00/10] Introduce model for IBM's FSI
 2023-10-21 20:35 UTC  (20+ messages)
` [PATCH v5 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v5 02/10] hw/fsi: Introduce IBM's scratchpad
` [PATCH v5 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave

[PATCH v2 0/4] hvf x86 correctness and efficiency improvements part 1
 2023-10-21 20:05 UTC  (5+ messages)
` [PATCH v2 1/4] i386: hvf: Adds support for INVTSC cpuid bit
` [PATCH v2 2/4] hvf: Fixes some compilation warnings
` [PATCH v2 3/4] hvf: Consistent types for vCPU handles
` [PATCH v2 4/4] i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX change

[PATCH v2 00/13] migration: Check for duplicates on vmstate_register()
 2023-10-21 14:55 UTC  (3+ messages)
` [PATCH v2 11/13] migration: Use vmstate_register_any() for audio

[RFC PATCH] hmp: implement hmp_ram_memory_dump
 2023-10-21 14:30 UTC  (2+ messages)

[PATCH v3 00/90] target/sparc: Convert to decodetree
 2023-10-21 14:07 UTC  (92+ messages)
` [PATCH v3 01/90] target/sparc: Clear may_lookup for npc == DYNAMIC_PC
` [PATCH v3 02/90] target/sparc: Implement check_align inline
` [PATCH v3 03/90] target/sparc: Avoid helper_raise_exception in helper_st_asi
` [PATCH v3 04/90] target/sparc: Set TCG_GUEST_DEFAULT_MO
` [PATCH v3 05/90] configs: Enable MTTCG for sparc, sparc64
` [PATCH v3 06/90] target/sparc: Define features via cpu-feature.h.inc
` [PATCH v3 07/90] target/sparc: Use CPU_FEATURE_BIT_* for cpu properties
` [PATCH v3 08/90] target/sparc: Remove sparcv7 cpu features
` [PATCH v3 09/90] target/sparc: Add decodetree infrastructure
` [PATCH v3 10/90] target/sparc: Define AM_CHECK for sparc32
` [PATCH v3 11/90] target/sparc: Move CALL to decodetree
` [PATCH v3 12/90] target/sparc: Move BPcc and Bicc "
` [PATCH v3 13/90] target/sparc: Move BPr "
` [PATCH v3 14/90] target/sparc: Move FBPfcc and FBfcc "
` [PATCH v3 15/90] target/sparc: Merge gen_cond with only caller
` [PATCH v3 16/90] target/sparc: Merge gen_fcond "
` [PATCH v3 17/90] target/sparc: Merge gen_branch_[an] "
` [PATCH v3 18/90] target/sparc: Pass DisasCompare to advance_jump_cond
` [PATCH v3 19/90] target/sparc: Move SETHI to decodetree
` [PATCH v3 20/90] target/sparc: Move Tcc "
` [PATCH v3 21/90] target/sparc: Move RDASR, STBAR, MEMBAR "
` [PATCH v3 22/90] target/sparc: Move RDPSR, RDHPR "
` [PATCH v3 23/90] target/sparc: Move RDWIM, RDPR "
` [PATCH v3 24/90] target/sparc: Move RDTBR, FLUSHW "
` [PATCH v3 25/90] target/sparc: Move WRASR "
` [PATCH v3 26/90] target/sparc: Move WRPSR, SAVED, RESTORED "
` [PATCH v3 27/90] target/sparc: Move WRWIM, WRPR "
` [PATCH v3 28/90] target/sparc: Move WRTBR, WRHPR "
` [PATCH v3 29/90] target/sparc: Move basic arithmetic "
` [PATCH v3 30/90] target/sparc: Move ADDC "
` [PATCH v3 31/90] target/sparc: Move MULX "
` [PATCH v3 32/90] target/sparc: Move UMUL, SMUL "
` [PATCH v3 33/90] target/sparc: Move SUBC "
` [PATCH v3 34/90] target/sparc: Move UDIVX, SDIVX "
` [PATCH v3 35/90] target/sparc: Move UDIV, SDIV "
` [PATCH v3 36/90] target/sparc: Move TADD, TSUB, MULS "
` [PATCH v3 37/90] target/sparc: Move SLL, SRL, SRA "
` [PATCH v3 38/90] target/sparc: Move MOVcc, MOVR "
` [PATCH v3 39/90] target/sparc: Move POPC "
` [PATCH v3 40/90] target/sparc: Convert remaining v8 coproc insns "
` [PATCH v3 41/90] target/sparc: Move JMPL, RETT, RETURN "
` [PATCH v3 42/90] target/sparc: Move FLUSH, SAVE, RESTORE "
` [PATCH v3 43/90] target/sparc: Move DONE, RETRY "
` [PATCH v3 44/90] target/sparc: Split out resolve_asi
` [PATCH v3 45/90] target/sparc: Drop ifdef around get_asi and friends
` [PATCH v3 46/90] target/sparc: Split out ldst functions with asi pre-computed
` [PATCH v3 47/90] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for GET_ASI_DTWINX
` [PATCH v3 48/90] target/sparc: Move simple integer load/store to decodetree
` [PATCH v3 49/90] target/sparc: Move asi "
` [PATCH v3 50/90] target/sparc: Move LDSTUB, LDSTUBA "
` [PATCH v3 51/90] target/sparc: Move SWAP, SWAPA "
` [PATCH v3 52/90] target/sparc: Move CASA, CASXA "
` [PATCH v3 53/90] target/sparc: Move PREFETCH, PREFETCHA "
` [PATCH v3 54/90] target/sparc: Split out fp ldst functions with asi precomputed
` [PATCH v3 55/90] target/sparc: Move simple fp load/store to decodetree
` [PATCH v3 56/90] target/sparc: Move asi "
` [PATCH v3 57/90] target/sparc: Move LDFSR, STFSR "
` [PATCH v3 58/90] target/sparc: Merge LDFSR, LDXFSR implementations
` [PATCH v3 59/90] target/sparc: Move EDGE* to decodetree
` [PATCH v3 60/90] target/sparc: Move ARRAY* "
` [PATCH v3 61/90] target/sparc: Move ADDRALIGN* "
` [PATCH v3 62/90] target/sparc: Move BMASK "
` [PATCH v3 63/90] target/sparc: Move FMOVS, FNEGS, FABSS, FSRC*S, FNOT*S "
` [PATCH v3 64/90] target/sparc: Move FMOVD, FNEGD, FABSD, FSRC*D, FNOT*D "
` [PATCH v3 65/90] target/sparc: Use tcg_gen_vec_{add,sub}*
` [PATCH v3 66/90] target/sparc: Move gen_ne_fop_FFF insns to decodetree
` [PATCH v3 67/90] target/sparc: Move gen_ne_fop_DDD "
` [PATCH v3 68/90] target/sparc: Move PDIST "
` [PATCH v3 69/90] target/sparc: Move gen_gsr_fop_DDD insns "
` [PATCH v3 70/90] target/sparc: Move gen_fop_FF "
` [PATCH v3 71/90] target/sparc: Move gen_fop_DD "
` [PATCH v3 72/90] target/sparc: Move FSQRTq "
` [PATCH v3 73/90] target/sparc: Move gen_fop_FFF insns "
` [PATCH v3 74/90] target/sparc: Move gen_fop_DDD "
` [PATCH v3 75/90] target/sparc: Move gen_fop_QQQ "
` [PATCH v3 76/90] target/sparc: Move FSMULD "
` [PATCH v3 77/90] target/sparc: Move FDMULQ "
` [PATCH v3 78/90] target/sparc: Move gen_fop_FD insns "
` [PATCH v3 79/90] target/sparc: Move FiTOd, FsTOd, FsTOx "
` [PATCH v3 80/90] target/sparc: Move FqTOs, FqTOi "
` [PATCH v3 81/90] target/sparc: Move FqTOd, FqTOx "
` [PATCH v3 82/90] target/sparc: Move FiTOq, FsTOq "
` [PATCH v3 83/90] target/sparc: Move FdTOq, FxTOq "
` [PATCH v3 84/90] target/sparc: Move FMOVq, FNEGq, FABSq "
` [PATCH v3 85/90] target/sparc: Move FMOVR, FMOVcc, FMOVfcc "
` [PATCH v3 86/90] target/sparc: Convert FCMP, FCMPE "
` [PATCH v3 87/90] target/sparc: Move FPCMP* "
` [PATCH v3 88/90] target/sparc: Move FPACK16, FPACKFIX "
` [PATCH v3 89/90] target/sparc: Convert FZERO, FONE "
` [PATCH v3 90/90] target/sparc: Remove disas_sparc_legacy

[PATCH 0/7] tcg: Expose tcg_gen_ext_{i32,i64,tl}
 2023-10-21 13:45 UTC  (6+ messages)
` [PATCH 3/7] target/i386: Use tcg_gen_ext_tl
` [PATCH 5/7] target/rx: Use tcg_gen_ext_i32

[PATCH] tcg-plugins: add a hook for interrupts, exceptions and traps
 2023-10-21 12:24 UTC 

PATCH: #1938: [ARM/PL011] Wrong UART register spacing reported in DBG2/SPCR
 2023-10-21 12:33 UTC 

[PATCH] Add class property to configure KVM device node to use
 2023-10-21 13:40 UTC 

[PATCH v2 00/20] parallels: Add full dirty bitmap support
 2023-10-21 13:29 UTC  (7+ messages)
` [PATCH v2 01/20] parallels: Set s->used_bmap to NULL in parallels_free_used_bitmap()
` [PATCH v2 09/20] parallels: Make mark_used() and mark_unused() global functions
` [PATCH v2 10/20] parallels: Add dirty bitmaps saving

[PATCH] hw/arm/boot: Set SCR_EL3.FGTEn when booting kernel
 2023-10-21 12:30 UTC  (2+ messages)

[PULL 00/17] Trivial patches for 2023-10-21
 2023-10-21 12:05 UTC  (18+ messages)
` [PULL 01/17] hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port()
` [PULL 02/17] hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings()
` [PULL 03/17] MAINTAINERS: Cover hw/ppc/ppc440_uc.c with Sam460ex board
` [PULL 04/17] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section
` [PULL 05/17] MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip section
` [PULL 06/17] MAINTAINERS: Add docs/devel/ebpf_rss.rst to the EBPF section
` [PULL 07/17] MAINTAINERS: Fix a couple s390 paths
` [PULL 08/17] ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h header
` [PULL 09/17] MAINTAINERS: Adjust file list for PPC ref405ep machine
` [PULL 10/17] MAINTAINERS: Adjust file list for PPC 4xx CPUs
` [PULL 11/17] MAINTAINERS: Adjust file list for PPC e500 machines
` [PULL 12/17] MAINTAINERS: Adjust file list for PPC pseries machine
` [PULL 13/17] MAINTAINERS: Add fw_cfg.c to PPC mac99 machine
` [PULL 14/17] MAINTAINERS: Add PPC common files to PowerPC TCG CPUs
` [PULL 15/17] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections
` [PULL 16/17] MAINTAINERS: Fix typo in openpic_kvm.c entry
` [PULL 17/17] MAINTAINERS: Add the ompic.c file to the or1k-sim section

[PATCH 0/8] MAINTAINERS: Collect unmaintained files under PPC entries
 2023-10-21 11:44 UTC  (3+ messages)

[PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry
 2023-10-21 11:36 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections
 2023-10-21 11:31 UTC  (2+ messages)

[PATCH v12 00/11] Add VIRTIO sound card
 2023-10-21  9:07 UTC  (3+ messages)
` [PATCH v12 02/11] Add virtio-sound-pci device

[PATCH] cpu/cpuid: check CPUID_PAE to determine 36 bit processor address space
 2023-10-21  8:04 UTC  (2+ messages)

[PATCH v2] hw/sd/sdhci: Block Size Register bits [14:12] is lost
 2023-10-21  7:36 UTC  (2+ messages)

[PULL v2 00/53] virtio,pci: features, cleanups
 2023-10-20 23:54 UTC  (5+ messages)
` [PULL v2 29/53] hw/i386: Remove now redundant TYPE_ACPI_GED_X86

[PATCH v3 0/6] riscv: RVA22U64 profile support
 2023-10-20 22:39 UTC  (7+ messages)
` [PATCH v3 1/6] target/riscv: add rva22u64 profile definition
` [PATCH v3 2/6] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PATCH v3 3/6] target/riscv/tcg: add user flag for profile support
` [PATCH v3 4/6] target/riscv/tcg: add MISA user options hash
` [PATCH v3 5/6] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PATCH v3 6/6] target/riscv/tcg: handle profile MISA bits

[PATCH V1 0/4] Live Update reboot mode
 2023-10-20 22:14 UTC  (3+ messages)
` [PATCH V1 1/4] migration: mode parameter

[PATCH 0/7] qcow2: make subclusters discardable
 2023-10-20 21:56 UTC  (8+ messages)
` [PATCH 1/7] qcow2: make function update_refcount_discard() global
` [PATCH 2/7] qcow2: add get_sc_range_info() helper for working with subcluster ranges
` [PATCH 3/7] qcow2: zeroize the entire cluster when there're no non-zero subclusters
` [PATCH 4/7] qcow2: make subclusters discardable
` [PATCH 5/7] qcow2: zero_l2_subclusters: fall through to discard operation when requested
` [PATCH 6/7] iotests/common.rc: add disk_usage function
` [PATCH 7/7] iotests/271: check disk usage on subcluster-based discard/unmap

[PATCH v2 00/65] target/hppa: Implement hppa64-cpu
 2023-10-20 21:35 UTC  (47+ messages)
` [PATCH v2 03/65] target/hppa: Remove get_temp
` [PATCH v2 05/65] target/hppa: Remove load_const
` [PATCH v2 06/65] target/hppa: Fix hppa64 case in machine.c
` [PATCH v2 07/65] target/hppa: Fix load in do_load_32
` [PATCH v2 11/65] target/hppa: Fix bb_sar for hppa64
` [PATCH v2 12/65] target/hppa: Fix extrw and depw with sar "
` [PATCH v2 13/65] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH v2 14/65] target/hppa: Make HPPA_BTLB_ENTRIES variable
` [PATCH v2 15/65] target/hppa: Implement cpu_list
` [PATCH v2 19/65] target/hppa: Adjust hppa_cpu_dump_state for hppa64
` [PATCH v2 20/65] target/hppa: Fix hppa64 addressing
` [PATCH v2 21/65] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PATCH v2 25/65] target/hppa: Pass d to do_sed_cond
` [PATCH v2 29/65] target/hppa: Remove TARGET_HPPA64
` [PATCH v2 30/65] target/hppa: Decode d for logical instructions
` [PATCH v2 38/65] target/hppa: Decode ADDB double-word
` [PATCH v2 39/65] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
` [PATCH v2 40/65] target/hppa: Implement DEPD, DEPDI
` [PATCH v2 41/65] target/hppa: Implement EXTRD
` [PATCH v2 42/65] target/hppa: Implement SHRPD
` [PATCH v2 43/65] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
` [PATCH v2 44/65] target/hppa: Implement STDBY
` [PATCH v2 45/65] target/hppa: Implement IDTLBT, IITLBT
` [PATCH v2 46/65] hw/hppa: Use uint32_t instead of target_ureg
` [PATCH v2 47/65] target/hppa: Remove TARGET_REGISTER_BITS
` [PATCH v2 48/65] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PATCH v2 49/65] target/hppa: Remove remaining "
` [PATCH v2 51/65] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH v2 54/65] target/hppa: Implement HAVG
` [PATCH v2 55/65] target/hppa: Implement HSHL, HSHR
` [PATCH v2 56/65] target/hppa: Implement HSHLADD, HSHRADD
` [PATCH v2 58/65] target/hppa: Implement PERMH
` [PATCH v2 59/65] target/hppa: Fix interruption based on default PSW
` [PATCH v2 60/65] target/hppa: Precompute zero into DisasContext
` [PATCH v2 61/65] target/hppa: Return zero for r0 from load_gpr
` [PATCH v2 62/65] target/hppa: Simplify trans_dep*_imm
` [PATCH v2 63/65] include/hw/elf: Remove truncating signed casts
` [PATCH v2 64/65] hw/hppa: Translate phys addresses for the cpu
` [PATCH v2 65/65] linux-user/hppa: Drop EXCP_DUMP from handled exceptions


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