qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-20 17:16:39 to 2023-10-21 05:53:19 UTC [more...]

[PATCH v3 00/90] target/sparc: Convert to decodetree
 2023-10-21  5:31 UTC  (91+ 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

[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  (10+ messages)
` [PATCH V1 1/4] migration: mode parameter
` [PATCH V1 4/4] cpr: reboot mode

[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  (73+ messages)
` [PATCH v2 01/65] tcg: Improve expansion of deposit of constant
` [PATCH v2 02/65] tcg: Improve expansion of deposit into a constant
` [PATCH v2 03/65] target/hppa: Remove get_temp
` [PATCH v2 04/65] target/hppa: Remove get_temp_tl
` [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 08/65] target/hppa: Truncate rotate count in trans_shrpw_sar
` [PATCH v2 09/65] target/hppa: Fix trans_ds for hppa64
` [PATCH v2 10/65] target/hppa: Fix do_add, do_sub "
` [PATCH v2 11/65] target/hppa: Fix bb_sar "
` [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 16/65] target/hppa: Implement hppa_cpu_class_by_name
` [PATCH v2 17/65] target/hppa: Update cpu_hppa_get/put_psw for hppa64
` [PATCH v2 18/65] target/hppa: Handle absolute addresses for pa2.0
` [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 22/65] target/hppa: Pass d to do_cond
` [PATCH v2 23/65] target/hppa: Pass d to do_sub_cond
` [PATCH v2 24/65] target/hppa: Pass d to do_log_cond
` [PATCH v2 25/65] target/hppa: Pass d to do_sed_cond
` [PATCH v2 26/65] target/hppa: Pass d to do_unit_cond
` [PATCH v2 27/65] linux-user/hppa: Fixes for TARGET_ABI32
` [PATCH v2 28/65] target/hppa: Drop attempted gdbstub support for hppa64
` [PATCH v2 29/65] target/hppa: Remove TARGET_HPPA64
` [PATCH v2 30/65] target/hppa: Decode d for logical instructions
` [PATCH v2 31/65] target/hppa: Decode d for unit instructions
` [PATCH v2 32/65] target/hppa: Decode d for cmpclr instructions
` [PATCH v2 33/65] target/hppa: Decode d for add instructions
` [PATCH v2 34/65] target/hppa: Decode d for sub instructions
` [PATCH v2 35/65] target/hppa: Decode d for bb instructions
` [PATCH v2 36/65] target/hppa: Decode d for cmpb instructions
` [PATCH v2 37/65] target/hppa: Decode CMPIB double-word
` [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 50/65] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
` [PATCH v2 51/65] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH v2 52/65] target/hppa: Implement HADD
` [PATCH v2 53/65] target/hppa: Implement HSUB
` [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 57/65] target/hppa: Implement MIXH, MIXW
` [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

[PATCH] docs/system/riscv: remove core limit from virt machine
 2023-10-20 20:04 UTC  (2+ messages)

[PATCH v2 0/1] docs/system/riscv: update 'virt' machine core limit
 2023-10-20 20:02 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v2 00/13] migration: Check for duplicates on vmstate_register()
 2023-10-20 19:42 UTC  (4+ messages)
` [PATCH v2 03/13] migration: Use vmstate_register_any() for isa-ide

[PATCH v2 0/3] misc/pca9552: Changes to support powernv10
 2023-10-20 18:23 UTC  (4+ messages)
` [PATCH v2 1/3] misc/pca9552: Fix inverted input status
` [PATCH v2 2/3] misc/pca9552: Let external devices set pca9552 inputs
` [PATCH v2 3/3] misc/pca9552: Only update output GPIOs if state changed

QEMU features useful for Xen development?
 2023-10-20 18:15 UTC  (8+ messages)

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-10-20 17:47 UTC  (5+ messages)
` [PATCH 11/12] hw/xen: automatically assign device index to block devices

[PATCH 0/2] misc/pca9552: Changes to support powernv10
 2023-10-20 17:46 UTC  (4+ messages)
` [PATCH 2/2] misc/pca9552: Let external devices set pca9552 inputs

[PATCH 00/19] cpus: Step toward removing global 'first_cpu'
 2023-10-20 17:40 UTC  (5+ messages)
` [RFC PATCH 01/19] cpus: Add argument to qemu_get_cpu() to filter CPUs by QOM type

[PULL 0/3] VFIO updates 2023-05-09
 2023-10-20 17:19 UTC  (4+ messages)
` [PULL 1/3] vfio/pci: add support for VF token

[v2 0/6] dirtylimit: miscellaneous patches
 2023-10-20 17:15 UTC  (3+ messages)
` [v2 6/6] docs/migration: Add the dirty limit section

[PATCH v4 0/4] hw/audio/pcspk: Inline pcspk_init()
 2023-10-20 17:15 UTC  (2+ messages)
` [PATCH v4 3/4] hw/i386/pc: Propagate error if PC_SPEAKER device creation failed


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