qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-20 15:38:44 to 2023-10-21 05:42:10 UTC [more...]

[PATCH v3 00/90] target/sparc: Convert to decodetree
 2023-10-21  5:31 UTC  (45+ 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 11/90] target/sparc: Move CALL to decodetree
` [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 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 31/90] target/sparc: Move MULX "
` [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 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 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 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 68/90] target/sparc: Move PDIST "
` [PATCH v3 71/90] target/sparc: Move gen_fop_DD insns "
` [PATCH v3 72/90] target/sparc: Move FSQRTq "

[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  (8+ messages)
` [PATCH 1/2] misc/pca9552: Fix inverted input status
` [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  (24+ messages)
` [RFC PATCH 01/19] cpus: Add argument to qemu_get_cpu() to filter CPUs by QOM type
` [PATCH 02/19] cpus: Filter for target specific CPU (generic)
` [PATCH 03/19] cpus: Filter for target specific CPU (arm)
` [PATCH 04/19] cpus: Filter for target specific CPU (loongarch)
` [PATCH 05/19] cpus: Filter for target specific CPU (mips)
` [PATCH 06/19] cpus: Filter for target specific CPU (s390x)
` [PATCH 07/19] cpus: Filter for target specific CPU (riscv)
` [PATCH 08/19] cpus: Filter for target specific CPU (ppc)
` [PATCH 09/19] cpus: Filter for target specific CPU (x86)
` [PATCH 10/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_ARM_CPU)
` [PATCH 11/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_POWERPC_CPU)
` [PATCH 12/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_MIPS_CPU)
` [PATCH 13/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_M68K_CPU)
` [PATCH 14/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_S390X_CPU)
` [PATCH 15/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_RISCV_CPU)
` [PATCH 16/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_TRICORE_CPU)
` [PATCH 17/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_SUPERH_CPU)
` [PATCH 18/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_RX_CPU)
` [PATCH 19/19] cpus: Replace first_cpu by qemu_get_cpu(0, TYPE_X86_CPU)

[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  (5+ messages)
` [PATCH v4 1/4] hw/i386/pc: Pass Error** argument to pc_basic_device_init()
` [PATCH v4 2/4] hw/i386/pc: Propagate error if HPET device creation failed
` [PATCH v4 3/4] hw/i386/pc: Propagate error if PC_SPEAKER "
` [PATCH v4 4/4] hw/isa/i82378: "

[PATCH v2 0/4] stm32f2xx_usart: implement TX interrupts
 2023-10-20 17:00 UTC  (5+ messages)
` [PATCH v2 1/4] hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq()
` [PATCH v2 2/4] hw/char/stm32f2xx_usart: Update IRQ when SR is read
` [PATCH v2 3/4] hw/char/stm32f2xx_usart: Update IRQ when DR is written
` [PATCH v2 4/4] hw/char/stm32f2xx_usart: Add more definitions for CR1 register

[PATCH] cpu/cpuid: check CPUID_PAE to determine 36 bit processor address space
 2023-10-20 16:52 UTC  (6+ messages)

alpha toolchain broken for static builds in bookworm?
 2023-10-20 16:26 UTC  (2+ messages)

[PULL 0/3] QAPI patches patches for 2023-10-19
 2023-10-20 16:06 UTC  (2+ messages)

[PULL 00/11] C3700 patches
 2023-10-20 16:07 UTC  (2+ messages)

[PULL 00/17] Migration 20231020 patches
 2023-10-20 16:07 UTC  (2+ messages)

[PULL v2 00/24] s390x patches
 2023-10-20 16:07 UTC  (2+ messages)

[PULL 00/46] Misc HW/UI patches for 2023-10-19
 2023-10-20 16:06 UTC  (2+ messages)

[PULL 00/11] Migration 20231018 patches
 2023-10-19 18:51 UTC  (2+ messages)

[PULL 00/14] linux-user patch queue
 2023-10-19 18:51 UTC  (2+ messages)

[PULL 00/24] target-arm queue
 2023-10-20 16:06 UTC  (2+ messages)

[PULL v2 00/78] virtio,pc,pci: features, cleanups
 2023-10-20 16:00 UTC  (2+ messages)

[PATCH 1/1] stm32f2xx_usart: implement TX interrupts
 2023-10-20 15:59 UTC  (4+ messages)

[PATCH v2 00/16] target: Make 'cpu-qom.h' really target agnostic
 2023-10-20 16:08 UTC  (4+ messages)

[PATCH] tests/tcg: fix out-of-bounds access in test-avx
 2023-10-20 15:37 UTC  (2+ messages)


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