messages from 2025-01-07 14:04:12 to 2025-01-08 09:30:13 UTC [more...]
[PATCH 00/14] i.MX and SDHCI improvements
2025-01-08 9:25 UTC (15+ messages)
` [PATCH 01/14] hw/sd/sdhci: Set SDHC_NIS_DMA bit when appropriate
` [PATCH 02/14] hw/char/imx_serial: Fix reset value of UFCR register
` [PATCH 03/14] hw/char/imx_serial: Update all state before restarting ageing timer
` [PATCH 04/14] hw/core: Introduce TYPE_SHARED_IRQ
` [PATCH 05/14] hw/pci-host/designware: Expose MSI IRQ
` [PATCH 06/14] hw/gpio/imx_gpio: Don't clear input GPIO values upon reset
` [PATCH 07/14] hw/sd/sd: Remove legacy sd_set_cb() in favor of GPIOs
` [PATCH 08/14] hw/sd/sd: Allow for inverting polarities of presence and write-protect GPIOs
` [PATCH 09/14] hw/char/imx_serial: Turn some DPRINTF() statements into trace events
` [PATCH 10/14] hw/timer/imx_gpt: Remove unused define
` [PATCH 11/14] tests/qtest/libqos: Reuse TYPE_IMX_I2C define
` [PATCH 12/14] hw/i2c/imx_i2c: Convert DPRINTF() to trace events
` [PATCH 13/14] hw/misc/imx6_src: "
` [PATCH 14/14] hw/gpio/imx_gpio: Turn DPRINTF() into "
[PATCH v3 0/3] Introduce a new Write Protected pin inverted property
2025-01-08 9:11 UTC (15+ messages)
` [PATCH v3 1/3] hw/sd/sdhci: Fix coding style
` [PATCH v3 2/3] hw/sd/sdhci: Introduce a new Write Protected pin inverted property
` [PATCH v3 3/3] hw/arm/aspeed: Invert sdhci write protected pin for AST2600 EVB
[PULL 00/14] Fixes for tests and removal of deprecated features
2025-01-08 8:45 UTC (15+ messages)
` [PULL 01/14] tests/tcg/s390x: Use the SLOF libc headers for the multiarch tests
` [PULL 02/14] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.4 and 2.5 machine types
` [PULL 03/14] hw/s390x/s390-skeys: Remove the "migration-enabled" property
` [PULL 04/14] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.6 machine type
` [PULL 05/14] hw/s390x: Remove the "ri_allowed" switch
` [PULL 06/14] hw/s390x/ipl: Remove the "iplbext_migration" property
` [PULL 07/14] hw/s390x/css-bridge: Remove the "css_dev_path" property
` [PULL 08/14] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.7 machine type
` [PULL 09/14] hw/s390x: Remove the cpu_model_allowed flag and related code
` [PULL 10/14] hw/s390x/s390-virtio-ccw: Remove the deprecated 2.8 machine type
` [PULL 11/14] hw/s390x: Remove the "adapter_routes_max_batch" property from the flic
` [PULL 12/14] Remove the deprecated "-runas" command line option
` [PULL 13/14] docs/about/deprecated: Remove paragraph about initial deprecation in 2.10
` [PULL 14/14] tests/functional/test_x86_64_hotplug_cpu: Fix race condition during unplug
[PATCH] system: Try hardware accelerators (KVM, HVF) before software one (TCG)
2025-01-08 8:36 UTC (5+ messages)
QEMU commit 0a923be2f642 broke my or1k image
2025-01-08 8:24 UTC (14+ messages)
` or1k -M virt -hda and net
[RFC PATCH 0/9] rust: (mostly) type safe VMState
2025-01-08 8:40 UTC (15+ messages)
` [RFC PATCH 2/9] rust: vmstate: implement VMState for non-leaf types
` [RFC PATCH 3/9] rust: vmstate: add varray support to vmstate_of!
` [RFC PATCH 5/9] rust: vmstate: implement VMState for scalar types
` [RFC PATCH 6/9] rust: vmstate: add public utility macros to implement VMState
` [RFC PATCH 7/9] rust: qemu_api: add vmstate_struct and vmstate_cell
` [RFC PATCH 8/9] rust: pl011: switch vmstate to new-style macros
` [RFC PATCH 9/9] rust: vmstate: remove translation of C vmstate macros
[PATCH v1 0/5] Report vfio-ap configuration changes
2025-01-08 7:34 UTC (9+ messages)
` [PATCH v1 1/5] linux-headers: NOTFORMERGE - placeholder uapi updates for AP config change
` [PATCH v1 2/5] hw/vfio/ap: notification handler for AP config changed event
` [PATCH v1 3/5] hw/vfio/ap: store object indicating AP config changed in a queue
` [PATCH v1 4/5] hw/vfio/ap: Storing event information for an AP configuration change event
` [PATCH v1 5/5] s390: implementing CHSC SEI for AP config change
[PATCH] hw/riscv/riscv-iommu.c: Introduce a translation tag for the page table cache
2025-01-08 7:30 UTC (5+ messages)
[PATCH v3 00/29] testing/next: functional tests, qtest clocks, vm and keymaps (pre-PR)
2025-01-08 7:03 UTC (33+ messages)
` [PATCH v3 01/29] tests/functional: update the arm tuxrun tests
` [PATCH v3 02/29] tests/functional: update the i386 "
` [PATCH v3 03/29] tests/functional: add a m68k "
` [PATCH v3 04/29] tests/functional: update the mips32 "
` [PATCH v3 05/29] tests/functional: update the mips32el "
` [PATCH v3 06/29] tests/functional: update the mips64 "
` [PATCH v3 07/29] tests/functional: update the mips64el "
` [PATCH v3 08/29] tests/functional: update the ppc32 "
` [PATCH v3 09/29] tests/functional: update the ppc64 "
` [PATCH v3 10/29] tests/functional: update the riscv32 "
` [PATCH v3 11/29] tests/functional: update the riscv64 "
` [PATCH v3 12/29] tests/functional: update the s390x "
` [PATCH v3 13/29] tests/functional: update the sparc64 "
` [PATCH v3 14/29] tests/functional: update the x86_64 "
` [PATCH v3 15/29] tests/functional/aarch64: add tests for FEAT_RME
` [PATCH v3 16/29] tests/qtest: remove clock_steps from virtio tests
` [PATCH v3 17/29] system/qtest: properly feedback results of clock_[step|set]
` [PATCH v3 18/29] tests/functional: remove hacky sleep from the tests
` [PATCH v3 19/29] tests/functional: add zstd support to uncompress utility
` [PATCH v3 20/29] tests/functional: extend test_aarch64_virt with vulkan test
` [PATCH v3 21/29] tests/lcitool: bump to latest version of libvirt-ci
` [PATCH v3 22/29] tests/docker: move riscv64 cross container from sid to trixie
` [PATCH v3 23/29] tests/lcitool: remove temp workaround for debian mips64el
` [PATCH v3 24/29] tests/vm: fix build_path based path
` [PATCH v3 25/29] tests/vm: partially un-tabify help output
` [PATCH v3 26/29] tests/vm: allow interactive login as root
` [PATCH v3 27/29] pc-bios: ensure keymaps dependencies set vnc tests
` [PATCH v3 28/29] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker
` [PATCH v3 29/29] MAINTAINERS: Remove myself from reviewers
[PATCH] qapi: fix colon in Since tag section
2025-01-08 6:54 UTC (2+ messages)
[PATCH v8 0/9] virtio-net: add support for SR-IOV emulation
2025-01-08 6:48 UTC (2+ messages)
[PATCH 0/7] Enable shared device assignment
2025-01-08 6:41 UTC (10+ messages)
` [PATCH 1/7] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
` [PATCH 5/7] memory: Register the RamDiscardManager instance upon guest_memfd creation
[PATCH v4 0/4] virtio: Convert feature properties to OnOffAuto
2025-01-08 6:17 UTC (5+ messages)
` [PATCH v4 1/4] qapi: Do not consume a value if failed
` [PATCH v4 2/4] qdev-properties: Accept bool for OnOffAuto
` [PATCH v4 3/4] qdev-properties: Add DEFINE_PROP_ON_OFF_AUTO_BIT64()
` [PATCH v4 4/4] virtio: Convert feature properties to OnOffAuto
[PATCH v3 0/2] Add new PowerPC Special Purpose Registers
2025-01-08 6:17 UTC (4+ messages)
` [PATCH v3 1/2] ppc/pnv: Add new PowerPC Special Purpose Registers (DAWR1, DAWRX1)
` [PATCH v3 2/2] ppc/pnv: Add new PowerPC Special Purpose Registers (RWMR)
[PATCH 0/5] Introduce AST27x0 multi-SoC machine
2025-01-08 3:51 UTC (3+ messages)
[RFC PATCH 0/5] support unaligned access to xHCI Capability
2025-01-08 2:58 UTC (10+ messages)
` [RFC PATCH 2/5] system/memory: support unaligned access
[PATCH v3 0/2] Move net backend cleanup to NIC cleanup
2025-01-08 2:39 UTC (2+ messages)
Subject: [PATCH] loader: Add register setting support via cli
2025-01-08 2:28 UTC (5+ messages)
[PATCH] target/loongarch: Only support 64bit pte width
2025-01-08 2:18 UTC (2+ messages)
[PATCH v3 0/2] hw/loongarch/boot: Support Linux raw boot image
2025-01-08 2:08 UTC (2+ messages)
[PATCH 0/7] migration: Fix s390 regressions + migration script
2025-01-07 23:25 UTC (11+ messages)
` [PATCH 1/7] migration: Add more error handling to analyze-migration.py
` [PATCH 2/7] migration: Remove unused argument in vmsd_desc_field_end
` [PATCH 3/7] migration: Document the effect of vmstate_info_nullptr
` [PATCH 4/7] migration: Fix parsing of s390 stream
` [PATCH 5/7] migration: Dump correct JSON format for nullptr replacement
` [PATCH 6/7] migration: Fix arrays of pointers in JSON writer
` [PATCH 7/7] s390x: Fix CSS migration
[PATCH 0/2] test/qtest/migration: Use out-of-band execution for migrate-recover
2025-01-07 21:12 UTC (4+ messages)
` [PATCH 1/2] tests/qtest: Introduce qtest_init_with_env_and_capabilities()
` [PATCH 2/2] tests/qtest/migration: Use out-of-band execution for migrate-recover
[PATCH v2 0/2] qtest: Remove uses of 'first_cpu'
2025-01-07 19:30 UTC (5+ messages)
[RFC PATCH] tests/qtest/stm32l4x5_usart: Avoid accessing NVIC via MMIO
2025-01-07 19:26 UTC
[RESEND][PATCH v3 0/7] Add ivshmem-flat device
2025-01-07 18:57 UTC (6+ messages)
` [PATCH v3 6/7] tests/qtest: Add API functions to capture IRQ toggling
[PATCH] rust: add --check-cfg test to rustc arguments
2025-01-07 18:43 UTC (2+ messages)
[PATCH 1/1] docs/nitro-enclave: Clarify Enclave and Firecracker relationship
2025-01-07 17:01 UTC (4+ messages)
[PATCH v2] hw/i386/pc: Fix level interrupt sharing for Xen event channel GSI
2025-01-07 16:58 UTC (4+ messages)
[PATCH v2] pci: ensure valid link status bits for downstream ports
2025-01-07 16:48 UTC (3+ messages)
[PULL 00/41] Rust, qdev, target/i386 changes for 2024-12-19
2025-01-07 16:43 UTC (12+ messages)
` [PULL 25/41] rust: qom: put class_init together from multiple ClassInitImpl<>
[PATCH V3] physmem: fix qemu_ram_alloc_from_fd size calculation
2025-01-07 16:31 UTC
A few patches for u-boot-sam460ex
2025-01-07 16:30 UTC
[PATCH v6] hw/acpi: Add vmclock device
2025-01-07 16:28 UTC
[PATCH] hw/i386/pc: Fix level interrupt sharing for Xen event channel GSI
2025-01-07 16:20 UTC (3+ messages)
[PATCH v2 00/21] hw/uefi: add uefi variable service
2025-01-07 16:16 UTC (26+ messages)
` [PATCH v2 01/21] hw/uefi: add include/hw/uefi/var-service-api.h
` [PATCH v2 02/21] hw/uefi: add include/hw/uefi/var-service-edk2.h
` [PATCH v2 03/21] hw/uefi: add include/hw/uefi/var-service.h
` [PATCH v2 04/21] hw/uefi: add var-service-guid.c
` [PATCH v2 05/21] hw/uefi: add var-service-utils.c
` [PATCH v2 06/21] hw/uefi: add var-service-vars.c
` [PATCH v2 07/21] hw/uefi: add var-service-auth.c
` [PATCH v2 08/21] hw/uefi: add var-service-policy.c
` [PATCH v2 09/21] hw/uefi: add var-service-core.c
` [PATCH v2 10/21] hw/uefi: add var-service-pkcs7.c
` [PATCH v2 11/21] hw/uefi: add var-service-pkcs7-stub.c
` [PATCH v2 12/21] hw/uefi: add var-service-siglist.c
` [PATCH v2 13/21] hw/uefi: add var-service-json.c + qapi for NV vars
` [PATCH v2 14/21] hw/uefi: add trace-events
` [PATCH v2 15/21] hw/uefi: add UEFI_VARS to Kconfig
` [PATCH v2 16/21] hw/uefi: add to meson
` [PATCH v2 17/21] hw/uefi: add uefi-vars-sysbus device
` [PATCH v2 18/21] hw/uefi: add uefi-vars-isa device
` [PATCH v2 19/21] hw/arm: add uefi variable support to virt machine type
` [PATCH v2 20/21] docs: add uefi variable service documentation
` [PATCH v2 21/21] hw/uefi: add MAINTAINERS entry
[PATCH v2] tests/qtest/libqos: add DMA support for writing and reading fw_cfg files
2025-01-07 16:15 UTC (2+ messages)
[PATCH V2] physmem: fix qemu_ram_alloc_from_fd size calculation
2025-01-07 16:14 UTC (4+ messages)
[PATCH 0/2] hw/intc: Select generic ARM_GICV3 when KVM is not available
2025-01-07 16:05 UTC (4+ messages)
` [PATCH 2/2] hw/intc: Have ARM_GIC select "
[PATCH V5 00/23] Live update: cpr-transfer
2025-01-07 15:38 UTC (4+ messages)
` [PATCH V5 15/23] migration: cpr-transfer mode
[PATCH v2 0/2] target/arm/arm-powerctl: Restrict to ARM cores
2025-01-07 15:34 UTC (2+ messages)
[PATCH 0/2] tcg/riscv: Use BEXTI for single-bit extractions
2025-01-07 15:27 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH v6 6/8] chardev/char-mux: implement backend chardev multiplexing
2025-01-07 14:57 UTC (3+ messages)
[PATCH v3 0/2] qga: Open channel before going daemon
2025-01-07 14:52 UTC (3+ messages)
` [PATCH v3 1/2] qga: Invert logic on return value in main()
` [PATCH v3 2/2] qga: Don't daemonize before channel is initialized
[PULL 0/2] Misc QGA patches for 2025-01-06
2025-01-07 14:32 UTC (2+ messages)
[PATCH v11 0/2] tpm: add mssim backend
2025-01-07 14:12 UTC (3+ messages)
` [PATCH v11 1/2] tpm: convert tpmdev options processing to new visitor format
[RFC 0/4] Add SPDM over Storage transport support for NVMe
2025-01-07 5:29 UTC (3+ messages)
` [RFC 1/4] spdm-socket: add seperate send/recv functions
` [RFC 2/4] spdm: add spdm storage transport virtual header
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).