messages from 2023-05-05 16:28:52 to 2023-05-07 13:01:07 UTC [more...]
[PATCH 0/8] migration: Add precopy initial data capability and VFIO precopy support
2023-05-07 12:54 UTC (7+ messages)
[PATCH v4 00/57] tcg: Improve atomicity support
2023-05-07 10:09 UTC (11+ messages)
` [PATCH v4 03/57] accel/tcg: Introduce tlb_read_idx
` [PATCH v4 06/57] accel/tcg: Honor atomicity of loads
` [PATCH v4 36/57] tcg/loongarch64: Assert the host supports unaligned accesses
[PATCH v3 0/6] Hexagon: add lldb support
2023-05-07 6:27 UTC (3+ messages)
` [PATCH v3 6/6] Hexagon (linux-user/hexagon): handle breakpoints
[PATCH] virtio-net: not enable vq reset feature unconditionally
2023-05-07 6:01 UTC (3+ messages)
[PATCH] sbsa-ref: switch default cpu core to Neoverse-N1
2023-05-06 18:34 UTC
[PATCH 00/12] audio: pipewire backend improvements
2023-05-06 16:37 UTC (13+ messages)
` [PATCH 01/12] libvirt-ci: update submodule to cover pipewire
` [PATCH 02/12] tests/lcitool: add pipewire
` [PATCH 03/12] audio/pw: Pipewire->PipeWire case fix for user-visible text
` [PATCH 04/12] audio/pw: drop needless case statement
` [PATCH 05/12] audio/pw: needless check for NULL
` [PATCH 06/12] audio/pw: trace during init before calling pipewire API
` [PATCH 07/12] audio/pw: add more details on error
` [PATCH 08/12] audio/pw: factorize some common code
` [PATCH 09/12] audio/pw: add more error reporting
` [PATCH 10/12] audio/pw: simplify error reporting in stream creation
` [PATCH 11/12] audio/pw: remove wrong comment
` [PATCH 12/12] audio/pw: improve channel position code
[PATCH RESEND] vhost: fix possible wrap in SVQ descriptor ring
2023-05-06 15:01 UTC
[PATCH v2 0/2] Send all the SVQ control commands in parallel
2023-05-06 14:06 UTC (3+ messages)
` [PATCH v2 1/2] vdpa: rename vhost_vdpa_net_cvq_add()
` [PATCH v2 2/2] vdpa: send CVQ state load commands in parallel
[PATCH] loongarch: mark loongarch_ipi_iocsr re-entrnacy safe
2023-05-06 11:21 UTC
[PATCH v10 0/8] memory: prevent dma-reentracy issues
2023-05-06 9:25 UTC (7+ messages)
` [PATCH v10 1/8] "
[PULL v2 00/45] loongarch-to-apply queue
2023-05-06 9:04 UTC (47+ messages)
` [PULL v2 01/45] target/loongarch: Add LSX data type VReg
` [PULL v2 02/45] target/loongarch: meson.build support build LSX
` [PULL v2 03/45] target/loongarch: Add CHECK_SXE maccro for check LSX enable
` [PULL v2 04/45] target/loongarch: Implement vadd/vsub
` [PULL v2 05/45] target/loongarch: Implement vaddi/vsubi
` [PULL v2 06/45] target/loongarch: Implement vneg
` [PULL v2 07/45] target/loongarch: Implement vsadd/vssub
` [PULL v2 08/45] target/loongarch: Implement vhaddw/vhsubw
` [PULL v2 09/45] target/loongarch: Implement vaddw/vsubw
` [PULL v2 10/45] target/loongarch: Implement vavg/vavgr
` [PULL v2 11/45] target/loongarch: Implement vabsd
` [PULL v2 12/45] target/loongarch: Implement vadda
` [PULL v2 13/45] target/loongarch: Implement vmax/vmin
` [PULL v2 14/45] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
` [PULL v2 15/45] target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}
` [PULL v2 16/45] target/loongarch: Implement vdiv/vmod
` [PULL v2 17/45] target/loongarch: Implement vsat
` [PULL v2 18/45] target/loongarch: Implement vexth
` [PULL v2 19/45] target/loongarch: Implement vsigncov
` [PULL v2 20/45] target/loongarch: Implement vmskltz/vmskgez/vmsknz
` [PULL v2 21/45] target/loongarch: Implement LSX logic instructions
` [PULL v2 22/45] target/loongarch: Implement vsll vsrl vsra vrotr
` [PULL v2 23/45] target/loongarch: Implement vsllwil vextl
` [PULL v2 24/45] target/loongarch: Implement vsrlr vsrar
` [PULL v2 25/45] target/loongarch: Implement vsrln vsran
` [PULL v2 26/45] target/loongarch: Implement vsrlrn vsrarn
` [PULL v2 27/45] target/loongarch: Implement vssrln vssran
` [PULL v2 28/45] target/loongarch: Implement vssrlrn vssrarn
` [PULL v2 29/45] target/loongarch: Implement vclo vclz
` [PULL v2 30/45] target/loongarch: Implement vpcnt
` [PULL v2 31/45] target/loongarch: Implement vbitclr vbitset vbitrev
` [PULL v2 32/45] target/loongarch: Implement vfrstp
` [PULL v2 33/45] target/loongarch: Implement LSX fpu arith instructions
` [PULL v2 34/45] target/loongarch: Implement LSX fpu fcvt instructions
` [PULL v2 35/45] target/loongarch: Implement vseq vsle vslt
` [PULL v2 36/45] target/loongarch: Implement vfcmp
` [PULL v2 37/45] target/loongarch: Implement vbitsel vset
` [PULL v2 38/45] target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr
` [PULL v2 39/45] target/loongarch: Implement vreplve vpack vpick
` [PULL v2 40/45] target/loongarch: Implement vilvl vilvh vextrins vshuf
` [PULL v2 41/45] target/loongarch: Implement vld vst
` [PULL v2 42/45] target/loongarch: Implement vldi
` [PULL v2 43/45] target/loongarch: Use {set/get}_gpr replace to cpu_fpr
` [PULL v2 44/45] target/loongarch: CPUCFG support LSX
` [PULL v2 45/45] hw/intc: don't use target_ulong for LoongArch ipi
[PATCH v3 00/10] tracing: remove dynamic vcpu state
2023-05-06 7:34 UTC (7+ messages)
` [PATCH v3 04/10] scripts/qapi: document the tool that generated the file
` [PATCH v3 05/10] qapi: make the vcpu parameters deprecated for 8.1
` [PATCH v3 10/10] accel/tcg: include cs_base in our hash calculations
[PATCH v5 00/30] tcg: Simplify calls to load/store helpers
2023-05-06 7:22 UTC (31+ messages)
` [PATCH v5 01/30] tcg/i386: Introduce prepare_host_addr
` [PATCH v5 02/30] tcg/i386: Use indexed addressing for softmmu fast path
` [PATCH v5 03/30] tcg/aarch64: Introduce prepare_host_addr
` [PATCH v5 04/30] tcg/arm: "
` [PATCH v5 05/30] tcg/loongarch64: "
` [PATCH v5 06/30] tcg/mips: "
` [PATCH v5 07/30] tcg/ppc: "
` [PATCH v5 08/30] tcg/riscv: "
` [PATCH v5 09/30] tcg/s390x: "
` [PATCH v5 10/30] tcg: Add routines for calling slow-path helpers
` [PATCH v5 11/30] tcg/i386: Convert tcg_out_qemu_ld_slow_path
` [PATCH v5 12/30] tcg/i386: Convert tcg_out_qemu_st_slow_path
` [PATCH v5 13/30] tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v5 14/30] tcg/arm: "
` [PATCH v5 15/30] tcg/loongarch64: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v5 16/30] tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v5 17/30] tcg/ppc: "
` [PATCH v5 18/30] tcg/riscv: "
` [PATCH v5 19/30] tcg/s390x: "
` [PATCH v5 20/30] tcg/loongarch64: Simplify constraints on qemu_ld/st
` [PATCH v5 21/30] tcg/mips: Remove MO_BSWAP handling
` [PATCH v5 22/30] tcg/mips: Reorg tlb load within prepare_host_addr
` [PATCH v5 23/30] tcg/mips: Simplify constraints on qemu_ld/st
` [PATCH v5 24/30] tcg/ppc: Reorg tcg_out_tlb_read
` [PATCH v5 25/30] tcg/ppc: Adjust constraints on qemu_ld/st
` [PATCH v5 26/30] tcg/ppc: Remove unused constraints A, B, C, D
` [PATCH v5 27/30] tcg/ppc: Remove unused constraint J
` [PATCH v5 28/30] tcg/riscv: Simplify constraints on qemu_ld/st
` [PATCH v5 29/30] tcg/s390x: Use ALGFR in constructing softmmu host address
` [PATCH v5 30/30] tcg/s390x: Simplify constraints on qemu_ld/st
[PATCH v2] target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs
2023-05-06 7:27 UTC (2+ messages)
[PATCH v2] MAINTAINERS: Update Akihiko Odaki's email address
2023-05-06 7:23 UTC
[PATCH] docs/devel: remind developers to run CI container pipeline when updating images
2023-05-06 7:20 UTC
[PULL 0/6] ppc queue
2023-05-06 7:10 UTC (8+ messages)
` [PULL 1/6] hw/display/sm501: Remove unneeded increment from loop
` [PULL 2/6] ppc: spapr: cleanup cr get/set with helpers
` [PULL 3/6] MAINTAINERS: Adding myself in the list for ppc/spapr
` [PULL 4/6] tcg: ppc64: Fix mask generation for vextractdm
` [PULL 5/6] tests: tcg: ppc64: Add tests for Vector Extract Mask Instructions
` [PULL 6/6] hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine
[PULL 00/42] tcg patch queue
2023-05-06 7:11 UTC (44+ messages)
` [PULL 01/42] softfloat: Fix the incorrect computation in float32_exp2
` [PULL 02/42] target/avr: Finish conversion to tcg_gen_qemu_{ld,st}_*
` [PULL 03/42] target/cris: Finish conversion to tcg_gen_qemu_{ld, st}_*
` [PULL 04/42] target/Hexagon: "
` [PULL 05/42] target/m68k: "
` [PULL 06/42] target/mips: "
` [PULL 07/42] target/s390x: "
` [PULL 08/42] target/sparc: "
` [PULL 09/42] target/xtensa: "
` [PULL 10/42] tcg: Remove compatability helpers for qemu ld/st
` [PULL 11/42] target/alpha: Use MO_ALIGN for system UNALIGN()
` [PULL 12/42] target/alpha: Use MO_ALIGN where required
` [PULL 13/42] target/alpha: Remove TARGET_ALIGNED_ONLY
` [PULL 14/42] target/hppa: Use MO_ALIGN for system UNALIGN()
` [PULL 15/42] target/hppa: Remove TARGET_ALIGNED_ONLY
` [PULL 16/42] target/sparc: Use MO_ALIGN where required
` [PULL 17/42] target/sparc: Use cpu_ld*_code_mmu
` [PULL 18/42] target/sparc: Remove TARGET_ALIGNED_ONLY
` [PULL 19/42] tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
` [PULL 20/42] tcg/i386: Generalize multi-part load overlap test
` [PULL 21/42] tcg/i386: Introduce HostAddress
` [PULL 22/42] tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load
` [PULL 23/42] tcg/i386: Introduce tcg_out_testi
` [PULL 24/42] tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st}
` [PULL 25/42] tcg/aarch64: Introduce HostAddress
` [PULL 26/42] tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
` [PULL 27/42] tcg/arm: Introduce HostAddress
` [PULL 28/42] tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PULL 29/42] tcg/loongarch64: Introduce HostAddress
` [PULL 30/42] tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
` [PULL 31/42] tcg/ppc: "
` [PULL 32/42] tcg/ppc: Introduce HostAddress
` [PULL 33/42] tcg/riscv: Require TCG_TARGET_REG_BITS == 64
` [PULL 34/42] tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
` [PULL 35/42] tcg/s390x: Pass TCGType "
` [PULL 36/42] tcg/s390x: Introduce HostAddress
` [PULL 37/42] tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
` [PULL 38/42] tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
` [PULL 39/42] tcg: Move TCGLabelQemuLdst to tcg.c
` [PULL 40/42] tcg: Replace REG_P with arg_loc_reg_p
` [PULL 41/42] tcg: Introduce arg_slot_stk_ofs
` [PULL 42/42] tcg: Widen helper_*_st[bw]_mmu val arguments
[PATCH RFC v3 0/9] Add loongarch kvm accel support
2023-05-06 2:24 UTC (10+ messages)
` [PATCH RFC v3 1/9] linux-headers: Add KVM headers for loongarch
` [PATCH RFC v3 2/9] target/loongarch: Define some kvm_arch interfaces
` [PATCH RFC v3 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH RFC v3 4/9] target/loongarch: Implement kvm get/set registers
` [PATCH RFC v3 5/9] target/loongarch: Implement kvm_arch_init function
` [PATCH RFC v3 6/9] target/loongarch: Implement kvm_arch_init_vcpu
` [PATCH RFC v3 7/9] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH RFC v3 8/9] target/loongarch: Implement set vcpu intr for kvm
` [PATCH RFC v3 9/9] target/loongarch: Add loongarch kvm into meson build
[PULL 00/45] loongarch-to-apply queue
2023-05-06 1:14 UTC (3+ messages)
[PATCH] Ensure the PV ring is drained on disconnect
2023-05-06 1:13 UTC (3+ messages)
` [PATCH 0/1] Updated: Ensure PV ring is drained on disconenct
[PATCH] 9pfs/xen: Fix segfault on shutdown
2023-05-06 0:35 UTC (2+ messages)
[PATCH v2] vfio/pci: Static Resizable BAR capability
2023-05-05 23:23 UTC
Question: PCIe P2P Guidance
2023-05-05 22:36 UTC
[PATCH v3 0/3] ACPI: i386: bump MADT to revision 5
2023-05-05 21:53 UTC (2+ messages)
[PULL 0/1] audio patch
2023-05-05 21:19 UTC (2+ messages)
[PULL 00/16] Migration 20230505 patches
2023-05-05 21:18 UTC (2+ messages)
[Qemu-devel] [PATCH v4 21/24] target-sparc: Use explicit writes to cpu_fsr
2023-05-05 17:20 UTC
[PATCH v2 1/5] hw/display/virtio-gpu-virgl: virtio_gpu_gl -> virtio_gpu_virgl
2023-05-05 20:53 UTC (6+ messages)
` [PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function
[PATCH] accel/tcg: Fix atomic_mmu_lookup for reads
2023-05-05 20:40 UTC
[PATCH 0/2] Hexagon: improve output for arch version debugging
2023-05-05 18:59 UTC (6+ messages)
` [PATCH 1/2] Hexagon: list available CPUs with `-cpu help`
` [PATCH 2/2] Hexagon: append eflags to unknown cpu model string
[PATCH] Hexagon (decode): look for pkts with multiple insns at the same slot
2023-05-05 17:42 UTC (2+ messages)
[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
2023-05-05 17:31 UTC (9+ messages)
` [PATCH v1 2/9] KVM: x86/mmu: Add support for prewrite page tracking
` [PATCH v1 4/9] KVM: x86: Add new hypercall to set EPT permissions
[PATCH v4 0/7] Add EPYC-Genoa model and update previous EPYC Models
2023-05-05 17:15 UTC (3+ messages)
[PATCH] Hexagon (target/hexagon/*.py): raise exception on reg parsing error
2023-05-05 16:58 UTC (2+ 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).