qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-30 07:51:10 to 2023-06-30 13:24:02 UTC [more...]

[PATCH for-8.1? 00/24] linux-user: mmap range fixes
 2023-06-30 13:21 UTC  (15+ messages)
` [PATCH 01/24] linux-user: Use assert in mmap_fork_start
` [PATCH 02/24] linux-user: Fix formatting of mmap.c
` [PATCH 03/24] linux-user/strace: Expand struct flags to hold a mask
` [PATCH 04/24] linux-user: Split TARGET_MAP_* out of syscall_defs.h
` [PATCH 05/24] linux-user: Split TARGET_PROT_* "
` [PATCH 06/24] linux-user: Populate more bits in mmap_flags_tbl
` [PATCH 09/24] linux-user: Implement MAP_FIXED_NOREPLACE
` [PATCH 10/24] linux-user: Split out target_to_host_prot
` [PATCH 11/24] linux-user: Widen target_mmap offset argument to off_t
` [PATCH 12/24] linux-user: Rewrite target_mprotect
` [PATCH 16/24] linux-user: Use page_find_range_empty for mmap_find_vma_reserved
` [PATCH 17/24] linux-user: Use 'last' instead of 'end' in target_mmap
` [PATCH 18/24] linux-user: Rewrite mmap_reserve
` [PATCH 19/24] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap

[PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array
 2023-06-30 13:21 UTC 

[PATCH] pnv/xive2: Fix TIMA offset for indirect access
 2023-06-30 13:20 UTC 

[PATCH v3 0/6] eBPF RSS through QMP support
 2023-06-30 12:53 UTC  (6+ messages)

[PULL 0/5] tcg patch queue
 2023-06-30 12:39 UTC  (5+ messages)
` [PULL 3/5] tcg: add perfmap and jitdump

[PATCH 0/9] Collapse CPUNegativeOffsetState into CPUState
 2023-06-30 12:25 UTC  (10+ messages)
` [PATCH 1/9] target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
` [PATCH 2/9] include: Move MMUAccessType to tlb-common.h
` [PATCH 3/9] include/exec: Move CPUTLB and friends "
` [PATCH 4/9] include/hw: introduce CPU_MAX_NEGATIVE_ENV_OFFSET
` [PATCH 5/9] accel: Move CPUTLB to CPUState and assert offset
` [PATCH 6/9] Move IcountDecr "
` [PATCH 7/9] include/exec: Remove [cpu|env]_neg() functions
` [PATCH 8/9] target: Remove CPUNegativeOffsetState field from ArchCPU
` [PATCH 9/9] include/exec: Remove CPUNegativeOffsetState

[PATCH] pnv/psi: Allow access to PSI registers through xscom
 2023-06-30 12:22 UTC  (2+ messages)

[PATCH v2 0/2] vdpa: refactor vdpa_feature_bits array
 2023-06-30 12:18 UTC  (6+ messages)
` [PATCH v2 1/2] vdpa: delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
` [PATCH v2 2/2] vdpa: order vdpa_feature_bits array

[PATCH 0/2] vhost user one time message fixes
 2023-06-30 12:16 UTC  (5+ messages)
` [PATCH 1/2] vhost-user: Change one_time to per_device request
` [PATCH 2/2] vhost-user: Make RESET_DEVICE a per device message

[PATCH v2 0/4] target/riscv: Misc header cleanups
 2023-06-30 12:15 UTC  (9+ messages)
` [PATCH v2 1/4] target/riscv: Remove unused 'instmap.h' header in translate.c
` [PATCH v2 2/4] target/riscv: Restrict sysemu specific header to user emulation
` [PATCH v2 3/4] target/riscv: Restrict 'rv128' machine to TCG accelerator
` [PATCH v2 4/4] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu

[PATCH] target/riscv: Set the correct exception for implict G-stage translation fail
 2023-06-30 12:07 UTC  (2+ messages)

[PATCH v6 0/5] test and QEMU fixes to ensure proper PCIE device usage
 2023-06-30 11:55 UTC  (23+ messages)
` [PATCH v6 4/5] tests/qtest/hd-geo-test: fix incorrect pcie-root-port usage and simplify test
` [PATCH v6 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port

[PATCH v5] riscv: Add support for the Zfa extension
 2023-06-30 11:52 UTC 

[PATCH v4 0/3] riscv: Add support for the Zfa extension
 2023-06-30 11:52 UTC  (10+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] target/riscv: Use float64_to_int64_modulo for fcvtmod.w.d
` [PATCH v4 3/3] DO NOT MERGE: tests/tcg/riscv64: Add test "

[PATCH] target/riscv: Remove unuseful KVM stubs
 2023-06-30 11:38 UTC  (2+ messages)

[PATCH 0/2] accel/tcg: fix page invalidation in tb_invalidate_phys_range()
 2023-06-30 11:25 UTC  (4+ messages)
` [PATCH 2/2] accel/tcg: add assert() check in tb_invalidate_phys_page_range__locked()

[PATCH v2] piix: fix regression during unplug in Xen HVM domUs
 2023-06-30 11:32 UTC  (14+ messages)

[PATCH] ppc: spapr: Fix device tree entries in absence of XIVE native mode
 2023-06-30  5:30 UTC 

[PATCH v7 00/20] target/riscv, KVM: fixes and enhancements
 2023-06-30 11:29 UTC  (24+ messages)
` [PATCH v7 01/20] target/riscv: skip features setup for KVM CPUs
` [PATCH v7 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
` [PATCH v7 03/20] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH v7 04/20] target/riscv/cpu.c: restrict 'mimpid' value
` [PATCH v7 05/20] target/riscv/cpu.c: restrict 'marchid' value
` [PATCH v7 06/20] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH v7 07/20] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH v7 08/20] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
` [PATCH v7 09/20] linux-headers: Update to v6.4-rc1
` [PATCH v7 10/20] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
` [PATCH v7 11/20] target/riscv/cpu: add misa_ext_info_arr[]
` [PATCH v7 12/20] target/riscv: add KVM specific MISA properties
` [PATCH v7 13/20] target/riscv/kvm.c: update KVM MISA bits
` [PATCH v7 14/20] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH v7 15/20] target/riscv/cpu.c: add satp_mode properties earlier
` [PATCH v7 16/20] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
` [PATCH v7 17/20] target/riscv/cpu.c: create KVM mock properties
` [PATCH v7 18/20] target/riscv: update multi-letter extension KVM properties
` [PATCH v7 19/20] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
` [PATCH v7 20/20] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM

[PATCH 0/2] hw/riscv/virt: Restrict ACLINT to TCG
 2023-06-30 11:24 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH v5 0/7] VFIO migration related refactor and bug fix
 2023-06-30 11:20 UTC  (9+ messages)
` [PATCH v5 3/7] vfio/pci: Disable INTx in vfio_realize error path
` [PATCH v5 4/7] vfio/migration: Return bool type for some vfio migration related functions
` [PATCH v5 5/7] vfio/migration: Change vIOMMU blocker from global to per device
` [PATCH v5 7/7] vfio/migration: Remove print of "Migration disabled"

[RFC PATCH] target/arm: make arm_casq_ptw CONFIG_TCG only
 2023-06-30 11:07 UTC 

[PATCH 0/6] qemu-img: rebase: add compression support
 2023-06-30 10:54 UTC  (2+ messages)

[PATCH v4 0/6] Add RISC-V KVM AIA Support
 2023-06-30 10:11 UTC  (12+ messages)
` [PATCH v4 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support placeholder
` [PATCH v4 2/6] target/riscv: support the AIA device emulation with KVM enabled
` [PATCH v4 4/6] target/riscv: Create an KVM AIA irqchip
` [PATCH v4 5/6] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PATCH v4 6/6] target/riscv: select KVM AIA in riscv virt machine

[PATCH v3 00/17] Q35 and I440FX host bridge QOM cleanup
 2023-06-30 10:09 UTC  (3+ messages)
` [PATCH v3 16/17] hw/pci-host/i440fx: Resolve i440fx_init()

[PULL 00/16] vfio queue
 2023-06-30  9:55 UTC  (2+ messages)

[PULL 0/8] s390-ccw bios updates
 2023-06-30  9:55 UTC  (2+ messages)

[PATCH v2 0/6] target/riscv: Add RISC-V Virtual IRQs and IRQ filtering support
 2023-06-30  9:33 UTC  (5+ messages)
` [PATCH v2 5/6] target/riscv: Add M-mode virtual interrupt "
` [PATCH v2 6/6] target/riscv: Add HS-mode "

[PATCH v21 00/20] s390x: CPU Topology
 2023-06-30  9:17 UTC  (21+ messages)
` [PATCH v21 01/20] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v21 02/20] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v21 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v21 04/20] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v21 05/20] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v21 06/20] s390x/cpu topology: interception of PTF instruction
` [PATCH v21 07/20] target/s390x/cpu topology: activate CPU topology
` [PATCH v21 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v21 09/20] machine: adding s390 topology to query-cpu-fast
` [PATCH v21 10/20] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v21 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v21 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command
` [PATCH v21 13/20] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v21 14/20] tests/avocado: s390x cpu topology core
` [PATCH v21 15/20] tests/avocado: s390x cpu topology polarisation
` [PATCH v21 16/20] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v21 17/20] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v21 18/20] tests/avocado: s390x cpu topology test socket full
` [PATCH v21 19/20] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v21 20/20] tests/avocado: s390x cpu topology bad move

[PULL 00/42] target-arm queue
 2023-06-30  9:04 UTC  (8+ messages)
` [PULL 18/42] tests: avocado: boot_linux_console: Add test case for bpim2u

[PATCH v3 00/36] maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR)
 2023-06-30  8:57 UTC  (5+ messages)
` [PATCH v3 25/36] docs/devel: introduce some key concepts for QOM development

[RFC PATCH 0/3] ppc/pnv: SMT support for powernv
 2023-06-30  8:17 UTC  (3+ messages)
` [RFC PATCH 1/3] target/ppc: Add LPAR-per-core vs per-thread mode flag

[PATCH v2 00/46] Add LoongArch LASX instructions
 2023-06-30  7:59 UTC  (47+ messages)
` [PATCH v2 01/46] target/loongarch: Add LASX data support
` [PATCH v2 02/46] target/loongarch: meson.build support build LASX
` [PATCH v2 03/46] target/loongarch: Add CHECK_ASXE maccro for check LASX enable
` [PATCH v2 04/46] target/loongarch: Implement xvadd/xvsub
` [PATCH v2 05/46] target/loongarch: Implement xvreplgr2vr
` [PATCH v2 06/46] target/loongarch: Implement xvaddi/xvsubi
` [PATCH v2 07/46] target/loongarch: Implement xvneg
` [PATCH v2 08/46] target/loongarch: Implement xvsadd/xvssub
` [PATCH v2 09/46] target/loongarch: Implement xvhaddw/xvhsubw
` [PATCH v2 10/46] target/loongarch: Implement xvaddw/xvsubw
` [PATCH v2 11/46] target/loongarch: Implement xavg/xvagr
` [PATCH v2 12/46] target/loongarch: Implement xvabsd
` [PATCH v2 13/46] target/loongarch: Implement xvadda
` [PATCH v2 14/46] target/loongarch: Implement xvmax/xvmin
` [PATCH v2 15/46] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PATCH v2 16/46] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
` [PATCH v2 17/46] target/loongarch; Implement xvdiv/xvmod
` [PATCH v2 18/46] target/loongarch: Implement xvsat
` [PATCH v2 19/46] target/loongarch: Implement xvexth
` [PATCH v2 20/46] target/loongarch: Implement vext2xv
` [PATCH v2 21/46] target/loongarch: Implement xvsigncov
` [PATCH v2 22/46] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v2 23/46] target/loognarch: Implement xvldi
` [PATCH v2 24/46] target/loongarch: Implement LASX logic instructions
` [PATCH v2 25/46] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH v2 26/46] target/loongarch: Implement xvsllwil xvextl
` [PATCH v2 27/46] target/loongarch: Implement xvsrlr xvsrar
` [PATCH v2 28/46] target/loongarch: Implement xvsrln xvsran
` [PATCH v2 29/46] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH v2 30/46] target/loongarch: Implement xvssrln xvssran
` [PATCH v2 31/46] target/loongarch: Implement xvssrlrn xvssrarn
` [PATCH v2 32/46] target/loongarch: Implement xvclo xvclz
` [PATCH v2 33/46] target/loongarch: Implement xvpcnt
` [PATCH v2 34/46] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH v2 35/46] target/loongarch: Implement xvfrstp
` [PATCH v2 36/46] target/loongarch: Implement LASX fpu arith instructions
` [PATCH v2 37/46] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH v2 38/46] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH v2 39/46] target/loongarch: Implement xvfcmp
` [PATCH v2 40/46] target/loongarch: Implement xvbitsel xvset
` [PATCH v2 41/46] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH v2 42/46] target/loongarch: Implement xvreplve xvinsve0 xvpickve xvb{sll/srl}v
` [PATCH v2 43/46] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH v2 44/46] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i xvextrins
` [PATCH v2 45/46] target/loongarch: Implement xvld xvst
` [PATCH v2 46/46] target/loongarch: CPUCFG support LASX

[PATCH 0/4] fpu: Add float64_to_int{32,64}_modulo
 2023-06-30  8:03 UTC  (2+ messages)

[PATCH v6 00/20] target/riscv, KVM: fixes and enhancements
 2023-06-30  7:51 UTC  (5+ messages)
` [PATCH v6 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set


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