qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-05 08:33:01 to 2024-11-05 15:50:48 UTC [more...]

[PULL 00/67] ppc-for-9.2-1 queue
 2024-11-05 15:50 UTC  (6+ messages)
` [PULL 02/67] target/ppc: Make divd[u] handler method decodetree compatible
` [PULL 08/67] target/ppc: Fix HFSCR facility checks

[PULL 00/14] MIPS patches for 2024-11-04
 2024-11-05 15:47 UTC  (2+ messages)

[PULL 0/3] Misc QEMU Guest Agent patches for 2024-11-04
 2024-11-05 15:47 UTC  (2+ messages)

[PULL 0/3] nvme queue
 2024-11-05 15:46 UTC  (2+ messages)

[PATCH] 9pfs: fix crash on 'Treaddir' request
 2024-11-05 12:13 UTC  (2+ messages)

[PATCH 0/8] gdbstub: Allow late attachment
 2024-11-05 15:42 UTC  (13+ messages)
` [PATCH 1/8] gdbstub: Allow the %d placeholder in the socket path
` [PATCH 3/8] user: Introduce user/signal.h
` [PATCH 4/8] user: Introduce host_interrupt_signal
` [PATCH 5/8] osdep: Introduce qemu_kill_thread()

[PULL 00/49] i386, qom, build changes for 2024-10-31
 2024-11-05 15:37 UTC  (6+ messages)
` [PULL 23/49] hw/core: Add Enclave Image Format (EIF) related helpers

[PATCH v7 00/15] macOS PV Graphics and new vmapple machine type
 2024-11-05 15:30 UTC  (16+ messages)
` [PATCH v7 01/15] ui & main loop: Redesign of system-specific main thread event handling
` [PATCH v7 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v7 03/15] hw/display/apple-gfx: Adds PCI implementation
` [PATCH v7 04/15] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v7 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
` [PATCH v7 06/15] hw: Add vmapple subdir
` [PATCH v7 07/15] hw/misc/pvpanic: Add MMIO interface
` [PATCH v7 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
` [PATCH v7 09/15] gpex: Allow more than 4 legacy IRQs
` [PATCH v7 10/15] hw/vmapple/aes: Introduce aes engine
` [PATCH v7 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
` [PATCH v7 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v7 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
` [PATCH v7 14/15] hw/block/virtio-blk: Replaces request free function with g_free
` [PATCH v7 15/15] hw/vmapple/vmapple: Add vmapple machine type

[PATCH v4 00/15] macOS PV Graphics and new vmapple machine type
 2024-11-05 15:36 UTC  (3+ messages)
` [PATCH v4 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF

[PATCH] tests: refresh package lists with latest libvirt-ci
 2024-11-05 15:24 UTC 

[PATCH v3 0/2] vfio/migration: new trace events for 9.2
 2024-11-05 15:20 UTC  (6+ messages)
` [PATCH v3 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event

[PATCH] meson: explain more verbosely why we forbid Clang on Windows
 2024-11-05 15:16 UTC  (2+ messages)

[PATCH] linux-user: Fix setreuid and setregid to use direct syscalls
 2024-11-05 15:15 UTC 

[PATCH] test/functional: Fix Aspeed buildroot tests
 2024-11-05 15:08 UTC  (5+ messages)

[PATCH] crypto: purge 'loaded' property that was documented as already removed
 2024-11-05 15:07 UTC  (3+ messages)

[PULL 0/4] linux-user patch queue
 2024-11-05 15:03 UTC  (5+ messages)
` [PULL 1/4] tests/tcg: Replace -mpower8-vector with -mcpu=power8
` [PULL 2/4] linux-user: Fix GDB complaining about system-supplied DSO string table index
` [PULL 3/4] linux-user: Allow custom rt signal mappings
` [PULL 4/4] tests/tcg: Add SIGRTMIN/SIGRTMAX test

[PATCH] vdpa: Support setting vring_base for packed svq
 2024-11-05 14:54 UTC  (3+ messages)

[PATCH 00/19] hw/microblaze: Allow running cross-endian vCPUs
 2024-11-05 14:50 UTC  (36+ messages)
` [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
` [PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
` [PATCH 03/19] hw/microblaze/s3adsp1800: Explicit CPU endianness
` [PATCH 04/19] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
` [PATCH 05/19] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
` [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style
` [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
` [PATCH 08/19] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
` [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
` [PATCH 10/19] hw/timer/xilinx_timer: "
` [PATCH 11/19] hw/timer/xilinx_timer: Allow down to 8-bit memory access
` [PATCH 12/19] hw/net/xilinx_ethlite: Only expect big-endian accesses
` [PATCH 13/19] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
` [PATCH 14/19] target/microblaze: Set MO_TE once in do_load() / do_store()
` [PATCH 15/19] target/microblaze: Introduce mo_endian() helper
` [PATCH 16/19] target/microblaze: Consider endianness while translating code
` [PATCH 17/19] hw/microblaze: Support various endianness for s3adsp1800 machines
` [PATCH 18/19] tests/functional: Explicit endianness of microblaze assets
` [PATCH 19/19] tests/functional: Add microblaze cross-endianness tests

[RFC PATCH v5 0/2] Support RISC-V CSR read/write in Qtest environment
 2024-11-05 14:28 UTC  (3+ messages)
` [RFC PATCH v5 1/2] target/riscv: Add RISC-V CSR qtest support
` [RFC PATCH v5 2/2] tests/qtest: QTest example for RISC-V CSR register

[PATCH v2 0/5] LoongArch/tcg: Add hardware page table walker support
 2024-11-05 14:27 UTC  (3+ messages)
` [PATCH v2 5/5] target/loongarch/tcg: "

[PATCH v6 00/15] macOS PV Graphics and new vmapple machine type
 2024-11-05 14:24 UTC  (12+ messages)
` [PATCH v6 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v6 10/15] hw/vmapple/aes: Introduce aes engine
` [PATCH v6 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v6 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
` [PATCH v6 15/15] hw/vmapple/vmapple: Add vmapple machine type

[PATCH v6 00/60] QEMU TDX support
 2024-11-05 14:23 UTC  (42+ messages)
` [PATCH v6 02/60] i386: Introduce tdx-guest object
` [PATCH v6 05/60] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v6 13/60] i386/tdx: Validate TD attributes
` [PATCH v6 14/60] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v6 18/60] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v6 23/60] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v6 24/60] i386/tdx: Setup the TD HOB list
` [PATCH v6 30/60] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v6 34/60] i386/tdx: implement tdx_cpu_realizefn()
` [PATCH v6 45/60] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v6 56/60] i386/tdx: Don't treat SYSCALL as unavailable
` [PATCH v6 59/60] i386/cpu: Set up CPUID_HT in x86_cpu_realizefn() instead of cpu_x86_cpuid()
` [PATCH v6 60/60] docs: Add TDX documentation

[PULL 00/10] aspeed queue
 2024-11-05 14:22 UTC  (3+ messages)

[PATCH v3 0/5] hw/loongarch/virt: Add cpu hotplug support
 2024-11-05 13:58 UTC  (3+ messages)
` [PATCH v3 5/5] hw/loongarch/virt: Enable cpu hotplug feature on virt machine

[PATCH v6 0/3] Add support for the RAPL MSRs series
 2024-11-05 12:19 UTC  (12+ messages)

[PATCH 0/5] Allow to enable multifd and postcopy migration together
 2024-11-05 13:01 UTC  (18+ messages)
` [PATCH 2/5] migration/postcopy: magic value for postcopy channel
` [PATCH 3/5] migration: remove multifd check with postcopy
` [PATCH 4/5] migration: refactor ram_save_target_page functions
` [PATCH 5/5] migration: enable multifd and postcopy together

[PATCH] tests/functional: Provide the user with hints where to find more log files
 2024-11-05 12:57 UTC  (2+ messages)

[PULL 00/65] virtio,pc,pci: features, fixes, cleanups
 2024-11-05 12:50 UTC  (7+ messages)
` [PULL 12/65] hw/acpi: Generic Port Affinity Structure support
` [PULL 23/65] qapi: introduce device-sync-config
` [PULL 60/65] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states

[PATCH v4 0/2] target: New binary to prototype heterogeneous machines
 2024-11-05 12:47 UTC  (3+ messages)
` [PATCH v4 2/2] target: Add system emulation aiming to target any architecture

check-function failing on func-arm-arm_aspeed
 2024-11-05 12:10 UTC  (3+ messages)

[PATCH v1] linux-user: Add option to run `execve`d programs through QEMU
 2024-11-05 11:37 UTC  (3+ messages)
`  "

[PULL 00/31] target-arm queue
 2024-11-05 11:19 UTC  (32+ messages)
` [PULL 01/31] softfloat: Allow 2-operand NaN propagation rule to be set at runtime
` [PULL 02/31] tests/fp: Explicitly set 2-NaN propagation rule
` [PULL 03/31] target/arm: "
` [PULL 04/31] target/mips: "
` [PULL 05/31] target/loongarch: "
` [PULL 06/31] target/hppa: "
` [PULL 07/31] target/s390x: "
` [PULL 08/31] target/ppc: "
` [PULL 09/31] target/m68k: "
` [PULL 10/31] target/m68k: Initialize float_status fields in gdb set/get functions
` [PULL 11/31] target/sparc: Move cpu_put_fsr(env, 0) call to reset
` [PULL 12/31] target/sparc: Explicitly set 2-NaN propagation rule
` [PULL 13/31] target/xtensa: Factor out calls to set_use_first_nan()
` [PULL 14/31] target/xtensa: Explicitly set 2-NaN propagation rule
` [PULL 15/31] target/i386: Set 2-NaN propagation rule explicitly
` [PULL 16/31] target/alpha: Explicitly set 2-NaN propagation rule
` [PULL 17/31] target/microblaze: Move setting of float rounding mode to reset
` [PULL 18/31] target/microblaze: Explicitly set 2-NaN propagation rule
` [PULL 19/31] target/openrisc: "
` [PULL 20/31] target/rx: "
` [PULL 21/31] softfloat: Remove fallback rule from pickNaN()
` [PULL 22/31] Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
` [PULL 23/31] target/arm: Add new MMU indexes for AArch32 Secure PL1&0
` [PULL 24/31] target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
` [PULL 25/31] disas: Fix build against Capstone v6 (again)
` [PULL 26/31] hw/rtc/ds1338: Trace send and receive operations
` [PULL 27/31] hw/timer/imx_gpt: Convert DPRINTF to trace events
` [PULL 28/31] hw/watchdog/wdt_imx2: Remove redundant assignment
` [PULL 29/31] hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write access
` [PULL 30/31] hw/net/npcm_gmac: Change error log to trace event
` [PULL 31/31] target/arm: Enable FEAT_CMOW for -cpu max

[PATCH 0/2] hw/riscv/riscv-iommu: Coverity fixes
 2024-11-05 11:24 UTC  (2+ messages)

[PATCH] tests/functional: Convert the RV32-on-RV64 riscv test
 2024-11-05 11:07 UTC  (2+ messages)

[PATCH v3 0/6] target/riscv: Add support for Control Transfer Records Ext
 2024-11-05 10:58 UTC  (4+ messages)
` [PATCH v3 4/6] target/riscv: Add support to record CTR entries

[PATCH] vhost: fail device start if iotlb update fails
 2024-11-05 10:49 UTC  (2+ messages)

[RFC PATCH v2 0/1] Sbsa-ref CXL Enablement
 2024-11-05 10:43 UTC  (2+ messages)
` [RFC PATCH v2 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW

[PULL 0/3] final plugin updates for 9.2
 2024-11-05 10:43 UTC  (4+ messages)
` [PULL 1/3] contrib/plugins/cflow: fix warning
` [PULL 2/3] meson: build contrib/plugins with meson
` [PULL 3/3] contrib/plugins: remove Makefile for contrib/plugins

How to pass the EFI_MEMORY_SP type to VM in QEMU
 2024-11-05 10:42 UTC  (4+ messages)

[PATCH 00/12] Enable building plugins on Windows with Clang
 2024-11-05 10:15 UTC  (5+ messages)
` [PATCH 12/12] docs: add information on how to setup build environments

[PULL v2 00/13] Misc patches (functional tests, next-cube machine, ...)
 2024-11-05 10:05 UTC  (2+ messages)

[PATCH] target/i386/hvf: fix clang compilation warning
 2024-11-05  9:04 UTC  (2+ messages)

[PATCH v3 0/2] next-kbd: convert to use qemu_input_handler_register()
 2024-11-05  9:04 UTC  (8+ messages)
` [PATCH v3 1/2] "

[PATCH] target/i386: add avx-vnni-int16 feature
 2024-11-05  9:03 UTC  (3+ messages)

[PATCH] hw/audio/hda: avoid unnecessary re-open stream on reconfiguration
 2024-11-05  8:32 UTC 


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