messages from 2024-05-11 11:54:47 to 2024-05-13 07:20:11 UTC [more...]
[PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
2024-05-13 7:18 UTC (7+ messages)
[PATCH v2 0/4] Fix "virtio-gpu: fix scanout migration post-load"
2024-05-13 7:19 UTC (2+ messages)
` [PATCH v2 1/4] migration: add "exists" info to load-state-field trace
[PATCH v2 1/2] Revert "vhost-user: fix lost reconnect"
2024-05-13 7:15 UTC (3+ messages)
` [PATCH v2 2/2] vhost-user: fix lost reconnect again
[PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
2024-05-13 6:54 UTC (3+ messages)
[PATCH v3 0/5] mirror: allow specifying working bitmap
2024-05-13 6:46 UTC (3+ messages)
` [PATCH v3 3/5] "
[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2024-05-13 6:52 UTC (5+ messages)
[PATCH v2 00/11] qcow2: make subclusters discardable
2024-05-13 6:32 UTC (12+ messages)
` [PATCH v2 01/11] qcow2: make function update_refcount_discard() global
` [PATCH v2 02/11] qcow2: simplify L2 entries accounting for discard-no-unref
` [PATCH v2 03/11] qcow2: put discard requests in the common queue when discard-no-unref enabled
` [PATCH v2 04/11] block/file-posix: add trace event for fallocate() calls
` [PATCH v2 05/11] iotests/common.rc: add disk_usage function
` [PATCH v2 06/11] iotests/290: add test case to check 'discard-no-unref' option behavior
` [PATCH v2 07/11] qcow2: add get_sc_range_info() helper for working with subcluster ranges
` [PATCH v2 08/11] qcow2: zeroize the entire cluster when there're no non-zero subclusters
` [PATCH v2 09/11] qcow2: make subclusters discardable
` [PATCH v2 10/11] qcow2: zero_l2_subclusters: fall through to discard operation when requested
` [PATCH v2 11/11] iotests/271: add test cases for subcluster-based discard/unmap
[PATCH v2 0/3] Upgrade ACPI SPCR table to support SPCR table version 4 format
2024-05-13 6:31 UTC (8+ messages)
` [PATCH v2 1/3] qtest: allow SPCR acpi table changes
` [PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format
[PATCH v9 0/5] Support message-based DMA in vfio-user server
2024-05-13 6:29 UTC (7+ messages)
` [PATCH v9 2/5] softmmu: Support concurrent bounce buffers
[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
2024-05-13 6:27 UTC (13+ messages)
[PATCH 00/45] target/hppa: Misc improvements
2024-05-13 6:11 UTC (4+ messages)
[PATCH v2 0/2] ppc/pnv: ADU model for POWER9/10
2024-05-13 6:10 UTC (5+ messages)
` [PATCH v2 1/2] ppc/pnv: Begin a more complete ADU LPC "
` [PATCH v2 2/2] ppc/pnv: Implement ADU access to LPC space
[PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
2024-05-13 4:06 UTC (2+ messages)
[PATCH v2 00/11] Support persistent reservation operations
2024-05-13 3:52 UTC (12+ messages)
` [PATCH v2 01/11] block: add persistent reservation in/out api
` [PATCH v2 02/11] block/raw: add persistent reservation in/out driver
` [PATCH v2 03/11] scsi/constant: add persistent reservation in/out protocol constants
` [PATCH v2 04/11] scsi/util: add helper functions for persistent reservation types conversion
` [PATCH v2 05/11] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH v2 06/11] block/nvme: add reservation command protocol constants
` [PATCH v2 07/11] hw/nvme: add helper functions for converting reservation types
` [PATCH v2 08/11] hw/nvme: enable ONCS reservations
` [PATCH v2 09/11] hw/nvme: enable namespace rescap function
` [PATCH v2 10/11] hw/nvme: add reservation protocal command
` [PATCH v2 11/11] block/iscsi: add persistent reservation in/out driver
[PATCH 0/5] target/riscv: Support RISC-V privilege 1.13 spec
2024-05-13 2:54 UTC (14+ messages)
` [PATCH 1/5] target/riscv: Reuse the conversion function of priv_spec and string
` [PATCH 2/5] target/riscv: Support the version for ss1p13
` [PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
` [PATCH 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
` [PATCH 5/5] target/riscv: Reserve exception codes for sw-check and hw-err
[PATCH v7 00/61] Misc PPC exception and BookE MMU clean ups
2024-05-12 23:28 UTC (62+ messages)
` [PATCH v7 01/61] target/ppc: Remove unused struct 'mmu_ctx_hash32'
` [PATCH v7 02/61] target/ppc: Remove unused helper
` [PATCH v7 03/61] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH v7 04/61] target/ppc/mmu_common.c: Remove unneeded local variable
` [PATCH v7 05/61] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH v7 06/61] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH v7 07/61] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH v7 08/61] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PATCH v7 09/61] target/ppc/mmu_common.c: Move some debug logging
` [PATCH v7 10/61] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PATCH v7 11/61] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH v7 12/61] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH v7 13/61] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH v7 14/61] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH v7 15/61] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH v7 16/61] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH v7 17/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
` [PATCH v7 18/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
` [PATCH v7 19/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
` [PATCH v7 20/61] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PATCH v7 21/61] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v7 22/61] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PATCH v7 23/61] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PATCH v7 24/61] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
` [PATCH v7 25/61] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
` [PATCH v7 26/61] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
` [PATCH v7 27/61] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
` [PATCH v7 28/61] target/ppc/mmu_common.c: Remove pte_update_flags()
` [PATCH v7 29/61] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v7 30/61] target/ppc: Split off common embedded TLB init
` [PATCH v7 31/61] target/ppc/mmu-hash32.c: Drop a local variable
` [PATCH v7 32/61] target/ppc/mmu-radix64.c: "
` [PATCH v7 33/61] target/ppc: Add a function to check for page protection bit
` [PATCH v7 34/61] target/ppc: Move out BookE and related MMU functions from mmu_common.c
` [PATCH v7 35/61] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v7 36/61] target/ppc/mmu_common.c: Remove local name for a constant
` [PATCH v7 37/61] target/ppc/mmu_common.c: Remove single use local variable
` [PATCH v7 38/61] "
` [PATCH v7 39/61] target/ppc/mmu_common.c: Remove another single use local
` [PATCH v7 40/61] target/ppc/mmu_common.c: Remove yet "
` [PATCH v7 41/61] target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()
` [PATCH v7 42/61] target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()
` [PATCH v7 43/61] target/ppc/mmu_common.c: Remove unused field from mmu_ctx_t
` [PATCH v7 44/61] target/ppc/mmu_common.c: Remove hash "
` [PATCH v7 45/61] target/ppc/mmu_common.c: Remove nx "
` [PATCH v7 46/61] target/ppc/mmu_common.c: Convert local variable to bool
` [PATCH v7 47/61] target/ppc/mmu_common.c: Remove single use local variable
` [PATCH v7 48/61] target/ppc/mmu_common.c: Simplify a switch statement
` [PATCH v7 49/61] target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()
` [PATCH v7 50/61] target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t
` [PATCH v7 51/61] target/ppc: Add function to get protection key for hash32 MMU
` [PATCH v7 52/61] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()
` [PATCH v7 53/61] target/ppc/mmu_common.c: Init variable in function that relies on it
` [PATCH v7 54/61] target/ppc/mmu_common.c: Remove key field from mmu_ctx_t
` [PATCH v7 55/61] target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()
` [PATCH v7 56/61] target/ppc/mmu_common.c: Rename function parameter
` [PATCH v7 57/61] targe/ppc/mmu_common.c: Use defines instead of numeric constants
` [PATCH v7 58/61] target/ppc: Remove bat_size_prot()
` [PATCH v7 59/61] target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()
` [PATCH v7 60/61] target/ppc/mmu_common.c: Remove mmu_ctx_t
` [PATCH v7 61/61] target/ppc/mmu_common.c: Remove a local variable
hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
2024-05-12 16:24 UTC (10+ messages)
[PATCH 1/2] Add gd_motion_event trace event
2024-05-12 11:14 UTC (5+ messages)
` [PATCH 2/2] Fix mouse/motion event scaling issue with GTK display backend
` [PATCH v2 0/2] ui/gtk: Fix motion event scaling issue
` [PATCH v2 1/2] ui/gtk: Add gd_motion_event trace event
` [PATCH v2 2/2] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
[PATCH] hw/mips/loongson3_virt: Implement node counter timer
2024-05-12 12:20 UTC
target/ppc: Move VMX int add/sub saturate insns to decodetree
2024-05-12 11:38 UTC (4+ messages)
` [PATCH 1/1] target/ppc: Move VMX integer "
[PULL 00/27] Build/arch cleanups, target/i386 fixes for 2024-05-10
2024-05-12 10:49 UTC (28+ messages)
` [PULL 01/27] target/i386: remove PCOMMIT from TCG, deprecate property
` [PULL 02/27] target/i386: fix operand size for DATA16 REX.W POPCNT
` [PULL 03/27] target/i386: rdpkru/wrpkru are no-prefix instructions
` [PULL 04/27] target/i386: move prefetch and multi-byte UD/NOP to new decoder
` [PULL 05/27] target/i386: fix feature dependency for WAITPKG
` [PULL 06/27] tests/tcg: cover lzcnt/tzcnt/popcnt
` [PULL 07/27] configure: quote -D options that are passed through to meson
` [PULL 08/27] sh4: select correct components for no-board build
` [PULL 09/27] s390x: move s390_cpu_addr2state to target/s390x/sigp.c
` [PULL 10/27] s390_flic: add migration-enabled property
` [PULL 11/27] s390: move css_migration_enabled from machine to css.c
` [PULL 12/27] s390x: select correct components for no-board build
` [PULL 13/27] tests/qtest: s390x: fix operation in a build without any boards or devices
` [PULL 14/27] xen: initialize legacy backends from xen_bus_init()
` [PULL 15/27] xen: register legacy backends via xen_backend_init
` [PULL 16/27] i386: correctly select code in hw/i386 that depends on other components
` [PULL 17/27] i386: pc: remove unnecessary MachineClass overrides
` [PULL 18/27] hw/i386: split x86.c in multiple parts
` [PULL 19/27] hw/i386: move rtc-reset-reinjection command out of hw/rtc
` [PULL 20/27] i386: select correct components for no-board build
` [PULL 21/27] tests/qtest: arm: fix operation in a build without any boards or devices
` [PULL 22/27] meson: pick libfdt from common_ss when building target-specific files
` [PULL 23/27] meson: move libfdt together with other dependencies
` [PULL 24/27] kconfig: allow compiling out QEMU device tree code per target
` [PULL 25/27] kconfig: express dependency of individual boards on libfdt
` [PULL 26/27] hw/xtensa: require libfdt
` [PULL 27/27] configs: disable emulators that require it if libfdt is not found
[PATCH 0/3] Connect STM32L4x5 USART devices to the EXTI
2024-05-12 10:19 UTC (4+ messages)
` [PATCH 1/3] hw/misc: In STM32L4x5 EXTI, consolidate 2 constants
` [PATCH 2/3] hw/misc: In STM32L4x5 EXTI, handle direct line interrupts
` [PATCH 3/3] hw/arm: In STM32L4x5 SOC, connect USART devices to EXTI
[PATCH] ui/sdl2: Allow host to power down screen
2024-05-12 9:59 UTC
[PATCH] docs/system: Remove ADC from raspi documentation
2024-05-12 8:57 UTC
[PATCH] Fixes rtl8139 driver for old kernels
2024-05-11 20:15 UTC
[PATCH] mips64el-softmmu: Enable MTTCG
2024-05-11 20:26 UTC
[PATCH v11 00/10] Support blob memory and venus on qemu
2024-05-11 18:22 UTC (11+ messages)
` [PATCH v11 01/10] virtio-gpu: Unrealize GL device
` [PATCH v11 02/10] virtio-gpu: Use pkgconfig version to decide which virgl features are available
` [PATCH v11 03/10] virtio-gpu: Support context-init feature with virglrenderer
` [PATCH v11 04/10] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v11 05/10] virtio-gpu: Add virgl resource management
` [PATCH v11 06/10] virtio-gpu: Support blob scanout using dmabuf fd
` [PATCH v11 07/10] virtio-gpu: Support suspension of commands processing
` [PATCH v11 08/10] virtio-gpu: Handle resource blob commands
` [PATCH v11 09/10] virtio-gpu: Register capsets dynamically
` [PATCH v11 10/10] virtio-gpu: Support Venus context
[PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
2024-05-11 14:16 UTC (4+ messages)
` [PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
[PATCH] target/riscv/cpu.c: fix Zvkb extension config
2024-05-11 4:58 UTC
[PATCH v6 0/7] Live Migration With IAA
2024-05-11 12:55 UTC (6+ messages)
` [PATCH v6 5/7] migration/multifd: implement initialization of qpl compression
[PATCH 00/17] RISU misc updates
2024-05-11 11:54 UTC (17+ messages)
` [PATCH 02/17] Fix load_image error check for mmap
` [PATCH 03/17] Standardize reginfo_dump_mismatch printing
` [PATCH 04/17] Add --fulldump and --diffdup options
` [PATCH 05/17] Remove return value from reginfo_dump
` [PATCH 06/17] ppc64: Clean register values in reginfo_init
` [PATCH 07/17] ppc64: Compare all bits of CCR
` [PATCH 08/17] ppc64: Simplify reginfo_is_eq
` [PATCH 09/17] ppc64: Clean up reginfo_dump
` [PATCH 10/17] aarch64: Tidy reginfo dumping ahead of ZA state
` [PATCH 11/17] aarch64: Add support for ZA storage
` [PATCH 12/17] aarch64: Trivial SME test
` [PATCH 13/17] Use bool for reginfo_is_eq
` [PATCH 14/17] aarch64: Use bool for sve_{z,p}reg_is_eq
` [PATCH 15/17] risu: Allow use of ELF test files
` [PATCH 16/17] configure: Enable loongarch64
` [PATCH 17/17] Build elf test cases instead of raw binaries
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).