messages from 2024-10-03 13:30:52 to 2024-10-04 16:07:17 UTC [more...]
[PULL 00/23] Trivial patches for 2024-10-04
2024-10-04 16:03 UTC (22+ messages)
` [PULL 01/23] hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header
` [PULL 02/23] qemu-keymap: Release local allocation references
` [PULL 03/23] vnc: fix crash when no console attached
` [PULL 04/23] MAINTAINERS: remove gensyscalls.sh from the linux-user section
` [PULL 05/23] hw/xen: Remove deadcode
` [PULL 06/23] q35: Remove unused mch_mcfg_base
` [PULL 07/23] net: Remove deadcode
` [PULL 08/23] hw/net/net_rx_pkt: "
` [PULL 09/23] hw/char: Remove unused serial_set_frequency
` [PULL 10/23] linux-user: Remove unused handle_vm86_fault
` [PULL 11/23] hw: Remove unused fw_cfg_init_io
` [PULL 12/23] ui/cursor: remove cursor_get_mono_image
` [PULL 13/23] vhost: Remove unused vhost_dev_{load|save}_inflight
` [PULL 14/23] remote: Remove unused remote_iohub_finalize
` [PULL 16/23] hw/pci: Remove unused pcie_chassis_find_slot
` [PULL 17/23] hw/net/rocker: Remove unused rocker_fp_ports
` [PULL 18/23] block-backend: Remove deadcode
` [PULL 20/23] hw/mips: Build fw_cfg.c once
` [PULL 21/23] tests/functional: Fix hash validation
` [PULL 22/23] docs/devel: Mention post_load hook restrictions where we document the hook
` [PULL 23/23] MAINTAINERS: Add myself as maintainer of e500 machines
[PATCH v9 00/12] riscv: QEMU RISC-V IOMMU Support
2024-10-04 15:57 UTC (13+ messages)
` [PATCH v9 01/12] exec/memtxattr: add process identifier to the transaction attributes
` [PATCH v9 02/12] hw/riscv: add riscv-iommu-bits.h
` [PATCH v9 03/12] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v9 04/12] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
` [PATCH v9 05/12] hw/riscv: add riscv-iommu-pci reference device
` [PATCH v9 06/12] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PATCH v9 07/12] test/qtest: add riscv-iommu-pci tests
` [PATCH v9 08/12] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
` [PATCH v9 09/12] hw/riscv/riscv-iommu: add ATS support
` [PATCH v9 10/12] hw/riscv/riscv-iommu: add DBG support
` [PATCH v9 11/12] qtest/riscv-iommu-test: add init queues test
` [PATCH v9 12/12] docs/specs: add riscv-iommu
[RFC v2 0/2] Handling aliased guest memory maps in vhost-vDPA SVQs
2024-10-04 15:17 UTC (4+ messages)
` [RFC v2 1/2] vhost-vdpa: Implement IOVA->GPA tree
` [RFC v2 2/2] vhost-svq: Translate guest-backed memory with "
[PATCH trivial] gitlab-ci/build-oss-fuzz: print FAILED marker in case the test failed and run all tests
2024-10-04 14:59 UTC (3+ messages)
[PATCH v8 00/12] riscv: QEMU RISC-V IOMMU Support
2024-10-04 14:46 UTC (9+ messages)
` [PATCH v8 03/12] hw/riscv: add RISC-V IOMMU base emulation
[RFC PATCH] accel/tcg: add tracepoints for cpu_loop_exit_atomic
2024-10-04 14:34 UTC (2+ messages)
{PATCH] accel/tcg: Fix CPU specific unaligned behaviour
2024-10-04 14:24 UTC (5+ messages)
[PATCH 00/13] hw: Add ld/st_endian() APIs
2024-10-04 14:08 UTC (26+ messages)
` [PATCH 01/13] qemu/bswap: Introduce ld/st_endian_p() API
` [PATCH 07/13] hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ry
` [PATCH 08/13] hw/xtensa/xtfpga: Replace memcpy()+tswap32() by stl_endian_p()
` [PATCH 09/13] exec/memory_ldst_phys: Introduce ld/st_endian_phys() API
` [PATCH 12/13] hw/pci/pci_device: Introduce ld/st_endian_pci_dma() API
` [PATCH 13/13] hw/net/tulip: Use "
[PATCH 0/6] refactor RDMA live migration based on rsocket API
2024-10-04 14:04 UTC (14+ messages)
[PATCH v2 0/6] arm: drop last bits from deprecated boards
2024-10-04 13:54 UTC (12+ messages)
` [PATCH v2 1/6] hw/adc: Remove MAX111X device
` [PATCH v2 2/6] hw/gpio: Remove MAX7310 device
` [PATCH v2 3/6] hw/ide: Remove DSCM-1XXXX microdrive device model
` [PATCH v2 4/6] hw: Remove PCMCIA subsystem
` [PATCH v2 5/6] hw/block: Remove ecc
` [PATCH v2 6/6] vl.c: Remove pxa2xx-specific -portrait and -rotate options
[PATCH v2] target/riscv/csr.c: Fix an access to VXSAT
2024-10-04 13:48 UTC (4+ messages)
` [PATCH v3] "
[PATCH V2 00/13] Live update: cpr-transfer
2024-10-04 13:24 UTC (7+ messages)
` [PATCH V2 01/13] machine: alloc-anon option
[PATCH] tests/functional: Fix hash validation
2024-10-04 13:02 UTC
[PATCH 1/1] hw/intc/riscv_aplic: Fix APLIC in clrip and clripnum write emulation
2024-10-04 12:41 UTC (5+ messages)
proposed schedule for 9.2 release
2024-10-04 12:34 UTC
[PATCH v11 0/9] Add Rust build support, ARM PL011 device impl
2024-10-04 12:22 UTC (10+ messages)
` [PATCH v11 1/9] Require meson version 1.5.0
` [PATCH v11 2/9] build-sys: Add rust feature option
` [PATCH v11 3/9] configure, meson: detect Rust toolchain
` [PATCH v11 4/9] rust: add bindgen step as a meson dependency
` [PATCH v11 5/9] .gitattributes: add Rust diff and merge attributes
` [PATCH v11 7/9] rust: add crate to expose bindings and interfaces
` [PATCH v11 8/9] rust: add utility procedural macro crate
` [PATCH v11 9/9] rust: add PL011 device model
[PATCH v2 1/1] hw/intc/riscv_aplic: Check and update pending when write sourcecfg
2024-10-04 10:46 UTC
[PATCH v2] block/file-posix: optimize append write
2024-10-04 10:41 UTC
[PATCH 0/2] Fix secondary CPU reset for Xilinx Zynq 7000
2024-10-04 10:36 UTC (5+ messages)
` [PATCH 1/2] hw/arm/boot: Use hooks if PSCI is disabled
[PATCH 0/5] Building PPTT with root node and identical implementation flag
2024-10-04 10:07 UTC (3+ messages)
[PATCH] vga: relax restriction on display width
2024-10-04 8:39 UTC
[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
2024-10-04 5:32 UTC (7+ messages)
` [PATCH v3 04/14] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v3 09/14] gpex: Allow more than 4 legacy IRQs
` [PATCH v3 10/14] hw/vmapple/aes: Introduce aes engine
[PATCH v4 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-10-04 5:22 UTC (3+ messages)
` [PATCH v4 03/17] intel_iommu: Add a placeholder variable for scalable modern mode
[PATCH v15 00/21] riscv support for control flow integrity extensions
2024-10-04 0:36 UTC (23+ messages)
` [PATCH v15 01/21] target/riscv: expose *envcfg csr and priv to qemu-user as well
` [PATCH v15 02/21] target/riscv: Add zicfilp extension
` [PATCH v15 03/21] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PATCH v15 04/21] target/riscv: save and restore elp state on priv transitions
` [PATCH v15 05/21] target/riscv: additional code information for sw check
` [PATCH v15 06/21] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v15 07/21] target/riscv: zicfilp `lpad` impl and branch tracking
` [PATCH v15 08/21] disas/riscv: enable `lpad` disassembly
` [PATCH v15 09/21] target/riscv: Expose zicfilp extension as a cpu property
` [PATCH v15 10/21] target/riscv: Add zicfiss extension
` [PATCH v15 11/21] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v15 12/21] target/riscv: tb flag for shadow stack instructions
` [PATCH v15 13/21] target/riscv: mmu changes for zicfiss shadow stack protection
` [PATCH v15 14/21] target/riscv: disallow probe accesses to shadow stack
` [PATCH v15 15/21] target/riscv: AMO operations always raise store/AMO fault
` [PATCH v15 16/21] target/riscv: update `decode_save_opc` to store extra word2
` [PATCH v15 17/21] target/riscv: implement zicfiss instructions
` [PATCH v15 18/21] target/riscv: compressed encodings for sspush and sspopchk
` [PATCH v15 19/21] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v15 20/21] disas/riscv: enable disassembly for compressed sspush/sspopchk
` [PATCH v15 21/21] target/riscv: Expose zicfiss extension as a cpu property
[PATCH 00/16] misc: Use explicit endian LD/ST API
2024-10-03 23:42 UTC (13+ messages)
` [PATCH 01/16] qemu/bswap: Undefine CPU_CONVERT() once done
` [PATCH 02/16] exec/memop: Remove unused memop_big_endian() helper
` [PATCH 03/16] linux-user/i386: Use explicit little-endian LD/ST API
` [PATCH 04/16] hw/i386: "
` [PATCH 05/16] target/i386: "
` [PATCH 06/16] hw/m68k: Use explicit big-endian "
` [PATCH 07/16] target/m68k: "
` [PATCH 08/16] hw/ppc/e500: "
` [PATCH 09/16] hw/s390x: "
` [PATCH 10/16] target/s390x: "
` [PATCH 11/16] hw/sparc: "
` [PATCH 12/16] target/sparc: "
[PATCH 00/12] target/mips: Remove target-specific endianness knowledge
2024-10-03 23:01 UTC (11+ messages)
` [PATCH 01/12] target/mips: Declare cpu_is_bigendian_env() in 'internal.h'
` [PATCH 04/12] target/mips: Convert mips16e decr_and_load/store() macros to functions
` [PATCH 05/12] target/mips: Introduce mo_endian() helper
` [PATCH 08/12] target/mips: Expose MIPSCPU::is_big_endian property
` [PATCH 11/12] target/mips: Remove target-specific code in mips_cpu_reset_hold()
[PATCH v2 0/4] hw/ppc & net: Simplify LD/ST API uses
2024-10-03 22:34 UTC (7+ messages)
` [PATCH v2 1/4] hw/ppc/spapr_nvdimm: "
` [PATCH v2 2/4] hw/ppc/spapr_vof: "
` [PATCH v2 4/4] net/l2tpv3: "
[PATCH] hw/sd/sdcard: Fix handling of disabled boot partitions
2024-10-03 21:31 UTC (5+ messages)
[PATCH v2 08/17] migration: Add load_finish handler and associated functions
2024-10-03 21:17 UTC (13+ messages)
[PATCH] hw/pci: Remove unused pcie_chassis_find_slot
2024-10-03 21:15 UTC (2+ messages)
[PATCH] hw/char: Remove unused serial_set_frequency
2024-10-03 21:14 UTC (2+ messages)
[PATCH] tests/tcg/plugins: Remove remainder of the cris target
2024-10-03 21:10 UTC (2+ messages)
[PATCH] hw/riscv/spike: Replace tswap64() by ldq_endian_p()
2024-10-03 21:03 UTC (5+ messages)
[PATCH] qapi, machine-qmp-cmds.c: query-accelerator support
2024-10-03 20:59 UTC (6+ messages)
[PATCH v4] tests/tcg/x86_64: Add cross-modifying code test
2024-10-03 19:56 UTC (2+ messages)
[PATCH] hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header
2024-10-03 18:59 UTC (2+ messages)
[PULL v2 0/5] Xen Queue
2024-10-03 18:56 UTC (6+ messages)
` [PULL v2 1/5] hw/xen: Remove deadcode
` [PULL v2 2/5] hw/xen: Expose handle_bufioreq in xen_register_ioreq
` [PULL v2 3/5] hw/xen: xenpvh: Disable buffered IOREQs for ARM
` [PULL v2 4/5] hw/xen: xenpvh: Add pci-intx-irq-base property
` [PULL v2 5/5] hw/arm: xenpvh: Enable PCI for ARM PVH
[PULL v1 0/5] Xen Queue
2024-10-03 17:52 UTC (8+ messages)
` [PULL v1 1/5] hw/xen: Remove deadcode
` [PULL v1 2/5] hw/xen: Expose handle_bufioreq in xen_register_ioreq
` [PULL v1 3/5] hw/xen: xenpvh: Disable buffered IOREQs for ARM
` [PULL v1 4/5] hw/xen: xenpvh: Add pci-intx-irq-base property
` [PULL v1 5/5] hw/arm: xenpvh: Enable PCI for ARM PVH
[PATCH v2 1/1] target/riscv: enable floating point unit
2024-10-03 18:40 UTC (2+ messages)
[PATCH v2 00/12] target/arm: Implement FEAT_MOPS
2024-10-03 18:10 UTC (4+ messages)
` [PATCH v2 09/12] target/arm: Implement the SETG* instructions
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-10-03 18:08 UTC (3+ messages)
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
[PATCH] tests/qemu-iotests/testenv: Use the "r2d" machine for sh4/sh4eb
2024-10-03 17:22 UTC (3+ messages)
[PATCH v2] tests/qtest: Add XIVE tests for the powernv10 machine
2024-10-03 17:21 UTC (2+ messages)
[PATCH] MAINTAINERS: Add myself as maintainer of e500 machines
2024-10-03 16:05 UTC (2+ messages)
[PATCH] docs/devel: Mention post_load hook restrictions where we document the hook
2024-10-03 16:01 UTC (2+ messages)
[PATCH] MAINTAINERS: Update STM32L4x5 and B-L475E-IOT01A maintainers
2024-10-03 15:55 UTC (2+ messages)
[PATCH] hw/intc/omap_intc: Remove now-unnecessary abstract base class
2024-10-03 15:37 UTC (2+ messages)
[PATCH v2] target/arm: Avoid target_ulong for physical address lookups
2024-10-03 15:49 UTC (2+ messages)
[PATCH v5] testing: bump mips64el cross to bookworm and fix package list
2024-10-03 15:42 UTC (2+ messages)
[PATCH] docs/system/cpu-hotplug: Update example's socket-id/core-id
2024-10-03 14:54 UTC (6+ messages)
[PATCH v10 00/21] Add ACPI CPER firmware first error injection on ARM emulation
2024-10-03 14:51 UTC (5+ messages)
` [PATCH v10 07/21] acpi/ghes: rework the logic to handle HEST source ID
[PATCH RFC 0/5] Change ghes driver to use HEST-based offsets
2024-10-03 14:46 UTC (5+ messages)
` [PATCH RFC 4/5] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH RFC 5/5] arm/virt-acpi-build: Properly handle virt-9.1
Corrupt VNC display for 1366x768
2024-10-03 13:34 UTC (6+ 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).