messages from 2023-10-29 14:52:11 to 2023-10-30 12:20:13 UTC [more...]
[PATCH] file-posix: fix over-writing of returning zone_append offset
2023-10-30 7:50 UTC (2+ messages)
[PATCH v5 0/4] Add full zoned storage emulation to qcow2 driver
2023-10-30 12:18 UTC (2+ messages)
` [PATCH v5 1/4] docs/qcow2: add the zoned format feature
[PATCH v6 00/21] virtio-net RSS/hash report fixes and improvements
2023-10-30 12:14 UTC (23+ messages)
` [PATCH v6 01/21] tap: Remove tap_probe_vnet_hdr_len()
` [PATCH v6 02/21] tap: Remove qemu_using_vnet_hdr()
` [PATCH v6 03/21] net: Move virtio-net header length assertion
` [PATCH v6 04/21] net: Remove receive_raw()
` [PATCH v6 05/21] tap: Remove tap_receive()
` [PATCH v6 06/21] net: Remove flag propagation
` [PATCH v6 07/21] tap: Shrink zeroed virtio-net header
` [PATCH v6 08/21] virtio-net: Copy header only when necessary
` [PATCH v6 09/21] virtio-net: Disable RSS on reset
` [PATCH v6 10/21] virtio-net: Unify the logic to update NIC state for RSS
` [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
` [PATCH v6 12/21] virtio-net: Enable software RSS
` [PATCH v6 13/21] virtio-net: Always set populate_hash
` [PATCH v6 14/21] virtio-net: Do not write hashes to peer buffer
` [PATCH v6 15/21] virtio-net: Do not clear VIRTIO_NET_F_HASH_REPORT
` [PATCH v6 16/21] ebpf: Fix RSS error handling
` [PATCH v6 17/21] ebpf: Use standard section name
` [PATCH v6 18/21] ebpf: Simplify error handling
` [PATCH v6 19/21] ebpf: Return 0 when configuration fails
` [PATCH v6 20/21] ebpf: Refactor tun_rss_steering_prog()
` [PATCH v6 21/21] ebpf: Add a separate target for skeleton
[PATCH 0/5] Add LoongArch v1.1 instructions
2023-10-30 11:54 UTC (10+ messages)
[PATCH v5] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
2023-10-30 11:52 UTC (3+ messages)
[PATCH v6 00/12] RVA22U64 profile support
2023-10-30 11:49 UTC (13+ messages)
` [PATCH v6 01/12] target/riscv: add zicbop extension flag
` [PATCH v6 06/12] target/riscv/tcg: add user flag for profile support
` [PATCH v6 09/12] target/riscv/tcg: handle profile MISA bits
` [PATCH v6 11/12] target/riscv/tcg: honor user choice for G "
` [PATCH v6 12/12] target/riscv/tcg: warn if profile exts are disabled
[PATCH v2 0/6] arm/stellaris: convert gamepad input device to qdev
2023-10-30 11:48 UTC (7+ messages)
` [PATCH v2 1/6] hw/input/stellaris_input: Rename to stellaris_gamepad
` [PATCH v2 2/6] hw/input/stellaris_gamepad: Rename structs to our usual convention
` [PATCH v2 3/6] qdev: Add qdev_prop_set_array()
` [PATCH v2 4/6] hw/input/stellaris_gamepad: Remove StellarisGamepadButton struct
` [PATCH v2 5/6] hw/input/stellaris_input: Convert to qdev
` [PATCH v2 6/6] hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()
[PATCH 00/11] qdev: Make array properties user accessible again
2023-10-30 11:29 UTC (4+ messages)
` [PATCH 01/11] qdev: Add qdev_prop_set_array()
[PATCH 0/6] arm/stellaris: convert gamepad input device to qdev
2023-10-30 11:29 UTC (3+ messages)
Update mail account
2023-10-30 11:27 UTC (5+ messages)
` [PATCH 1/1] MAINTAINERS: update mail address for Weiwei Li
[PATCH 0/3] Misc ati-vga patches
2023-10-30 11:20 UTC (7+ messages)
` [PATCH 1/3] ati-vga: Fix aperture sizes
` [PATCH 2/3] ati-vga: Support unaligned access to GPIO DDC registers
QEMU developers fortnightly conference call for 2023-10-31
2023-10-30 11:04 UTC
[PATCH v7 00/23] Make Pixman an optional dependency
2023-10-30 10:47 UTC (24+ messages)
` [PATCH v7 01/23] build-sys: add a "pixman" feature
` [PATCH v7 02/23] build-sys: drop needless warning pragmas for old pixman
` [PATCH v7 03/23] ui: compile out some qemu-pixman functions when !PIXMAN
` [PATCH v7 04/23] ui: add pixman-minimal.h
` [PATCH v7 05/23] vl: drop needless -spice checks
` [PATCH v7 06/23] qemu-options: define -vnc only #ifdef CONFIG_VNC
` [PATCH v7 07/23] vl: simplify display_remote logic
` [PATCH v7 08/23] vl: move display early init before default devices
` [PATCH v7 09/23] ui/console: allow to override the default VC
` [PATCH v7 10/23] ui/vc: console-vc requires PIXMAN
` [PATCH v7 11/23] qmp/hmp: disable screendump if PIXMAN is missing
` [PATCH v7 12/23] virtio-gpu: replace PIXMAN for region/rect test
` [PATCH v7 13/23] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [PATCH v7 14/23] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PATCH v7 15/23] ui/gl: opengl doesn't require PIXMAN
` [PATCH v7 16/23] ui/vnc: VNC requires PIXMAN
` [PATCH v7 17/23] ui/spice: SPICE/QXL "
` [PATCH v7 18/23] ui/gtk: -display gtk "
` [PATCH v7 19/23] ui/dbus: do not require PIXMAN
` [PATCH v7 20/23] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
` [PATCH v7 21/23] hw/sm501: allow compiling without PIXMAN
` [PATCH v7 22/23] hw/display: make ATI_VGA depend on PIXMAN
` [PATCH v7 23/23] build-sys: make pixman actually optional
[PATCH v5 0/5] VIA PM: Implement basic ACPI support
2023-10-30 10:43 UTC (5+ messages)
` [PATCH v5 3/5] hw/isa/vt82c686: Reuse acpi_update_sci()
[PATCH v6 00/23] Make Pixman an optional dependency
2023-10-30 10:24 UTC (6+ messages)
` [PATCH v6 15/23] ui/gl: opengl doesn't require PIXMAN
[PATCH] MAINTAINERS: Fully cover target/i386/*
2023-10-30 10:21 UTC (2+ messages)
[PATCH] target/i386: Only allow injecting MCE on x86 CPUs
2023-10-30 10:21 UTC
[PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]
2023-10-30 10:21 UTC
[PATCH] vl: constify default_list
2023-10-30 10:19 UTC (2+ messages)
[PATCH 0/4] Fix IRQ routing in via south bridge
2023-10-30 9:49 UTC (4+ messages)
[PULL 00/41] target-arm queue
2023-10-30 10:09 UTC (3+ messages)
[PATCH v4 0/3] AMD/Xilinx Versal TRNG support
2023-10-30 9:57 UTC (5+ messages)
` [PATCH v4 3/3] tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG device
[PATCH] linux-user/elfload: Add missing arm64 hwcap values
2023-10-30 9:52 UTC (3+ messages)
[PATCH] target/s390x/cpu_models: Use 'first_cpu' in s390_get_feat_block()
2023-10-30 9:46 UTC (2+ messages)
[PATCH v9 0/7] Pegasos2 fixes and audio output support
2023-10-30 9:26 UTC (6+ messages)
` [PATCH v9 4/7] hw/isa/vt82c686: Implement PCI IRQ routing
[PATCH v3 00/21] parallels: Add full dirty bitmap support
2023-10-30 9:09 UTC (10+ messages)
` [PATCH v3 01/21] parallels: Set s->used_bmap to NULL in parallels_free_used_bitmap()
` [PATCH v3 02/21] parallels: Move inactivation code to a separate function
` [PATCH v3 03/21] parallels: Make mark_used() a global function
` [PATCH v3 04/21] parallels: Add parallels_mark_unused() helper
[PATCH v2 0/3] vfio/pci: Fix buffer overrun when writing the VF token
2023-10-30 8:59 UTC (3+ messages)
[PATCH] util/uuid: Define UUID_STR_LEN from UUID_NONE string
2023-10-30 8:59 UTC (2+ messages)
[PATCH v6 0/5] gdbstub and TCG plugin improvements
2023-10-30 8:47 UTC (7+ messages)
` [PATCH v6 1/5] hw/riscv: Use misa_mxl instead of misa_mxl_max
` [PATCH v6 2/5] target/riscv: Remove misa_mxl validation
` [PATCH v6 3/5] target/riscv: Move misa_mxl_max to class
` [PATCH v6 4/5] target/riscv: Validate misa_mxl_max only once
` [PATCH v6 5/5] default-configs: Add TARGET_XML_FILES definition
[PATCH] hw/arm/pxa2xx_gpio: Pass CPU using QOM link property
2023-10-30 8:37 UTC
[PATCH v3 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
2023-10-30 7:48 UTC (3+ messages)
` [PATCH v3 12/13] test: Add some tests for range and resv-mem helpers
[PULL 0/2] hex queue - GETPC() fixes, shadowing fixes
2023-10-30 6:08 UTC (2+ messages)
[PULL 00/11] testing patches (+ 1 deprecation patch)
2023-10-30 4:39 UTC (2+ messages)
[PATCH 2/6] system/physmem: IOMMU: Invoke the translate_size function if it is implemented
2023-10-30 6:00 UTC (3+ messages)
[PATCH 0/1] Enable -Wshadow=local
2023-10-30 4:58 UTC (4+ messages)
[PATCH 00/14] Update RISC-V vector crypto to ratified v1.0.0
2023-10-30 4:47 UTC (3+ messages)
` [PATCH 01/14] target/riscv: Add cfg property for Zvkt extension
Patch to fix malfunctioning of T2-T5 timers on the STM32 platform
2023-10-30 4:26 UTC (3+ messages)
[PATCH v5 00/21] virtio-net RSS/hash report fixes and improvements
2023-10-30 4:16 UTC (18+ messages)
` [PATCH v5 04/21] net: Remove receive_raw()
` [PATCH v5 11/21] virtio-net: Return an error when vhost cannot enable RSS
` [PATCH v5 15/21] virtio-net: Do not clear VIRTIO_NET_F_HASH_REPORT
[PATCH] hw/ufs: Modify lu.c to share codes with SCSI subsystem
2023-10-30 4:11 UTC (2+ messages)
[PULL 0/1] ufs queue
2023-10-30 4:02 UTC (2+ messages)
` [PULL 1/1] hw/ufs: Modify lu.c to share codes with SCSI subsystem
[PATCH 0/6] Various tracing patches
2023-10-30 3:36 UTC (11+ messages)
` [PATCH 1/6] hw/watchdog/wdt_imx2: Trace MMIO access
` [PATCH 3/6] hw/misc/imx7_snvs: "
` [PATCH 4/6] hw/misc/imx6_ccm: Convert DPRINTF to trace events
` [PATCH 5/6] hw/i2c/pm_smbus: "
` [PATCH 6/6] system/memory: Trace names of MemoryRegions rather than host pointers
[PATCH v1 0/6] linux-user/loongarch64: Add LSX/LASX sigcontext
2023-10-30 3:28 UTC (7+ messages)
` [PATCH v1 2/6] target/loongarch: Add set_vec_extctx to set LSX/LASX instructions extctx_flags
` [PATCH v1 5/6] linux-user/loongarch64: Add LSX sigcontext save/restore
[PATCH v3 00/37] vfio: Adopt iommufd
2023-10-30 3:20 UTC (28+ messages)
` [PATCH v3 06/37] vfio: Introduce base object for VFIOContainer and targetted interface
` [PATCH v3 07/37] vfio/container: Introduce a empty VFIOIOMMUOps
` [PATCH v3 08/37] vfio/container: Switch to dma_map|unmap API
` [PATCH v3 09/37] vfio/common: Move giommu_list in base container
` [PATCH v3 10/37] vfio/container: Move space field to "
` [PATCH v3 11/37] vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap API
` [PATCH v3 14/37] vfio/container: Move vrdl_list, pgsizes and dma_max_mappings to base container
` [PATCH v3 18/37] vfio/container: Implement attach/detach_device
` [PATCH v3 19/37] vfio/spapr: Introduce spapr backend and target interface
[PATCH v3 0/4] riscv: zicntr/zihpm flags and disable support
2023-10-30 3:15 UTC (4+ messages)
` [PATCH v3 3/4] target/riscv: add zihpm extension flag for TCG
[PATCH v4 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
2023-10-30 3:07 UTC (11+ messages)
` [PATCH v4 03/13] hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT
` [PATCH v4 10/13] hw/pci-host/gpex: Define properties for MMIO ranges
` [PATCH v4 11/13] hw/riscv/virt: Update GPEX MMIO related properties
` [PATCH v4 12/13] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
` [PATCH v4 13/13] hw/riscv/virt-acpi-build.c: Add PLIC in MADT
[PATCH 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]
2023-10-30 2:13 UTC (3+ messages)
[PATCH] MAINTAINERS: Add the can documenation file to the CAN section
2023-10-29 23:43 UTC (2+ messages)
[PATCH 00/11] tcg: Move tcg expanders out of line
2023-10-29 21:08 UTC (12+ messages)
` [PATCH 01/11] tcg: Mark tcg_gen_op* as noinline
` [PATCH 02/11] tcg: Move tcg_gen_op* out of line
` [PATCH 03/11] tcg: Move generic expanders "
` [PATCH 04/11] tcg: Move 32-bit "
` [PATCH 05/11] tcg: Move 64-bit "
` [PATCH 06/11] tcg: Move vec_gen_* declarations to tcg-internal.h
` [PATCH 07/11] tcg: Move tcg_gen_opN "
` [PATCH 08/11] tcg: Unexport tcg_gen_op*_{i32,i64}
` [PATCH 09/11] tcg: Move tcg_constant_* out of line
` [PATCH 10/11] tcg: Move tcg_temp_new_*, tcg_global_mem_new_* "
` [PATCH 11/11] tcg: Move tcg_temp_free_* "
qemu-system-i386
2023-10-29 18:31 UTC
[PATCH v2 00/19] Maintainer updates for testing, gdb, semihosting and plugins (pre-PR)
2023-10-29 19:02 UTC (24+ messages)
` [PATCH v2 01/19] tests/vm/openbsd: Use the system dtc package
` [PATCH v2 02/19] tests/tcg: Add -fno-stack-protector
` [PATCH v2 03/19] gitlab: split alpha testing into a legacy container
` [PATCH v2 04/19] gitlab: clean-up build-soft-softmmu job
` [PATCH v2 05/19] gitlab: add build-loongarch to matrix
` [PATCH v2 06/19] tests/docker: use debian-legacy-test-cross for alpha
` [PATCH v2 07/19] tests/docker: move sh4 to use debian-legacy-test-cross
` [PATCH v2 08/19] tests/docker: use debian-all-test-cross for power
` [PATCH v2 09/19] tests/docker: use debian-all-test-cross for hppa
` [PATCH v2 10/19] tests/docker: use debian-all-test-cross for m68k
` [PATCH v2 11/19] tests/docker: use debian-all-test-cross for mips64
` [PATCH v2 12/19] tests/docker: use debian-all-test-cross for mips
` [PATCH v2 14/19] tests/docker: use debian-all-test-cross for sparc64
` [PATCH v2 15/19] tests/docker: upgrade debian-all-test-cross to bookworm
` [PATCH v2 16/19] gdbstub: Check if gdb_regs is NULL
` [PATCH v2 17/19] semihosting: fix memleak at semihosting_arg_fallback
` [PATCH v2 18/19] plugins: Remove an extra parameter
` [PATCH v2 19/19] contrib/plugins: Close file descriptor on error return
[PATCH v3 0/3] pnv nest1 chiplet model
2023-10-29 18:36 UTC (7+ messages)
` [PATCH v3 1/3] hw/ppc: Add pnv pervasive common chiplet units
` [PATCH v3 2/3] hw/ppc: Add nest1 chiplet model
` [PATCH v3 3/3] hw/ppc: Nest1 chiplet wiring
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).