messages from 2023-06-19 14:34:40 to 2023-06-20 09:43:28 UTC [more...]
[PATCH v1 00/46] Add LoongArch LASX instructions
2023-06-20 9:38 UTC (25+ messages)
` [PATCH v1 01/46] target/loongarch: Add LASX data type XReg
` [PATCH v1 02/46] target/loongarch: meson.build support build LASX
` [PATCH v1 03/46] target/loongarch: Add CHECK_ASXE maccro for check LASX enable
` [PATCH v1 04/46] target/loongarch: Implement xvadd/xvsub
` [PATCH v1 05/46] target/loongarch: Implement xvreplgr2vr
` [PATCH v1 06/46] target/loongarch: Implement xvaddi/xvsubi
` [PATCH v1 07/46] target/loongarch: Implement xvneg
` [PATCH v1 08/46] target/loongarch: Implement xvsadd/xvssub
` [PATCH v1 10/46] target/loongarch: Implement xvaddw/xvsubw
` [PATCH v1 12/46] target/loongarch: Implement xvabsd
` [PATCH v1 20/46] target/loongarch: Implement vext2xv
` [PATCH v1 21/46] target/loongarch: Implement xvsigncov
` [PATCH v1 22/46] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v1 24/46] target/loongarch: Implement LASX logic instructions
` [PATCH v1 26/46] target/loongarch: Implement xvsllwil xvextl
` [PATCH v1 29/46] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH v1 32/46] target/loongarch: Implement xvclo xvclz
` [PATCH v1 33/46] target/loongarch: Implement xvpcnt
` [PATCH v1 34/46] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH v1 37/46] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH v1 39/46] target/loongarch: Implement xvfcmp
` [PATCH v1 42/46] target/loongarch: Implement xvreplve xvinsve0 xvpickve xvb{sll/srl}v
` [PATCH v1 43/46] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH v1 44/46] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i xvextrins
[QEMU PATCH 0/1]
2023-06-20 9:41 UTC (6+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend
[PATCH 0/9] ppc: New reviewers and KVM cleanups
2023-06-20 9:40 UTC (23+ messages)
` [PATCH 1/9] MAINTAINERS: Add reviewers for PowerNV baremetal emulation
` [PATCH 2/9] MAINTAINERS: Add reviewer for PowerPC TCG CPUs
` [PATCH 3/9] MAINTAINERS: Add reviewer for XIVE
` [PATCH 4/9] ppc/prep: Report an error when run with KVM
` [PATCH 5/9] ppc/pegasos2: "
` [PATCH 6/9] ppc/sam460ex: "
` [PATCH 7/9] ppc/bamboo: "
` [PATCH 8/9] ppc/pnv: Rephrase "
` [PATCH 9/9] target/ppc: Fix timer register accessors when !KVM
[PATCH v2] vfio/migration: Refactor and fix print of "Migration disabled"
2023-06-20 9:28 UTC (6+ messages)
[PATCH 0/4] target/ppc: TCG SMT support for spapr
2023-06-20 9:27 UTC (3+ messages)
` [PATCH 4/4] spapr: Allow up to 8 threads SMT on POWER8 and newer
[PATCH v5] Emulate dip switch language layout settings on SUN keyboard
2023-06-20 9:22 UTC (11+ messages)
` [PATCH v6] "
` Ping: "
` [PATCH v7] "
[PATCH v3 00/34] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
2023-06-20 9:06 UTC (36+ messages)
` [PATCH v3 01/34] target/arm/tcg: Remove CONFIG_TCG #ifdef'ry check
` [PATCH v3 02/34] target/arm/tcg: Rename helper template headers as '.h.inc'
` [PATCH v3 03/34] target/arm/tcg: Extract iwMMXt helpers from the generic 'helper.h'
` [PATCH v3 04/34] target/arm/tcg: Fix iwmmxt-related code style
` [PATCH v3 05/34] target/arm/tcg: Expose some iwmmxt methods in 'translate.h'
` [PATCH v3 06/34] target/arm/tcg: Extract iwmmxt code to translate-iwmmxt.c
` [PATCH v3 07/34] target/arm/tcg: Reduce 'helper-iwmmxt.h.inc' inclusion
` [PATCH v3 08/34] target/arm/tcg: Un-inline VFP translation helpers
` [PATCH v3 09/34] target/arm/tcg: Move VFP helpers from helper-a64.c to vfp_helper.c
` [PATCH v3 10/34] target/arm/tcg: Extract VFP definitions to 'helper-vfp.h.inc'
` [PATCH v3 11/34] target/arm/tcg: Reduce 'helper-vfp.h.inc' inclusion
` [PATCH v3 12/34] target/arm/tcg: Move NEON helpers to neon_helper.c
` [PATCH v3 13/34] target/arm/tcg: Extract NEON definitions to 'helper-neon.h.inc'
` [PATCH v3 14/34] target/arm/tcg: Reduce 'helper-neon.h.inc' inclusion
` [PATCH v3 15/34] target/arm/tcg: Export some generic vector helpers
` [PATCH v3 16/34] target/arm/tcg: Extract generic vector helpers to translate-gvec.c
` [PATCH v3 17/34] target/arm/tcg: Extract gvec definitions to 'helper-gvec.h.inc'
` [PATCH v3 18/34] target/arm/tcg: Reduce 'helper-gvec.h.inc' inclusion
` [PATCH v3 19/34] target/arm/tcg: Extract SVE2 definitions to 'helper-sve.h.inc'
` [PATCH v3 20/34] target/arm/tcg: Reduce 'helper-sve.h.inc' inclusion
` [PATCH v3 21/34] target/arm/tcg: Extract crypto definitions to 'helper-crypto.h.inc'
` [PATCH v3 22/34] target/arm/tcg: Reduce 'helper-crypto.h.inc' inclusion
` [PATCH v3 23/34] target/arm/tcg: Reduce 'helper-mve.h.inc' inclusion
` [PATCH v3 24/34] target/arm/tcg: Reduce 'helper-sme.h.inc' inclusion
` [PATCH v3 25/34] target/arm/tcg: Extract PAuth definitions to 'helper-pauth.h.inc'
` [PATCH v3 26/34] target/arm/tcg: Extract MemTag definitions to 'helper-mte.h.inc'
` [PATCH v3 27/34] target/arm/tcg: Reduce 'helper-a64.h.inc' inclusion
` [PATCH v3 28/34] target/arm/tcg: Move v8m_stackcheck() from op_helper.c to m_helper.c
` [PATCH v3 29/34] target/arm/tcg: Extract M-profile definitions to 'helper-m.h.inc'
` [PATCH v3 30/34] target/arm/tcg: Reduce 'helper-m.h.inc' inclusion
` [PATCH v3 31/34] target/arm/tcg: Inline 'exec/helper-gen.h'
` [PATCH v3 32/34] target/arm/tcg: Inline 'exec/helper-proto.h'
` [PATCH v3 33/34] target/arm/tcg: Rename 'helper.h' -> 'tcg/helper.h.inc'
` [PATCH v3 34/34] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc
[PATCH v4] hw/pci: enforce use of slot only slot 0 when devices have an upstream PCIE port
2023-06-20 8:59 UTC (2+ messages)
[PATCH] x86_64/atomic128-ldst.h: fix arch include guard
2023-06-20 8:59 UTC (2+ messages)
[PATCH] hw/ppc/spapr: Test whether TCG is enabled with tcg_enabled()
2023-06-20 8:33 UTC (5+ messages)
[PATCH 0/2] hw/i386: Cleanups around kvmclock_create()
2023-06-20 8:32 UTC (3+ messages)
` [PATCH 1/2] hw/i386: Remove unuseful kvmclock_create() stub
` [RFC PATCH 2/2] hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'
[PULL 00/16] tcg patch queue
2023-06-20 8:26 UTC (17+ messages)
` [PULL 01/16] host/include/x86_64: Use __m128i for "x" constraints
` [PULL 02/16] accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN
` [PULL 03/16] tcg/ppc: Define _CALL_AIX for clang on ppc64(be)
` [PULL 04/16] target/i386: Simplify i386_tr_init_disas_context()
` [PULL 05/16] target/tricore: Remove pointless CONFIG_SOFTMMU guard
` [PULL 06/16] target/m68k: Check for USER_ONLY definition instead of SOFTMMU one
` [PULL 07/16] target/ppc: "
` [PULL 08/16] hw/core/cpu: "
` [PULL 09/16] accel/tcg: "
` [PULL 10/16] meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
` [PULL 11/16] meson: Replace "
` [PULL 12/16] meson: Replace softmmu_ss -> system_ss
` [PULL 13/16] plugins: Remove unused 'exec/helper-proto.h' header
` [PULL 14/16] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
` [PULL 15/16] exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLY
` [PULL 16/16] cputlb: Restrict SavedIOTLB to system emulation
[PATCH] target/riscv: Remove unuseful KVM stubs
2023-06-20 8:16 UTC
[PATCH] tests/plugin: Remove duplicate insn log from libinsn.so
2023-06-20 7:34 UTC (6+ messages)
[PATCH qemu 1/2] semihosting: Added to support GDB_O_APPEND flag of host_open()
2023-06-20 7:32 UTC (4+ messages)
` [PATCH qemu 2/2] gdbstub: Fixed gdb_open() does not work issue while an extra 'x' is being added when converting '%s' to a pointer
[PATCH] target/arm: Restructure has_vfp_d32 test
2023-06-20 7:19 UTC (7+ messages)
[PATCH] ppc/pnv/pci: Clean up error messages
2023-06-20 6:00 UTC (3+ messages)
[PATCH v2 00/38] crypto: Provide aes-round.h and host accel
2023-06-20 5:09 UTC (13+ messages)
` [PATCH v2 02/38] util: Add cpuinfo-ppc.c
` [PATCH v2 04/38] target/arm: Move aesmc and aesimc tables to crypto/aes.c
` [PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRows
` [PATCH v2 06/38] crypto: Add aesenc_SB_SR_AK
` [PATCH v2 33/38] crypto: Implement aesdec_IMC with AES_imc_rot
[PATCH v3 00/14] Misc clean ups to target/ppc exception handling
2023-06-20 5:07 UTC (13+ messages)
` [PATCH v3 04/14] target/ppc: Use env_cpu for cpu_abort in excp_helper
` [PATCH v3 05/14] target/ppc: Remove some more local CPUState variables only used once
` [PATCH v3 08/14] target/ppc: Fix gen_sc to use correct nip
` [PATCH v3 09/14] target/ppc: Move patching nip from exception handler to helper_scv
` [PATCH v3 10/14] target/ppc: Simplify syscall exception handlers
` [PATCH v3 12/14] target/ppc: Clean up ifdefs in excp_helper.c, part 1
[PATCH 0/5] docs/devel: improve API documentation for QOM
2023-06-20 4:38 UTC (8+ messages)
` [PATCH 1/5] docs/devel: add some front matter to the devel index
` [PATCH 2/5] include/migration: mark vmstate_register() as a legacy function
` [PATCH 3/5] include/hw/qdev-core: fixup kerneldoc annotations (!COMPLETE)
` [PATCH 4/5] docs/devel: split qom-api reference into new file
` [PATCH 5/5] docs/devel: introduce some key concepts for QOM development
[PATCH 0/4] ppc/spapr: Nested HV fix and tidying
2023-06-20 3:41 UTC (4+ messages)
` [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file
[PATCH 1/4] target/ppc: Fix lqarx to set cpu_reserve
2023-06-20 3:39 UTC (8+ messages)
` [PATCH 2/4] target/ppc: Ensure stcx size matches larx
[PATCH] chardev/char-win-stdio: Support VT sequences on Windows 11 host
2023-06-20 1:24 UTC (2+ messages)
[PATCH qemu v3 0/2] target/arm: Improve user-mode compatibility with JITs
2023-06-20 1:04 UTC (3+ messages)
` [PATCH qemu v3 1/2] target/arm: Handle IC IVAU to improve "
` [PATCH qemu v3 2/2] tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code
[PATCH v2] hw/acpi: Fix PM control register access
2023-06-20 0:50 UTC (5+ messages)
[PATCH] STM32F100: support different density lines
2023-06-19 22:18 UTC
Faster than real-time execution
2023-06-19 21:44 UTC (2+ messages)
[PATCH v4 0/6] hw/riscv: Add TPM support to the virt board
2023-06-19 20:32 UTC (3+ messages)
` [PATCH v4 6/6] hw/riscv: Enable TPM backends
[RFC PATCH] plugins: force slow path when plugins instrument memory ops
2023-06-19 18:49 UTC (3+ messages)
[PATCH v3] hw/pci: prevent hotplug of devices on pcie-root-ports on the wrong slot
2023-06-19 18:08 UTC (2+ messages)
[PATCH] contrib/plugins: add meson build file
2023-06-19 18:04 UTC (2+ messages)
[PATCH 05/12] hw/virtio: Add support for apple virtio-blk
2023-06-19 17:47 UTC (2+ messages)
[PATCH v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs
2023-06-19 17:25 UTC (5+ messages)
[PATCH v2 0/1] hw/arm/sbsa-ref: add ITS support in GIC
2023-06-19 17:09 UTC (2+ messages)
` [PATCH v2 1/1] hw/arm/sbsa-ref: add ITS support in SBSA GIC
[PULL 00/33] target-arm queue
2023-06-19 16:58 UTC (8+ messages)
` [PULL 02/33] target/arm: Return correct result for LDG when ATA=0
` [PULL 06/33] target/arm: Convert barrier insns to decodetree
` [PULL 13/33] target/arm: Convert load reg (literal) group "
` [PULL 24/33] hw/intc/allwinner-a10-pic: Handle IRQ levels other than 0 or 1
` [PULL 28/33] imx_serial: set wake bit when we receive a data byte
` [PULL 29/33] docs: sbsa: document board to firmware interface
[PATCH][RESEND v5 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
2023-06-19 15:58 UTC (5+ messages)
` [PATCH][RESEND v5 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)
[PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr
2023-06-19 15:41 UTC (5+ messages)
[PATCH v4 0/1] use XHCI to replace EHCI
2023-06-19 15:24 UTC (5+ messages)
` [PATCH v4 1/1] hw/arm/sbsa-ref: "
[RFC 0/4] Add full zoned storage emulation to qcow2 driver
2023-06-19 14:50 UTC (10+ messages)
` [RFC 2/4] qcow2: add configurations for zoned format extension
` [RFC 3/4] qcow2: add zoned emulation capability
` [RFC 4/4] iotests: test the zoned format feature for qcow2 file
[PATCH v2] hw: Fix format for comments
2023-06-19 14:49 UTC (2+ messages)
[PATCH v2 3/3] hw/ufs: Support for UFS logical unit
2023-06-19 14:45 UTC (4+ messages)
[PATCH v3 0/5] tcg: Issue memory barriers for guest memory model
2023-06-19 14:43 UTC (2+ messages)
[PATCH qemu v2 0/2] target/arm: Improve user-mode compatibility with JITs
2023-06-19 14:33 UTC (5+ messages)
` [PATCH qemu v2 2/2] tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).