qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-05 01:15:33 to 2023-05-05 13:29:12 UTC [more...]

[PATCH v4 00/57] tcg: Improve atomicity support
 2023-05-05 13:27 UTC  (90+ 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 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

Cortex-R52 support in Qemu
 2023-05-05 12:21 UTC 

[PATCH] target/ppc: Fix nested-hv HEAI delivery
 2023-05-05 12:56 UTC 

[PATCH 0/4] vhost-user-fs: Internal migration
 2023-05-05 12:51 UTC  (7+ messages)

[PATCH v4] linux-user: fix getgroups/setgroups allocations
 2023-05-05 12:37 UTC  (2+ messages)

[PATCH v2 0/3] target/arm: disable-tcg and without-default-devices fixes
 2023-05-05 12:35 UTC  (4+ 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

[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

migration/rdma.c's macro ERROR()
 2023-05-05 10:51 UTC 

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

[PULL 00/89] riscv-to-apply queue
 2023-05-05  1:08 UTC  (42+ messages)
` [PULL 15/89] target/riscv: add support for Zcmt extension
` [PULL 16/89] target/riscv: expose properties for Zc* extension
` [PULL 17/89] disas/riscv.c: add disasm support for Zc*
` [PULL 19/89] target/riscv: Fix itrigger when icount is used
` [PULL 29/89] target/riscv: Fix format for indentation
` [PULL 32/89] hw/riscv: Add signature dump function for spike to run ACT tests
` [PULL 33/89] target/riscv: sync env->misa_ext* with cpu->cfg in realize()
` [PULL 41/89] target/riscv: remove cpu->cfg.ext_i
` [PULL 48/89] target/riscv: remove cpu->cfg.ext_v
` [PULL 49/89] target/riscv: remove riscv_cpu_sync_misa_cfg()
` [PULL 50/89] target/riscv: remove cfg.ext_g setup from rv64_thead_c906_cpu_init()
` [PULL 52/89] target/riscv/cpu.c: redesign register_cpu_props()
` [PULL 53/89] target/riscv: Fix the mstatus.MPP value after executing MRET
` [PULL 54/89] target/riscv: Use PRV_RESERVED instead of PRV_H
` [PULL 55/89] target/riscv: Legalize MPP value in write_mstatus
` [PULL 57/89] target/riscv: fix H extension TVM trap
` [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 62/89] target/riscv: Add a tb flags field for vstart
` [PULL 63/89] target/riscv: Separate priv from mmu_idx
` [PULL 64/89] target/riscv: Reduce overhead of MSTATUS_SUM change
` [PULL 65/89] target/riscv: Use cpu_ld*_code_mmu for HLVX
` [PULL 66/89] target/riscv: Handle HLV, HSV via helpers
` [PULL 68/89] target/riscv: Introduce mmuidx_sum
` [PULL 69/89] target/riscv: Introduce mmuidx_priv
` [PULL 70/89] target/riscv: Introduce mmuidx_2stage
` [PULL 71/89] target/riscv: Move hstatus.spvp check to check_access_hlsv
` [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
` [PULL 74/89] target/riscv: Hoist second stage mode change to callers
` [PULL 76/89] target/riscv: Move leaf pte processing out of level loop
` [PULL 81/89] target/riscv: Reorg sum check in get_physical_address
` [PULL 82/89] hw/intc/riscv_aplic: Zero init APLIC internal state
` [PULL 83/89] target/riscv: add CPU QOM header
` [PULL 84/89] target/riscv: add query-cpy-definitions support
` [PULL 86/89] target/riscv: Restore the predicate() NULL check behavior
` [PULL 87/89] target/riscv: Fix Guest Physical Address Translation
` [PULL 88/89] riscv: Make sure an exception is raised if a pte is malformed


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