messages from 2024-10-24 05:45:26 to 2024-10-24 22:20:08 UTC [more...]
[PATCH v3 0/7] target/i386: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
2024-10-24 22:18 UTC (6+ messages)
` [PATCH v3 1/7] target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bit
` [PATCH v3 2/7] target/i386: Add RAS feature bits on EPYC CPU models
` [PATCH v3 3/7] target/i386: Add PerfMonV2 feature bit
` [PATCH v3 4/7] target/i386: Enable perfmon-v2 and RAS feature bits on EPYC-Genoa
` [PATCH v3 7/7] target/i386: Add support for EPYC-Turin model
[PATCH v3 0/8] Migration: Make misc.h helpers available for whole VM lifecycle
2024-10-24 21:30 UTC (9+ messages)
` [PATCH v3 1/8] migration: Take migration object refcount earlier for threads
` [PATCH v3 2/8] migration: Unexport dirty_bitmap_mig_init()
` [PATCH v3 3/8] migration: Unexport ram_mig_init()
` [PATCH v3 4/8] migration: Drop migration_is_setup_or_active()
` [PATCH v3 5/8] migration: Drop migration_is_idle()
` [PATCH v3 6/8] migration: Drop migration_is_device()
` [PATCH v3 7/8] migration: Unexport migration_is_active()
` [PATCH v3 8/8] migration: Protect updates to current_migration with a mutex
[RFC V1 00/14] precreate phase
2024-10-24 21:16 UTC (3+ messages)
[PATCH V2 13/13] migration: cpr-transfer mode
2024-10-24 21:12 UTC (12+ messages)
[PATCH v42 00/98] hw/sd/sdcard: Add eMMC support
2024-10-24 21:06 UTC (8+ messages)
` [PATCH v42 51/98] hw/sd/sdcard: Add spi_cmd_SEND_CSD/CID handlers (CMD9 & CMD10)
[PATCH v18 00/13] Support blob memory and venus on qemu
2024-10-24 21:03 UTC (14+ messages)
` [PATCH v18 01/13] virtio-gpu: Use trace events for tracking number of in-flight fences
` [PATCH v18 02/13] virtio-gpu: Move fence_poll timer to VirtIOGPUGL
` [PATCH v18 03/13] virtio-gpu: Move print_stats "
` [PATCH v18 04/13] virtio-gpu: Handle virtio_gpu_virgl_init() failure
` [PATCH v18 05/13] virtio-gpu: Unrealize GL device
` [PATCH v18 06/13] virtio-gpu: Use pkgconfig version to decide which virgl features are available
` [PATCH v18 07/13] virtio-gpu: Support context-init feature with virglrenderer
` [PATCH v18 08/13] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v18 09/13] virtio-gpu: Add virgl resource management
` [PATCH v18 10/13] virtio-gpu: Support suspension of commands processing
` [PATCH v18 11/13] virtio-gpu: Handle resource blob commands
` [PATCH v18 12/13] virtio-gpu: Register capsets dynamically
` [PATCH v18 13/13] virtio-gpu: Support Venus context
[PATCH 0/4] QOM: Singleton interface
2024-10-24 20:53 UTC (11+ messages)
` [PATCH 1/4] qom: TYPE_SINGLETON interface
` [PATCH 2/4] x86/iommu: Make x86-iommu a singleton object
` [PATCH 3/4] migration: Make migration object "
` [PATCH 4/4] migration: Reset current_migration properly
[PATCH] target/mips: Introduce disas_mt_available()
2024-10-24 20:04 UTC (2+ messages)
[PATCH 0/8] gdbstub: Allow late attachment
2024-10-24 19:59 UTC (9+ messages)
` [PATCH 1/8] gdbstub: Allow the %d placeholder in the socket path
` [PATCH 2/8] gdbstub: Try unlinking the unix socket before binding
` [PATCH 3/8] user: Introduce user/signal.h
` [PATCH 4/8] user: Introduce host_interrupt_signal
` [PATCH 5/8] osdep: Introduce qemu_kill_thread()
` [PATCH 6/8] gdbstub: Allow late attachment
` [PATCH 7/8] docs/user: Document the %d placeholder and suspend=n QEMU_GDB features
` [PATCH 8/8] tests/tcg: Add late gdbstub attach test
[PATCH 0/4] i386/hvf: x2apic support and some small fixes
2024-10-24 19:43 UTC (5+ messages)
` [PATCH 1/4] i386/hvf: Integrates x2APIC support with hvf accel
` [PATCH 2/4] i386/hvf: Fixes startup memory leak (vmcs caps)
` [PATCH 3/4] i386/hvf: Raise exception on error setting APICBASE
` [PATCH 4/4] i386/hvf: Removes duplicate/shadowed variables in hvf_vcpu_exec
[PATCH 0/2] MAINTAINERS: Remove myself from ppc subsystems
2024-10-24 19:14 UTC (3+ messages)
` [PATCH 1/2] MAINTAINERS: Remove myself from the PowerNV machines
` [PATCH 2/2] MAINTAINERS: Remove myself from XIVE
[PATCH v2 5/8] Add micromips to P5600
2024-10-24 18:22 UTC (2+ messages)
[PATCH 0/2] arm: Add collie and sx functional tests
2024-10-24 17:59 UTC (8+ messages)
[PATCH 0/2] Re-enable the sh4eb target
2024-10-24 17:38 UTC (5+ messages)
` [PATCH 1/2] Revert "Remove the unused sh4eb target"
` [PATCH 2/2] tests/functional: Add a test for sh4eb
[PATCH] stubs: avoid duplicate symbols in libqemuutil.a
2024-10-24 17:34 UTC (3+ messages)
[PATCH] hw/s390x: Re-enable the pci-bridge device on s390x
2024-10-24 17:31 UTC (4+ messages)
[PATCH 0/2] target/i386: fix hang when using slow path for ptw_setl
2024-10-24 17:14 UTC (4+ messages)
` [PATCH 1/2] "
[PATCH v2 0/6] Support virtio-gpu DRM native context
2024-10-24 17:12 UTC (5+ messages)
[PATCH 00/11] Rust device model patches and misc cleanups
2024-10-24 17:27 UTC (15+ messages)
` [PATCH 01/11] Revert "rust: add PL011 device model"
` [PATCH 02/11] rust: add PL011 device model
` [PATCH 03/11] rust/qemu-api-macros: introduce Device proc macro
` [PATCH 04/11] rust: add support for migration in device models
` [PATCH 05/11] rust/pl011: move CLK_NAME static to function scope
` [PATCH 06/11] rust/pl011: add TYPE_PL011_LUMINARY device
` [PATCH 07/11] rust/pl011: move pub callback decl to local scope
` [PATCH 08/11] rust/pl011: remove commented out C code
` [PATCH 09/11] rust/pl011: Use correct masks for IBRD and FBRD
` [PATCH 10/11] rust/qemu-api: add log module
` [PATCH 11/11] rust/pl011: log guest/unimp errors
[PATCH v2 00/13] rust: miscellaneous cleanups + QOM integration tests
2024-10-24 17:23 UTC (6+ messages)
` [PATCH v2 06/13] rust: modernize link_section usage for ELF platforms
` [PATCH v2 07/13] rust: build integration test for the qemu_api crate
[PATCH] raw-format: Fix error message for invalid offset/size
2024-10-24 15:23 UTC (2+ messages)
[PATCH 0/2] Support 64-bit address of initrd
2024-10-24 15:20 UTC (8+ messages)
` [PATCH 1/2] hw/riscv: Support to load DTB after 3GB memory on 64-bit system
` [PATCH 2/2] hw/riscv: Support different address-cells for initrd
[PULL 00/14] Misc fixes patches
2024-10-24 14:20 UTC (2+ messages)
[PULL 0/9] Block layer patches
2024-10-24 14:21 UTC (2+ messages)
[PATCH v5 0/3] Upgrade ACPI SPCR table to support SPCR table revision 4 format
2024-10-24 12:40 UTC (3+ messages)
` [PATCH v5 2/3] hw/acpi: "
[PULL 0/8] Misc fixes for 2024-10-24
2024-10-24 12:34 UTC (9+ messages)
` [PULL 1/8] stubs: avoid duplicate symbols in libqemuutil.a
` [PULL 2/8] sockets: Remove deadcode
` [PULL 3/8] tests: add 'rust' and 'bindgen' to CI package list
` [PULL 4/8] ci: enable rust in the Fedora system build job
` [PULL 5/8] configure: Replace literally printed '\n' with newline
` [PULL 6/8] target/i386: fix CPUID check for LFENCE and SFENCE
` [PULL 7/8] scripts: remove erroneous file that breaks git clone on Windows
` [PULL 8/8] qdev: make properties array "const"
[PATCH] scripts/checkpatch.pl: Ignore ObjC #import lines for operator spacing
2024-10-24 12:35 UTC
[PATCH v3 0/5] Guestperf: miscellaneous refinement and enrichment
2024-10-24 12:28 UTC (4+ messages)
[PATCH] target/loongarch: Use physical cpu id about CSR CPUID for sysemu
2024-10-24 12:06 UTC (4+ messages)
[PATCH] target/arm: kvm: require KVM_CAP_DEVICE_CTRL
2024-10-24 11:31 UTC
[PATCH v2 00/14] rust: allow older versions of rustc and bindgen
2024-10-24 11:28 UTC (11+ messages)
` [PATCH v2 01/14] rust: patch bilge-impl to allow compilation with 1.63.0
` [PATCH v2 02/14] rust: fix cfgs of proc-macro2 for 1.63.0
` [PATCH v2 06/14] rust: synchronize dependencies between subprojects and Cargo.lock
[PATCH] scripts: remove erroneous file that breaks git clone on Windows
2024-10-24 11:21 UTC (2+ messages)
[PATCH v4 00/15] macOS PV Graphics and new vmapple machine type
2024-10-24 10:28 UTC (16+ messages)
` [PATCH v4 01/15] ui & main loop: Redesign of system-specific main thread event handling
` [PATCH v4 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v4 03/15] hw/display/apple-gfx: Adds PCI implementation
` [PATCH v4 04/15] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v4 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
` [PATCH v4 06/15] hw: Add vmapple subdir
` [PATCH v4 07/15] hw/misc/pvpanic: Add MMIO interface
` [PATCH v4 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
` [PATCH v4 09/15] gpex: Allow more than 4 legacy IRQs
` [PATCH v4 10/15] hw/vmapple/aes: Introduce aes engine
` [PATCH v4 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
` [PATCH v4 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v4 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
` [PATCH v4 14/15] hw/block/virtio-blk: Replaces request free function with g_free
` [PATCH v4 15/15] hw/vmapple/vmapple: Add vmapple machine type
[PULL 0/5] Trivial patches for 2024-10-22
2024-10-24 10:23 UTC (2+ messages)
[PATCH v3 0/3] build contrib/plugins using meson
2024-10-24 10:15 UTC (2+ messages)
[RFC PATCH 0/2] Sbsa-ref CXL Enablement
2024-10-24 10:10 UTC (4+ messages)
` [RFC PATCH 1/2] hw/arm/sbsa-ref: Enable CXL Host Bridge by pxb-cxl
[PULL 00/17] testing, gdbstub and plugin updates
2024-10-24 9:56 UTC (18+ messages)
` [PULL 01/17] tests/docker: Fix microblaze atomics
` [PULL 02/17] tests/docker: add NOFETCH env variable for testing
` [PULL 03/17] MAINTAINERS: mention my testing/next tree
` [PULL 04/17] meson: hide tsan related warnings
` [PULL 05/17] docs/devel: update tsan build documentation
` [PULL 06/17] scripts/ci: remove architecture checks for build-environment updates
` [PULL 07/17] tests/tcg/x86_64: Add cross-modifying code test
` [PULL 08/17] accel/tcg: add tracepoints for cpu_loop_exit_atomic
` [PULL 09/17] dockerfiles: fix default targets for debian-loongarch-cross
` [PULL 10/17] gitlab: make check-[dco|patch] a little more verbose
` [PULL 11/17] MAINTAINERS: mention my gdbstub/next tree
` [PULL 12/17] config/targets: update aarch64_be-linux-user gdb XML list
` [PULL 13/17] tests/tcg: enable basic testing for aarch64_be-linux-user
` [PULL 14/17] tests/tcg/aarch64: Use raw strings for regexes in test-mte.py
` [PULL 15/17] testing: Enhance gdb probe script
` [PULL 16/17] MAINTAINERS: mention my plugins/next tree
` [PULL 17/17] plugins: fix qemu_plugin_reset
[PULL 0/6] loongarch-to-apply queue
2024-10-24 9:26 UTC (7+ messages)
` [PULL 1/6] target/loongarch: Add loongson binary translation feature
` [PULL 2/6] target/loongarch: Implement lbt registers save/restore function
` [PULL 3/6] target/loongarch/kvm: Implement LoongArch PMU extension
` [PULL 4/6] linux-headers: loongarch: Add kvm_para.h and unistd_64.h
` [PULL 5/6] linux-headers: Update to Linux v6.12-rc3
` [PULL 6/6] target/loongarch: Add steal time support on migration
Qemu v9.0.2: Boot failed qemu-arm with Linux next-20241017 tag
2024-10-24 9:27 UTC (6+ messages)
Please put qemu-system-sh4eb back
2024-10-24 9:27 UTC (3+ messages)
[QEMU PATCH v9] xen/passthrough: use gsi to map pirq when dom0 is PVH
2024-10-24 9:06 UTC
[PATCH] arm: Kconfig: disable stellaris if Rust is enabled
2024-10-24 9:04 UTC (3+ messages)
[PATCH 00/36] next-cube: more tidy-ups and improvements
2024-10-24 8:45 UTC (12+ messages)
` [PATCH 03/36] next-cube: remove overlap between next.dma and next.mmio memory regions
` [PATCH 26/36] next-cube: don't use rtc phase value of -1
` [PATCH 27/36] next-cube: QOMify NeXTRTC
` [PATCH 32/36] next-cube: add rtc-power-out named gpio to reset the rtc state machine
[PULL 00/17] aspeed queue
2024-10-24 6:35 UTC (18+ messages)
` [PULL 01/17] hw/gpio/aspeed: Fix coding style
` [PULL 02/17] hw/gpio/aspeed: Support to set the different memory size
` [PULL 03/17] hw/gpio/aspeed: Support different memory region ops
` [PULL 04/17] hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index mode
` [PULL 05/17] hw/gpio/aspeed: Add AST2700 support
` [PULL 06/17] aspeed/soc: Correct GPIO irq 130 for AST2700
` [PULL 07/17] aspeed/soc: Support GPIO "
` [PULL 08/17] tests/qtest:ast2700-gpio-test: Add GPIO test case "
` [PULL 09/17] hw/misc/aspeed_hace: Fix SG Accumulative hashing
` [PULL 10/17] tests/functional: Convert most Aspeed machine tests
` [PULL 11/17] aspeed/smc: Fix write incorrect data into flash in user mode
` [PULL 12/17] hw/block:m25p80: Fix coding style
` [PULL 13/17] hw/block:m25p80: Support write status register 2 command (0x31) for w25q01jvq
` [PULL 14/17] hw/block/m25p80: Add SFDP table for w25q80bl flash
` [PULL 15/17] hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB
` [PULL 16/17] hw/arm/aspeed: Correct fmc_model w25q80bl "
` [PULL 17/17] test/qtest/aspeed_smc-test: Fix coding style
[PATCH v2 00/18] Fix write incorrect data into flash in user mode
2024-10-24 6:14 UTC (10+ messages)
` [PATCH v2 01/18] aspeed/smc: "
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).