messages from 2023-05-05 01:19:21 to 2023-05-05 15:14:58 UTC [more...]
[PATCH v7 0/1] arm: enable MTE for QEMU + kvm
2023-05-05 15:14 UTC (8+ messages)
` [PATCH v7 1/1] arm/kvm: add support for MTE
[PULL 00/89] riscv-to-apply queue
2023-05-05 15:00 UTC (13+ messages)
` [PULL 15/89] target/riscv: add support for Zcmt extension
` [PULL 16/89] target/riscv: expose properties for Zc* extension
` [PULL 54/89] target/riscv: Use PRV_RESERVED instead of PRV_H
` [PULL 55/89] target/riscv: Legalize MPP value in write_mstatus
` [PULL 58/89] target/riscv: Extract virt enabled state from tb flags
` [PULL 60/89] target/riscv: Encode the FS and VS on a normal way for "
` [PULL 61/89] target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
` [PULL 72/89] target/riscv: Set MMU_2STAGE_BIT in riscv_cpu_mmu_index
` [PULL 73/89] target/riscv: Check SUM in the correct register
[PATCH] Hexagon (target/hexagon/*.py): raise exception on reg parsing error
2023-05-05 14:58 UTC (2+ messages)
[PATCH] migration: for snapshots, hold the BQL during setup callbacks
2023-05-05 14:59 UTC (2+ messages)
Machine x-remote property auto-shutdown
2023-05-05 14:58 UTC
[RFC 0/1] migration: Update error description whenever migration fails
2023-05-05 14:44 UTC (4+ messages)
` [RFC 1/1] "
[PATCH 0/4] vhost-user-fs: Internal migration
2023-05-05 14:37 UTC (9+ messages)
[PATCH v2 0/3] target/arm: disable-tcg and without-default-devices fixes
2023-05-05 14:31 UTC (5+ messages)
` [PATCH v2 1/3] target/arm: Select SEMIHOSTING when using TCG
` [PATCH v2 2/3] target/arm: Select CONFIG_ARM_V7M when TCG is enabled
` [PATCH v2 3/3] tests/qtest: Don't run cdrom tests if no accelerator is present
migration/rdma.c's macro ERROR()
2023-05-05 14:26 UTC (2+ messages)
[PATCH v2 00/12] Start replacing target_ulong with vaddr
2023-05-05 14:14 UTC (13+ messages)
` [PATCH v2 01/12] accel: Replace target_ulong in tlb_*()
` [PATCH v2 02/12] accel/tcg/translate-all.c: Widen pc and cs_base
` [PATCH v2 03/12] target: Widen pc/cs_base in cpu_get_tb_cpu_state
` [PATCH v2 04/12] accel/tcg/cputlb.c: Widen CPUTLBEntry access functions
` [PATCH v2 05/12] accel/tcg/cputlb.c: Widen addr in MMULookupPageData
` [PATCH v2 06/12] accel/tcg/cpu-exec.c: Widen pc to vaddr
` [PATCH v2 07/12] accel/tcg: Widen pc to vaddr in CPUJumpCache
` [PATCH v2 08/12] accel: Replace target_ulong with vaddr in probe_*()
` [PATCH v2 09/12] accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()
` [PATCH v2 10/12] accel/tcg: Replace target_ulong with vaddr in translator_*()
` [PATCH v2 11/12] accel/tcg: Replace target_ulong with vaddr in page_*()
` [PATCH v2 12/12] cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()
Cortex-R52 support in Qemu
2023-05-05 14:15 UTC (2+ messages)
[PATCH v4 00/57] tcg: Improve atomicity support
2023-05-05 13:43 UTC (97+ messages)
` [PATCH v4 07/57] accel/tcg: Honor atomicity of stores
` [PATCH v4 08/57] target/loongarch: Do not include tcg-ldst.h
` [PATCH v4 09/57] tcg: Unify helper_{be,le}_{ld,st}*
` [PATCH v4 10/57] accel/tcg: Implement helper_{ld, st}*_mmu for user-only
` [PATCH v4 11/57] tcg/tci: Use helper_{ld,st}*_mmu "
` [PATCH v4 12/57] tcg: Add 128-bit guest memory primitives
` [PATCH v4 13/57] meson: Detect atomic128 support with optimization
` [PATCH v4 14/57] tcg/i386: Add have_atomic16
` [PATCH v4 15/57] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc
` [PATCH v4 17/57] tcg/aarch64: Detect have_lse, have_lse2 for linux
` [PATCH v4 18/57] tcg/aarch64: Detect have_lse, have_lse2 for darwin
` [PATCH v4 20/57] tcg: Introduce TCG_OPF_TYPE_MASK
` [PATCH v4 21/57] tcg/i386: Use full load/store helpers in user-only mode
` [PATCH v4 22/57] tcg/aarch64: "
` [PATCH v4 23/57] tcg/ppc: "
` [PATCH v4 24/57] tcg/loongarch64: "
` [PATCH v4 25/57] tcg/riscv: "
` [PATCH v4 26/57] tcg/arm: Adjust constraints on qemu_ld/st
` [PATCH v4 27/57] tcg/arm: Use full load/store helpers in user-only mode
` [PATCH v4 28/57] tcg/mips: "
` [PATCH v4 29/57] tcg/s390x: "
` [PATCH v4 30/57] tcg/sparc64: Allocate %g2 as a third temporary
` [PATCH v4 31/57] tcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13
` [PATCH v4 32/57] tcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32
` [PATCH v4 33/57] tcg/sparc64: Split out tcg_out_movi_s32
` [PATCH v4 34/57] tcg/sparc64: Use standard slow path for softmmu
` [PATCH v4 35/57] accel/tcg: Remove helper_unaligned_{ld,st}
` [PATCH v4 36/57] tcg/loongarch64: Assert the host supports unaligned accesses
` [PATCH v4 37/57] tcg/loongarch64: Support softmmu "
` [PATCH v4 38/57] tcg/riscv: "
` [PATCH v4 39/57] tcg: Introduce tcg_target_has_memory_bswap
` [PATCH v4 40/57] tcg: Add INDEX_op_qemu_{ld,st}_i128
` [PATCH v4 41/57] tcg: Support TCG_TYPE_I128 in tcg_out_{ld, st}_helper_{args, ret}
` [PATCH v4 42/57] tcg: Introduce atom_and_align_for_opc
` [PATCH v4 43/57] tcg/i386: Use atom_and_align_for_opc
` [PATCH v4 44/57] tcg/aarch64: "
` [PATCH v4 45/57] tcg/arm: "
` [PATCH v4 46/57] tcg/loongarch64: "
` [PATCH v4 47/57] tcg/mips: "
` [PATCH v4 48/57] tcg/ppc: "
` [PATCH v4 49/57] tcg/riscv: "
` [PATCH v4 50/57] tcg/s390x: "
` [PATCH v4 51/57] tcg/sparc64: "
` [PATCH v4 52/57] tcg/i386: Honor 64-bit atomicity in 32-bit mode
` [PATCH v4 53/57] tcg/i386: Support 128-bit load/store with have_atomic16
` [PATCH v4 54/57] tcg/aarch64: Rename temporaries
` [PATCH v4 55/57] tcg/aarch64: Support 128-bit load/store
[PATCH] target/ppc: Fix nested-hv HEAI delivery
2023-05-05 13:36 UTC (2+ messages)
[PATCH v1 0/1] Add support for namespace attach/detach during runtime
2023-05-05 12:12 UTC (2+ messages)
` [PATCH v1 1/1] hw/nvme: Add hotplug handler to nvme bus
[PATCH v4] linux-user: fix getgroups/setgroups allocations
2023-05-05 12:37 UTC (2+ messages)
[PATCH v7 0/1] util/async-teardown: appear in query-command-line-options
2023-05-05 12:00 UTC (2+ messages)
` [PATCH v7 1/1] util/async-teardown: wire up query-command-line-options
[PATCH 0/9] QEMU file cleanups
2023-05-05 12:14 UTC (6+ messages)
` [PATCH 9/9] qemu-file: Account for rate_limit usage on qemu_fflush()
[PATCH] sbsa-ref: use Bochs graphics card instead of VGA
2023-05-05 12:09 UTC
[PATCH v2 00/20] Graph locking, part 3 (more block drivers)
2023-05-05 12:02 UTC (3+ messages)
` [PATCH v2 04/20] block: Don't call no_coroutine_fns in qmp_block_resize()
[PATCH v3] linux-user: Add /proc/cpuinfo handler for RISC-V
2023-05-05 11:51 UTC (2+ messages)
[PULL 0/1] audio patch
2023-05-05 11:46 UTC (4+ messages)
` [PULL 1/1] audio/pwaudio.c: Add Pipewire audio backend for QEMU
[PTACH v2 0/6] Add RISC-V KVM AIA Support
2023-05-05 11:39 UTC (7+ messages)
` [PTACH v2 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support
` [PTACH v2 2/6] target/riscv: support the AIA device emulateion with KVM enabled
` [PTACH v2 3/6] target/riscv: check the in-kernel irqchip support
` [PTACH v2 4/6] target/riscv: Create an KVM AIA irqchip
` [PTACH v2 5/6] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PTACH v2 6/6] target/riscv: select KVM AIA in riscv virt machine
[RFC PATCH 0/4] spapr: clean up nested hv
2023-05-05 11:09 UTC (9+ messages)
` [RFC PATCH 1/4] spapr: H_ENTER_NESTED should restore host XER ca field
` [RFC PATCH 2/4] spapr: Add a nested state struct
` [RFC PATCH 3/4] spapr: load and store l2 state with helper functions
` [RFC PATCH 4/4] spapr: Move spapr nested HV to a new file
[PATCH] hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine
2023-05-05 10:41 UTC (4+ messages)
[PATCH] 9pfs/xen: Fix segfault on shutdown
2023-05-05 10:05 UTC (2+ messages)
Question about graph locking preconditions regarding qemu_in_main_thread()
2023-05-05 9:35 UTC
[PATCH v4 0/2] tests/tcg/s390x: Enable the multiarch system tests
2023-05-05 9:31 UTC (3+ messages)
` [PATCH v4 1/2] tests/tcg/multiarch: Make the system memory test work on big-endian
` [PATCH v4 2/2] tests/tcg/s390x: Enable the multiarch system tests
[PATCH v20 00/21] s390x: CPU Topology
2023-05-05 9:34 UTC (4+ messages)
` [PATCH v20 06/21] s390x/cpu topology: interception of PTF instruction
[PATCH v4 0/7] Add EPYC-Genoa model and update previous EPYC Models
2023-05-05 8:31 UTC (4+ messages)
` [PATCH v4 4/7] target/i386: Add feature bits for CPUID_Fn80000021_EAX
[PATCH] vfio/pci: Static Resizable BAR capability
2023-05-05 8:29 UTC (2+ messages)
[PATCH] include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API
2023-05-05 8:22 UTC (2+ messages)
[PATCH] scripts/coverity-scan: Add xtensa and openrisc components
2023-05-05 8:21 UTC (3+ messages)
[PATCH v4 00/10] COLO: improve build options
2023-05-05 8:21 UTC (8+ messages)
` [PATCH v4 10/10] migration: block incoming colo when capability is disabled
[PULL 0/6] Misc QGA patches
2023-05-04 14:41 UTC (2+ messages)
[PATCH 0/3] target/arm: disable-tcg and without-default-devices fixes
2023-05-05 8:18 UTC (7+ messages)
` [PATCH 1/3] target/arm: Use CONFIG_SEMIHOSTING instead of TCG for semihosting
[PATCH] hw: Fix format for comments
2023-05-05 7:23 UTC
[PATCH v3 0/6] misc tweaks for kvm and the 64bit pci window
2023-05-05 7:11 UTC (7+ messages)
` [PATCH v3 1/6] better kvm detection
` [PATCH v3 2/6] detect physical address space size
` [PATCH v3 3/6] move 64bit pci window to end of address space
` [PATCH v3 4/6] be less conservative with the 64bit pci io window
` [PATCH v3 5/6] qemu: log reservations in fw_cfg e820 table
` [PATCH v3 6/6] check for e820 conflict
[PATCH v4 00/48] igb: Fix for DPDK
2023-05-05 6:46 UTC (3+ messages)
[RFC 0/7] vhost-vdpa: add support for iommufd
2023-05-05 6:29 UTC (3+ messages)
[PATCH] docs: vhost-user: VHOST_USER_GET_STATUS require reply
2023-05-05 5:39 UTC
[PATCH v3 0/5] virtio-gpu cleanups and obvious definitions
2023-05-05 4:56 UTC (2+ messages)
[PULL 00/45] loongarch-to-apply queue
2023-05-05 2:28 UTC (46+ messages)
` [PULL 01/45] target/loongarch: Add LSX data type VReg
` [PULL 02/45] target/loongarch: meson.build support build LSX
` [PULL 03/45] target/loongarch: Add CHECK_SXE maccro for check LSX enable
` [PULL 04/45] target/loongarch: Implement vadd/vsub
` [PULL 05/45] target/loongarch: Implement vaddi/vsubi
` [PULL 06/45] target/loongarch: Implement vneg
` [PULL 07/45] target/loongarch: Implement vsadd/vssub
` [PULL 08/45] target/loongarch: Implement vhaddw/vhsubw
` [PULL 09/45] target/loongarch: Implement vaddw/vsubw
` [PULL 10/45] target/loongarch: Implement vavg/vavgr
` [PULL 11/45] target/loongarch: Implement vabsd
` [PULL 12/45] target/loongarch: Implement vadda
` [PULL 13/45] target/loongarch: Implement vmax/vmin
` [PULL 14/45] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
` [PULL 15/45] target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}
` [PULL 16/45] target/loongarch: Implement vdiv/vmod
` [PULL 17/45] target/loongarch: Implement vsat
` [PULL 18/45] target/loongarch: Implement vexth
` [PULL 19/45] target/loongarch: Implement vsigncov
` [PULL 20/45] target/loongarch: Implement vmskltz/vmskgez/vmsknz
` [PULL 21/45] target/loongarch: Implement LSX logic instructions
` [PULL 22/45] target/loongarch: Implement vsll vsrl vsra vrotr
` [PULL 23/45] target/loongarch: Implement vsllwil vextl
` [PULL 24/45] target/loongarch: Implement vsrlr vsrar
` [PULL 25/45] target/loongarch: Implement vsrln vsran
` [PULL 26/45] target/loongarch: Implement vsrlrn vsrarn
` [PULL 27/45] target/loongarch: Implement vssrln vssran
` [PULL 28/45] target/loongarch: Implement vssrlrn vssrarn
` [PULL 29/45] target/loongarch: Implement vclo vclz
` [PULL 30/45] target/loongarch: Implement vpcnt
` [PULL 31/45] target/loongarch: Implement vbitclr vbitset vbitrev
` [PULL 32/45] target/loongarch: Implement vfrstp
` [PULL 33/45] target/loongarch: Implement LSX fpu arith instructions
` [PULL 34/45] target/loongarch: Implement LSX fpu fcvt instructions
` [PULL 35/45] target/loongarch: Implement vseq vsle vslt
` [PULL 36/45] target/loongarch: Implement vfcmp
` [PULL 37/45] target/loongarch: Implement vbitsel vset
` [PULL 38/45] target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr
` [PULL 39/45] target/loongarch: Implement vreplve vpack vpick
` [PULL 40/45] target/loongarch: Implement vilvl vilvh vextrins vshuf
` [PULL 41/45] target/loongarch: Implement vld vst
` [PULL 42/45] target/loongarch: Implement vldi
` [PULL 43/45] target/loongarch: Use {set/get}_gpr replace to cpu_fpr
` [PULL 44/45] target/loongarch: CPUCFG support LSX
` [PULL 45/45] hw/intc: don't use target_ulong for LoongArch ipi
[PATCH v3 0/3] target/riscv: implement query-cpu-definitions
2023-05-05 1:59 UTC (4+ messages)
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).