qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-23 10:18:21 to 2022-12-25 00:16:11 UTC [more...]

[PATCH v5 00/43] tcg misc patches
 2022-12-24 23:57 UTC  (44+ messages)
` [PATCH v5 01/43] tcg: convert tcg/README to rst
` [PATCH v5 02/43] meson: Move CONFIG_TCG_INTERPRETER to config_host
` [PATCH v5 03/43] tcg/s390x: Fix coding style
` [PATCH v5 04/43] tcg: Cleanup trailing whitespace
` [PATCH v5 05/43] qemu/main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARD
` [PATCH v5 06/43] hw/mips: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_mips_irq_request
` [PATCH v5 07/43] target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt
` [PATCH v5 08/43] target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittb
` [PATCH v5 09/43] target/riscv: Use QEMU_IOTHREAD_LOCK_GUARD in riscv_cpu_update_mip
` [PATCH v5 10/43] hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irq
` [PATCH v5 11/43] accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writex
` [PATCH v5 12/43] tcg: Tidy tcg_reg_alloc_op
` [PATCH v5 13/43] tcg: Remove TCG_TARGET_STACK_GROWSUP
` [PATCH v5 14/43] tci: MAX_OPC_PARAM_IARGS is no longer used
` [PATCH v5 15/43] tcg: Fix tcg_reg_alloc_dup*
` [PATCH v5 16/43] tcg: Centralize updates to reg_to_temp
` [PATCH v5 17/43] tcg: Remove check_regs
` [PATCH v5 18/43] tcg: Massage process_op_defs()
` [PATCH v5 19/43] tcg: Introduce paired register allocation
` [PATCH v5 20/43] accel/tcg: Set cflags_next_tb in cpu_common_initfn
` [PATCH v5 21/43] target/sparc: Avoid TCGV_{LOW,HIGH}
` [PATCH v5 22/43] tcg: Move TCG_{LOW,HIGH} to tcg-internal.h
` [PATCH v5 23/43] tcg: Add temp_subindex to TCGTemp
` [PATCH v5 24/43] tcg: Simplify calls to temp_sync vs mem_coherent
` [PATCH v5 25/43] tcg: Allocate TCGTemp pairs in host memory order
` [PATCH v5 26/43] tcg: Move TCG_TYPE_COUNT outside enum
` [PATCH v5 27/43] tcg: Introduce tcg_type_size
` [PATCH v5 28/43] tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
` [PATCH v5 29/43] tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
` [PATCH v5 30/43] tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
` [PATCH v5 31/43] tcg: Use TCG_CALL_ARG_EVEN for TCI special case
` [PATCH v5 32/43] accel/tcg/plugin: Don't search for the function pointer index
` [PATCH v5 33/43] accel/tcg/plugin: Avoid duplicate copy in copy_call
` [PATCH v5 34/43] accel/tcg/plugin: Use copy_op in append_{udata, mem}_cb
` [PATCH v5 35/43] tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()
` [PATCH v5 36/43] tcg: Vary the allocation size for TCGOp
` [PATCH v5 37/43] tcg: Use output_pref wrapper function
` [PATCH v5 38/43] tcg: Reorg function calls
` [PATCH v5 39/43] tcg: Convert typecode_to_ffi from array to function
` [PATCH v5 40/43] tcg: Factor init_ffi_layouts() out of tcg_context_init()
` [PATCH v5 41/43] tcg: Move ffi_cif pointer into TCGHelperInfo
` [PATCH v5 42/43] tcg/aarch64: Merge tcg_out_callr into tcg_out_call
` [PATCH v5 43/43] tcg: Add TCGHelperInfo argument to tcg_out_call

[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
 2022-12-24 23:38 UTC  (5+ messages)
` [PATCH v3 1/2] hw/arm/virt: Consolidate GIC finalize logic

[PATCH 0/6] hw/arm: Fix smpboot[] on big-endian hosts and remove tswap32()
 2022-12-24 23:32 UTC  (2+ messages)

[RFC PATCH 00/43] Add LoongArch LSX instructions
 2022-12-24 21:18 UTC  (71+ messages)
` [RFC PATCH 01/43] target/loongarch: Add vector data type vec_t
` [RFC PATCH 02/43] target/loongarch: CPUCFG support LSX
` [RFC PATCH 03/43] target/loongarch: meson.build support build LSX
` [RFC PATCH 04/43] target/loongarch: Add CHECK_SXE maccro for check LSX enable
` [RFC PATCH 05/43] target/loongarch: Implement vadd/vsub
` [RFC PATCH 06/43] target/loongarch: Implement vaddi/vsubi
` [RFC PATCH 07/43] target/loongarch: Implement vneg
` [RFC PATCH 08/43] target/loongarch: Implement vsadd/vssub
` [RFC PATCH 09/43] target/loongarch: Implement vhaddw/vhsubw
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw
` [RFC PATCH 11/43] target/loongarch: Implement vavg/vavgr
` [RFC PATCH 12/43] target/loongarch: Implement vabsd
` [RFC PATCH 13/43] target/loongarch: Implement vadda
` [RFC PATCH 14/43] target/loongarch: Implement vmax/vmin
` [RFC PATCH 15/43] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
` [RFC PATCH 16/43] target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}
` [RFC PATCH 17/43] target/loongarch: Implement vdiv/vmod
` [RFC PATCH 18/43] target/loongarch: Implement vsat
` [RFC PATCH 19/43] target/loongarch: Implement vexth
` [RFC PATCH 20/43] target/loongarch: Implement vsigncov
` [RFC PATCH 21/43] target/loongarch: Implement vmskltz/vmskgez/vmsknz
` [RFC PATCH 22/43] target/loongarch: Implement LSX logic instructions
` [RFC PATCH 23/43] target/loongarch: Implement vsll vsrl vsra vrotr
` [RFC PATCH 24/43] target/loongarch: Implement vsllwil vextl
` [RFC PATCH 25/43] target/loongarch: Implement vsrlr vsrar
` [RFC PATCH 26/43] target/loongarch: Implement vsrln vsran
` [RFC PATCH 27/43] target/loongarch: Implement vsrlrn vsrarn
` [RFC PATCH 28/43] target/loongarch: Implement vssrln vssran
` [RFC PATCH 29/43] target/loongarch: Implement vssrlrn vssrarn
` [RFC PATCH 30/43] target/loongarch: Implement vclo vclz
` [RFC PATCH 31/43] target/loongarch: Implement vpcnt
` [RFC PATCH 32/43] target/loongarch: Implement vbitclr vbitset vbitrev
` [RFC PATCH 33/43] target/loongarch: Implement vfrstp
` [RFC PATCH 34/43] target/loongarch: Implement LSX fpu arith instructions
` [RFC PATCH 35/43] target/loongarch: Implement LSX fpu fcvt instructions
` [RFC PATCH 36/43] target/loongarch: Implement vseq vsle vslt
` [RFC PATCH 37/43] target/loongarch: Implement vfcmp
` [RFC PATCH 38/43] target/loongarch: Implement vbitsel vset
` [RFC PATCH 39/43] target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr
` [RFC PATCH 40/43] target/loongarch: Implement vreplve vpack vpick
` [RFC PATCH 41/43] target/loongarch: Implement vilvl vilvh vextrins vshuf
` [RFC PATCH 42/43] target/loongarch: Implement vld vst
` [RFC PATCH 43/43] target/loongarch: Implement vldi

[PATCH 0/4] accel/tcg: Fixes for user-only page tracking
 2022-12-24 15:18 UTC  (5+ messages)
` [PATCH 1/4] accel/tcg: Fix tb_invalidate_phys_page_unwind
` [PATCH 2/4] accel/tcg: Use g_free_rcu for user-exec interval trees
` [PATCH 3/4] accel/tcg: Handle false negative lookup in page_check_range
` [PATCH 4/4] tests/tcg/multiarch: add vma-pthread.c

[PATCH] tests/tcg/multiarch: add vma-pthread.c
 2022-12-24 15:01 UTC  (3+ messages)

[PULL v2 00/14] accel/tcg: Rewrite user-only vma tracking
 2022-12-24 14:45 UTC  (4+ messages)
` [PULL v2 07/14] accel/tcg: Use interval tree for user-only page tracking

[PATCH 0/2] Fix the init path of generic vhost-vdpa device
 2022-12-24 11:48 UTC  (3+ messages)
` [PATCH 1/2] vdpa-dev: get iova range explicitly
` [PATCH 2/2] vdpa: harden the error path if get_iova_range failed

[PATCH v2 0/7] include/hw/pci include/hw/cxl: Clean up includes
 2022-12-24 11:43 UTC  (7+ messages)

[PATCH] scripts/coverity-scan/model.c: update address_space_*_cached
 2022-12-24 11:22 UTC  (2+ messages)

[PATCH v5 1/4] x86: return modified setup_data only if read as memory, not as file
 2022-12-24  4:21 UTC  (5+ messages)
` [PATCH v5 4/4] x86: re-enable rng seeding via SetupData

[PATCH 00/15] riscv: opensbi boot test and cleanups
 2022-12-24  3:52 UTC  (20+ messages)
` [PATCH 01/15] tests/avocado: add RISC-V opensbi boot test
` [PATCH 08/15] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
` [PATCH 09/15] hw/riscv/boot.c: use MachineState in riscv_load_initrd()
` [PATCH 10/15] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
` [PATCH 11/15] hw/riscv/boot.c: consolidate all kernel init "
` [PATCH 12/15] hw/riscv/boot.c: make riscv_load_initrd() static
` [PATCH 13/15] hw/riscv/spike.c: simplify create_fdt()

[PATCH v3 0/2] Add irq number property for loongarch pch interrupt controller
 2022-12-24  2:02 UTC  (3+ messages)
` [PATCH v3 1/2] hw/intc/loongarch_pch_msi: add irq number property
` [PATCH v3 2/2] hw/intc/loongarch_pch_pic: "

[PATCH v2 0/4] Clean up includes
 2022-12-23 23:41 UTC  (4+ messages)
` [PATCH v2 4/4] docs/devel: Rules on #include in headers

[PATCH] linux-user: Fix brk() to release pages
 2022-12-23 21:03 UTC  (2+ messages)
` [PATCH v2] "

[RFC v4 0/3] migration: reduce time of loading non-iterable vmstate
 2022-12-23 19:11 UTC  (10+ messages)
` [RFC v4 1/3] rcu: introduce rcu_read_locked()
` [RFC v4 2/3] memory: add depth assert in address_space_to_flatview
` [RFC v4 3/3] migration: reduce time of loading non-iterable vmstate

[PATCH v2 00/15] Add support for the T-Head vendor extensions
 2022-12-23 18:00 UTC  (16+ messages)
` [PATCH v2 01/15] RISC-V: Adding XTheadCmo ISA extension
` [PATCH v2 02/15] RISC-V: Adding XTheadSync "
` [PATCH v2 03/15] RISC-V: Adding XTheadBa "
` [PATCH v2 04/15] RISC-V: Adding XTheadBb "
` [PATCH v2 05/15] RISC-V: Adding XTheadBs "
` [PATCH v2 06/15] RISC-V: Adding XTheadCondMov "
` [PATCH v2 07/15] RISC-V: Adding T-Head multiply-accumulate instructions
` [PATCH v2 08/15] RISC-V: Adding T-Head MemPair extension
` [PATCH v2 09/15] RISC-V: Adding T-Head MemIdx extension
` [PATCH v2 10/15] RISC-V: Adding T-Head FMemIdx extension
` [PATCH v2 11/15] RISC-V: Adding T-Head XMAE support
` [PATCH v2 12/15] RISC-V: Set minimum priv version for Zfh to 1.11
` [PATCH v2 13/15] RISC-V: Add initial support for T-Head C906
` [PATCH v2 14/15] RISC-V: Adding XTheadFmv ISA extension
` [PATCH v2 15/15] target/riscv: add a MAINTAINERS entry for XThead* extension support

[PATCH v4 00/12] Compiler warning fixes for libvhost-user,libvduse
 2022-12-23 17:55 UTC  (4+ messages)

[PULL v2 0/6] testing updates
 2022-12-23 17:21 UTC 

[PATCH v3] intel-iommu: Document iova_tree
 2022-12-23 16:26 UTC  (3+ messages)

[PATCH 3/3] intel-iommu: build iova tree during IOMMU translation
 2022-12-23 16:22 UTC  (11+ messages)

[PATCH 0/2] tests/migration: add support for ppc64le in guestperf.py
 2022-12-23 16:19 UTC  (5+ messages)
` [PATCH 1/2] tests/migration: add sysprof-capture-4 as dependency for stress binary
` [PATCH 2/2] tests/migration: add support for ppc64le for guestperf.py

[PATCH v2] pflash: Only read non-zero parts of backend image
 2022-12-23 14:33 UTC  (4+ messages)

[PATCH v2 0/5] Nested virtualization fixes for QEMU
 2022-12-23 13:14 UTC  (8+ messages)
` [PATCH v2 2/5] target/riscv: Update VS timer whenever htimedelta changes

[PATCH] linux-user: Improve strace output of personality() and sysinfo()
 2022-12-23 12:27 UTC  (5+ messages)

[PULL 0/5] 9p queue 2022-12-23
 2022-12-23 11:04 UTC  (6+ messages)
` [PULL 3/5] qemu/xattr.h: Exclude <sys/xattr.h> for Windows
` [PULL 1/5] 9pfs: Fix some return statements in the synth backend
` [PULL 4/5] hw/9pfs: Drop unnecessary *xattr wrapper API declarations
` [PULL 2/5] MAINTAINERS: Add 9p test client to section "virtio-9p"
` [PULL 5/5] hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper

[PATCH] nubus-device: fix memory leak in nubus_device_realize
 2022-12-23 10:53 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).