messages from 2023-05-05 13:29:12 to 2023-05-06 07:21:12 UTC [more...]
[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 v2] target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs
2023-05-06 6:52 UTC
[PULL v2 00/45] loongarch-to-apply queue
2023-05-06 6:35 UTC (46+ 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 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
[PATCH] virtio-net: not enable vq reset feature unconditionally
2023-05-06 2:13 UTC (2+ messages)
[PATCH v4 00/57] tcg: Improve atomicity support
2023-05-06 2:03 UTC (19+ 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 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
[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 (4+ 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 v3 00/10] tracing: remove dynamic vcpu state
2023-05-05 18:27 UTC (12+ messages)
` [PATCH v3 01/10] *-user: remove the guest_user_syscall tracepoints
` [PATCH v3 02/10] trace-events: remove the remaining vcpu trace events
` [PATCH v3 03/10] trace: remove vcpu_id from the TraceEvent structure
` [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 06/10] trace: remove code that depends on setting vcpu
` [PATCH v3 07/10] trace: remove control-vcpu.h
` [PATCH v3 08/10] tcg: remove the final vestiges of dstate
` [PATCH v3 09/10] hw/9pfs: use qemu_xxhash4
` [PATCH v3 10/10] accel/tcg: include cs_base in our hash calculations
[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 (16+ messages)
` [PATCH v1 1/9] KVM: x86: Add kvm_x86_ops.fault_gva()
` [PATCH v1 2/9] KVM: x86/mmu: Add support for prewrite page tracking
` [PATCH v1 3/9] virt: Implement Heki common code
` [PATCH v1 4/9] KVM: x86: Add new hypercall to set EPT permissions
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers
` [PATCH v1 6/9] KVM: x86: Add Heki hypervisor support
` [PATCH v1 7/9] KVM: VMX: Add MBEC support
` [PATCH v1 8/9] KVM: x86/mmu: Enable guests to lock themselves thanks to MBEC
` [PATCH v1 9/9] virt: Add Heki KUnit tests
[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 (3+ messages)
[PTACH v2 0/6] Add RISC-V KVM AIA Support
2023-05-05 16:17 UTC (3+ messages)
` [PTACH v2 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support
[PATCH] target/ppc: Fix nested-hv HEAI delivery
2023-05-05 16:06 UTC (3+ messages)
[PATCH 0/9] tcg: Remove compatability helpers for qemu ld/st
2023-05-05 16:07 UTC (2+ messages)
[PATCH] vfio/pci: Static Resizable BAR capability
2023-05-05 16:06 UTC (3+ messages)
[PATCH v2 0/2] target/arm: Fix handling of VSTCR_EL2.SW and VTCR_EL2.NSW
2023-05-05 15:53 UTC (3+ messages)
` [PATCH v2 2/2] target/arm: Fix handling of SW and NSW bits for stage 2 walks
[PATCH v2] vhost-user: send SET_STATUS 0 after GET_VRING_BASE
2023-05-05 15:39 UTC (2+ messages)
[PATCH] target/ppc: Fix fallback to MFSS for MFFSCRN, MFFSCRNI, MFFSCE and MFFSL
2023-05-05 15:23 UTC (3+ messages)
[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 (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 (7+ messages)
[PATCH v2 0/3] target/arm: disable-tcg and without-default-devices fixes
2023-05-05 14:31 UTC (3+ messages)
` [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)
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).