messages from 2023-09-15 14:54:55 to 2023-09-16 04:08:31 UTC [more...]
[PULL 00/39] tcg patch queue
2023-09-16 4:07 UTC (41+ messages)
` [PULL 01/39] accel/tcg: mttcg remove false-negative halted assertion
` [PULL 02/39] accel/tcg: Fix the comment for CPUTLBEntryFull
` [PULL 03/39] util: Delete checks for old host definitions
` [PULL 04/39] softmmu: "
` [PULL 05/39] thunk: "
` [PULL 06/39] tcg/loongarch64: Import LSX instructions
` [PULL 07/39] tcg/loongarch64: Lower basic tcg vec ops to LSX
` [PULL 08/39] tcg: pass vece to tcg_target_const_match()
` [PULL 09/39] tcg/loongarch64: Lower cmp_vec to vseq/vsle/vslt
` [PULL 10/39] tcg/loongarch64: Lower add/sub_vec to vadd/vsub
` [PULL 11/39] tcg/loongarch64: Lower vector bitwise operations
` [PULL 12/39] tcg/loongarch64: Lower neg_vec to vneg
` [PULL 13/39] tcg/loongarch64: Lower mul_vec to vmul
` [PULL 14/39] tcg/loongarch64: Lower vector min max ops
` [PULL 15/39] tcg/loongarch64: Lower vector saturated ops
` [PULL 16/39] tcg/loongarch64: Lower vector shift vector ops
` [PULL 17/39] tcg/loongarch64: Lower bitsel_vec to vbitsel
` [PULL 18/39] tcg/loongarch64: Lower vector shift integer ops
` [PULL 19/39] tcg/loongarch64: Lower rotv_vec ops to LSX
` [PULL 20/39] tcg/loongarch64: Lower rotli_vec to vrotri
` [PULL 21/39] tcg/loongarch64: Implement 128-bit load & store
` [PULL 22/39] tcg: Add gvec compare with immediate and scalar operand
` [PULL 23/39] target/arm: Use tcg_gen_gvec_cmpi for compare vs 0
` [PULL 24/39] accel/tcg: Simplify tlb_plugin_lookup
` [PULL 25/39] accel/tcg: Split out io_prepare and io_failed
` [PULL 26/39] accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed
` [PULL 27/39] plugin: Simplify struct qemu_plugin_hwaddr
` [PULL 28/39] accel/tcg: Merge cpu_transaction_failed into io_failed
` [PULL 29/39] accel/tcg: Replace direct use of io_readx/io_writex in do_{ld, st}_1
` [PULL 30/39] accel/tcg: Merge io_readx into do_ld_mmio_beN
` [PULL 31/39] accel/tcg: Merge io_writex into do_st_mmio_leN
` [PULL 32/39] accel/tcg: Introduce do_ld16_mmio_beN
` [PULL 33/39] accel/tcg: Introduce do_st16_mmio_leN
` [PULL 34/39] fpu: Add conversions between bfloat16 and [u]int8
` [PULL 35/39] fpu: Handle m68k extended precision denormals properly
` [PULL 36/39] tcg: Add tcg_out_tb_start backend hook
` [PULL 37/39] util/cpuinfo-aarch64: Add CPUINFO_BTI
` [PULL 38/39] tcg/aarch64: Emit BTI insns at jump landing pads
` [PULL 39/39] tcg: Map code_gen_buffer with PROT_BTI
[PATCH] MAINTAINERS: Nick Piggin PPC maintainer, other PPC changes
2023-09-16 1:56 UTC (2+ messages)
[PATCH v2 0/8] qemu-img: rebase: add compression support
2023-09-15 21:52 UTC (13+ messages)
` [PATCH v2 1/8] qemu-img: rebase: stop when reaching EOF of old backing file
` [PATCH v2 2/8] qemu-iotests: 024: add rebasing test case for overlay_size > backing_size
` [PATCH v2 3/8] qemu-img: rebase: use backing files' BlockBackend for buffer alignment
` [PATCH v2 4/8] qemu-img: add chunk size parameter to compare_buffers()
` [PATCH v2 5/8] qemu-img: rebase: avoid unnecessary COW operations
` [PATCH v2 6/8] iotests/{024, 271}: add testcases for qemu-img rebase
` [PATCH v2 7/8] qemu-img: add compression option to rebase subcommand
` [PATCH v2 8/8] iotests: add tests for "qemu-img rebase" with compression
[PATCH 0/2] target/arm: Implement Neoverse-N2
2023-09-15 20:43 UTC (4+ messages)
` [PATCH 1/2] target/arm: Correct minor errors in Cortex-A710 definition
` [PATCH 2/2] target/arm: Implement Neoverse N2 CPU model
[PATCH v3 0/5] Support message-based DMA in vfio-user server
2023-09-15 20:40 UTC (8+ messages)
` [PATCH v3 2/5] softmmu: Support concurrent bounce buffers
[PATCH 0/5] accel: Restrict tcg_exec_[un]realizefn() to TCG
2023-09-15 19:48 UTC (7+ messages)
` [PATCH 1/5] accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
` [PATCH 2/5] accel: Introduce accel_cpu_unrealize() stub
` [PATCH 3/5] accel: Declare AccelClass::[un]realize_cpu() handlers
` [PATCH 4/5] accel/tcg: Have tcg_exec_realizefn() return a boolean
` [PATCH 5/5] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG
[PATCH v2 0/3] accel/tcg: Alternate fix for #1866
2023-09-15 18:54 UTC (10+ messages)
` [PATCH v2 1/3] softmmu: Use cpu->created in tcg_commit
` [PATCH v2 2/3] softmmu: Introduce AddressSpaceDispatch generation numbers
` [PATCH v2 3/3] softmmu: Introduce cpu_address_space_sync
[PATCH 00/21] implement discard operation for Parallels images
2023-09-15 18:41 UTC (24+ messages)
` [PATCH 01/21] parallels: fix formatting in bdrv_parallels initialization
` [PATCH 02/21] parallels: mark driver as supporting CBT
` [PATCH 03/21] parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
` [PATCH 04/21] parallels: return earler in fail_format branch in parallels_open()
` [PATCH 05/21] parallels: return earlier from parallels_open() function on error
` [PATCH 06/21] parallels: refactor path when we need to re-check image in parallels_open
` [PATCH 07/21] parallels: create mark_used() helper which sets bit in used bitmap
` [PATCH 08/21] tests: ensure that image validation will not cure the corruption
` [PATCH 09/21] parallels: fix broken parallels_check_data_off()
` [PATCH 10/21] parallels: add test which will validate data_off fixes through repair
` [PATCH 11/21] parallels: collect bitmap of used clusters at open
` [PATCH 12/21] tests: fix broken deduplication check in parallels format test
` [PATCH 13/21] tests: test self-cure of parallels image with duplicated clusters
` [PATCH 14/21] parallels: accept multiple clusters in mark_used()
` [PATCH 15/21] parallels: update used bitmap in allocate_cluster
` [PATCH 16/21] parallels: naive implementation of allocate_clusters with used bitmap
` [PATCH 17/21] parallels: improve readability of allocate_clusters
` [PATCH 18/21] parallels: naive implementation of parallels_co_pdiscard
` [PATCH 19/21] tests: extend test 131 to cover availability of the discard operation
` [PATCH 20/21] parallels: naive implementation of parallels_co_pwrite_zeroes
` [PATCH 21/21] tests: extend test 131 to cover availability of the write-zeroes
[PATCH v1 0/4] vfio: report NUMA nodes for device memory
2023-09-15 18:34 UTC (9+ messages)
` [PATCH v1 3/4] hw/arm/virt-acpi-build: patch guest SRAT for NUMA nodes
` [PATCH v1 4/4] acpi/gpex: patch guest DSDT for dev mem information
[PATCH] spapr: Remove support for NVIDIA V100 GPU with NVLink2
2023-09-15 18:29 UTC (2+ messages)
[PATCH v2 0/3] Follow VirtIO initialization properly at vdpa net cvq isolation probing
2023-09-15 17:20 UTC (6+ messages)
` [PATCH v2 1/3] vdpa net: fix error message setting virtio status
` [PATCH v2 2/3] vdpa net: stop probing if cannot set features
` [PATCH v2 3/3] vdpa net: follow VirtIO initialization properly at cvq isolation probing
[PATCH v2 0/5] elf2dmp: improve Win2022, Win11 and large dumps
2023-09-15 17:13 UTC (7+ messages)
` [PATCH v2 1/5] elf2dmp: replace PE export name check with PDB name check
` [PATCH v2 2/5] elf2dmp: introduce physical block alignment
` [PATCH v2 3/5] elf2dmp: introduce merging of physical memory runs
` [PATCH v2 4/5] elf2dmp: use Linux mmap with MAP_NORESERVE when possible
` [PATCH v2 5/5] elf2dmp: rework PDB_STREAM_INDEXES::segments obtaining
[RFC PATCH 0/8] i386/sev: Use C API of Rust SEV library
2023-09-15 17:09 UTC (6+ messages)
[PATCH 0/3] Follow VirtIO initialization properly at vdpa net cvq isolation probing
2023-09-15 17:07 UTC (6+ messages)
` [PATCH 1/3] vdpa net: fix error message setting virtio status
` [PATCH 2/3] vdpa net: stop probing if cannot set features
` [PATCH 3/3] vdpa net: follow VirtIO initialization properly at cvq isolation probing
[PATCH 0/4] hw/cxl: Line length reduction and related
2023-09-15 17:07 UTC (5+ messages)
` [PATCH 4/4] hw/cxl: Line length reductions
[PATCH v2 0/4] hw/cxl: Line length reduction and related
2023-09-15 17:04 UTC (5+ messages)
` [PATCH v2 1/4] hw/cxl: Use a switch to explicitly check size in caps_reg_read()
` [PATCH v2 2/4] hw/cxl: Use switch statements for read and write of cachemem registers
` [PATCH v2 3/4] hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
` [PATCH v2 4/4] hw/cxl: Line length reductions
[QEMU PATCH v5 00/13] Support blob memory and venus on qemu
2023-09-15 16:58 UTC (11+ messages)
` [QEMU PATCH v5 06/13] virtio-gpu: Support context init feature with virglrenderer
` [QEMU PATCH v5 07/13] softmmu/memory: enable automatic deallocation of memory regions
` [QEMU PATCH v5 09/13] virtio-gpu: Handle resource blob commands
` [QEMU PATCH v5 10/13] virtio-gpu: Resource UUID
QEMU migration-test CI intermittent failure
2023-09-15 16:55 UTC (12+ messages)
[PATCH 0/5] elf2dmp: improve Win2022, Win11 and large dumps
2023-09-15 16:55 UTC (4+ messages)
` [PATCH 4/5] elf2dmp: use Linux mmap with MAP_NORESERVE when possible
[PULL 00/19] crypto: Provide clmul.h and host accel
2023-09-15 16:42 UTC (20+ messages)
` [PULL 01/19] crypto: Add generic 8-bit carry-less multiply routines
` [PULL 02/19] target/arm: Use clmul_8* routines
` [PULL 03/19] target/s390x: "
` [PULL 04/19] target/ppc: "
` [PULL 05/19] crypto: Add generic 16-bit carry-less multiply routines
` [PULL 06/19] target/arm: Use clmul_16* routines
` [PULL 07/19] target/s390x: "
` [PULL 08/19] target/ppc: "
` [PULL 09/19] crypto: Add generic 32-bit carry-less multiply routines
` [PULL 10/19] target/arm: Use clmul_32* routines
` [PULL 11/19] target/s390x: "
` [PULL 12/19] target/ppc: "
` [PULL 13/19] crypto: Add generic 64-bit carry-less multiply routine
` [PULL 14/19] target/arm: Use clmul_64
` [PULL 15/19] target/i386: "
` [PULL 16/19] target/s390x: "
` [PULL 17/19] target/ppc: "
` [PULL 18/19] host/include/i386: Implement clmul.h
` [PULL 19/19] host/include/aarch64: "
[PATCH 0/2] hw/intc/apic: QOM cleanup
2023-09-15 16:20 UTC (3+ messages)
` [PATCH 1/2] target/i386: Only realize existing APIC device
` [PATCH 2/2] hw/intc/apic: Pass CPU using QOM link property
[RFC PATCH] gitlab: shuffle some targets and reduce avocado noise
2023-09-15 16:09 UTC (2+ messages)
[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
2023-09-15 15:56 UTC (5+ messages)
` [PULL 28/53] vdpa: move CVQ isolation check to net_init_vhost_vdpa
[PATCH v2 00/10] Generate x86 cpu features
2023-09-15 15:53 UTC (8+ messages)
` [PATCH v2 03/10] target/i386: Fix duplicated feature name in FEAT_KVM
[PATCH 00/11] accel/tcg: Make more files target agnostic (& exec/ housekeeping)
2023-09-15 15:46 UTC (8+ messages)
` [PATCH 06/11] exec: Rename cpu.c -> cpu-target.c
` [PATCH 10/11] accel/tcg: Make icount.o a target agnostic unit
[PATCH 0/4] accel/tcg: Stubs cleanups
2023-09-15 15:42 UTC (9+ messages)
` [PATCH 2/4] accel/tcg: Remove unused tcg_flush_jmp_cache() stub
` [RFC PATCH 3/4] accel/tcg: Guard tb_flush() with tcg_enabled() and remove the stub
` [RFC PATCH 4/4] accel/tcg: Keep tlb_set_dirty() internal
[PATCH v2 0/6] Add Block-TLB support for hppa target
2023-09-15 15:38 UTC (7+ messages)
` [PATCH v2 1/6] target/hppa: Update to SeaBIOS-hppa version 9
` [PATCH v2 2/6] target/hppa: Allow up to 16 BTLB entries
` [PATCH v2 3/6] target/hppa: Report and clear BTLBs via fw_cfg at startup
` [PATCH v2 4/6] target/hppa: Add BTLB support to hppa TLB functions
` [PATCH v2 5/6] target/hppa: Extract diagnose immediate value
` [PATCH v2 6/6] target/hppa: Wire up diag instruction to support BTLB
[PATCH v2 00/10] Adds CPU hot-plug support to Loongarch
2023-09-15 15:22 UTC (10+ messages)
` [PATCH v2 04/10] Introduce the CPU address space destruction function
[PATCH 1/3] hw/pci: Add all Data Object Types
2023-09-15 15:19 UTC (5+ messages)
` [PATCH 2/3] backends: Initial support for SPDM socket support
` [PATCH 3/3] hw/nvme: Add SPDM over DOE support
[PULL 0/9] testing updates (back to green!)
2023-09-15 15:08 UTC (10+ messages)
` [PULL 1/9] tests: update Debian images to Bookworm
` [PULL 2/9] gitlab: fix typo/spelling in comments
` [PULL 3/9] tests/docker: Update docker-loongarch-cross toolchain
` [PULL 4/9] microbit: add missing qtest_quit() call
` [PULL 5/9] qtest: kill orphaned qtest QEMU processes on FreeBSD
` [PULL 6/9] gitlab: make Cirrus CI timeout explicit
` [PULL 7/9] gitlab: make Cirrus CI jobs gating
` [PULL 8/9] tests/avocado: Fix console data loss
` [PULL 9/9] tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884
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).