qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-02 15:22:33 to 2024-10-04 04:55:48 UTC [more...]

[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
 2024-10-04  4:54 UTC  (10+ messages)
` [PATCH v3 01/14] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v3 04/14] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v3 09/14] gpex: Allow more than 4 legacy IRQs

[PATCH 0/2] Fix secondary CPU reset for Xilinx Zynq 7000
 2024-10-04  1:24 UTC  (4+ messages)
` [PATCH 1/2] hw/arm/boot: Use hooks if PSCI is disabled

[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] accel/tcg: Fix CPU specific unaligned behaviour
 2024-10-03 23:08 UTC  (6+ messages)

[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 00/13] hw: Add ld/st_endian() APIs
 2024-10-03 22:10 UTC  (24+ 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-03 21:43 UTC  (13+ messages)

[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  (15+ 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 v2] target/riscv/csr.c: Fix an access to VXSAT
 2024-10-03 20:13 UTC  (3+ messages)
` [PATCH v3] "

[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 v8 00/12] riscv: QEMU RISC-V IOMMU Support
 2024-10-03 18:36 UTC  (6+ messages)
` [PATCH v8 03/12] hw/riscv: add RISC-V IOMMU base emulation

[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 V2 00/13] Live update: cpr-transfer
 2024-10-03 16:14 UTC  (3+ messages)
` [PATCH V2 01/13] machine: alloc-anon option

[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 v2 0/6] arm: drop last bits from deprecated boards
 2024-10-03 15:37 UTC  (11+ 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] 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  (8+ messages)
` [PATCH RFC 3/5] acpi/generic_event_device: Update GHES migration to cover hest addr
` [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)

[PATCH v11 0/9] Add Rust build support, ARM PL011 device impl
 2024-10-03 13:28 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 6/9] meson.build: add HAVE_GLIB_WITH_ALIGNED_ALLOC flag
` [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 trivial] gitlab-ci/build-oss-fuzz: print FAILED marker in case the test failed and run all tests
 2024-10-03 12:16 UTC 

[PULL 00/10] QAPI patches patches for 2024-10-02
 2024-10-03 12:01 UTC  (2+ messages)

[PULL v2 00/22] -Werror=maybe-uninitialized fixes
 2024-10-03 12:01 UTC  (2+ messages)

[PATCH v9 00/12] Add ACPI CPER firmware first error injection on ARM emulation
 2024-10-03 11:48 UTC  (9+ messages)
` [PATCH v9 01/12] acpi/ghes: add a firmware file with HEST address

Rust BoF and maintainer minutes and planning the roadmap to Rust
 2024-10-03 11:29 UTC  (8+ messages)

[PATCH 00/16] UI-related fixes & shareable 2d memory with -display dbus
 2024-10-03 11:22 UTC  (17+ messages)
` [PATCH 01/16] hw/audio/hda: free timer on exit
` [PATCH 02/16] hw/audio/hda: fix memory leak on audio setup
` [PATCH 03/16] ui/dbus: fix leak on message filtering
` [PATCH 04/16] ui/win32: fix potential use-after-free with dbus shared memory
` [PATCH 05/16] ui/dbus: fix filtering all update messages
` [PATCH 06/16] ui/dbus: discard display messages on disable
` [PATCH 07/16] ui/dbus: discard pending CursorDefine on new one
` [PATCH 08/16] util/memfd: report potential errors on free
` [PATCH 09/16] ui/pixman: generalize shared_image_destroy
` [PATCH 10/16] ui/dbus: do not limit to one listener per connection / bus name
` [PATCH 11/16] ui/dbus: add trace for can_share_map
` [PATCH 12/16] ui/surface: allocate shared memory on !win32
` [PATCH 13/16] ui/dbus: add Listener.Unix.Map interface XML
` [PATCH 14/16] ui/dbus: implement Unix.Map
` [PATCH 15/16] virtio-gpu: allocate shareable 2d resources on !win32
` [PATCH 16/16] tests: add basic -display dbus Map.Unix test

[PATCH] hw/net/net_rx_pkt: Remove deadcode
 2024-10-03 10:54 UTC  (4+ messages)

[PULL v3 00/35] riscv-to-apply queue
 2024-10-03  9:32 UTC  (2+ messages)

[PATCH v6 0/3] vhost-user-blk: live resize additional APIs
 2024-10-03  8:05 UTC  (2+ messages)

[PING PATCH v5 0/3] Check clock connection between STM32L4x5 RCC and peripherals
 2024-10-03  8:10 UTC  (4+ messages)
` [PING PATCH v5 1/3] hw/misc: Create STM32L4x5 SYSCFG clock
` [PING PATCH v5 2/3] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
` [PING PATCH v5 3/3] tests/qtest: Check STM32L4x5 clock connections

[PULL 0/5] Fix mips64el CI job + some other misc patches
 2024-10-03  9:32 UTC  (2+ messages)

[PATCH for-9.2 v6 00/12] riscv: QEMU RISC-V IOMMU Support
 2024-10-03  8:42 UTC  (9+ messages)
` [PATCH for-9.2 v6 03/12] hw/riscv: add RISC-V IOMMU base emulation

[PATCH] MAINTAINERS: remove gensyscalls.sh from the linux-user section
 2024-10-03  7:06 UTC 

[PATCH 0/2] fix backup-discard-source test for XFS
 2024-10-03  6:39 UTC  (2+ messages)

[PATCH v2 00/11] ppc/spapr: remove deprecated machines specific code
 2024-10-03  5:56 UTC  (4+ messages)

[PATCH v2] hw/nvme: Adding support for NPDAL and NPDGL
 2024-10-01  1:28 UTC 

[PATCH v1] linux-user: Add option to run `execve`d programs through QEMU
 2024-10-02 16:42 UTC  (15+ messages)

More than 255 vcpus Windows VM setup without viommu ?
 2024-10-02 15:30 UTC  (5+ messages)

[PATCH] vnc: fix crash when no console attached
 2024-10-02 15:21 UTC  (2+ messages)


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