messages from 2024-07-16 11:17:31 to 2024-07-16 18:20:16 UTC [more...]
(no subject)
2024-07-16 14:48 UTC (5+ messages)
` [PATCH 16/26] hw/display/apple-gfx: Asynchronous MMIO writes on x86-64
[PATCH v1 00/11] Convert avocado tests to normal Python unittests
2024-07-16 18:19 UTC (21+ messages)
` [PATCH 01/11] tests/functional: Add base classes for the upcoming pytest-based tests
` [PATCH 02/11] tests/functional: Convert simple avocado tests into standalone python tests
` [PATCH 03/11] tests/functional: Convert avocado tests that just need a small adjustment
` [PATCH 04/11] tests/functional: Add python-based tests to the meson build system
` [PATCH 05/11] tests/functional: Implement fetch_asset() method for downloading assets
` [PATCH 06/11] tests/functional: Convert some tests that download files via fetch_asset()
` [PATCH 07/11] tests/functional: Add a function for extracting files from an archive
` [PATCH 08/11] tests/functional: Convert some avocado tests that needed avocado.utils.archive
` [PATCH 09/11] tests/functional: Set up logging
` [PATCH 10/11] tests/functional: Convert the s390x avocado tests into standalone tests
` [PATCH 11/11] gitlab-ci: Add "check-functional" to the build tests
[PATCH 0/5] qapi: Doc comment cleanups
2024-07-16 18:12 UTC (13+ messages)
` [PATCH 1/5] qapi/pci: Clean up documentation around PciDeviceClass
` [PATCH 2/5] qapi/machine: Clean up documentation around CpuInstanceProperties
` [PATCH 3/5] qapi/machine: Clarify query-uuid value when none has been specified
` [PATCH 4/5] qapi/sockets: Move deprecation note out of SocketAddress doc comment
` [PATCH 5/5] qapi/ui: Drop note on naming of SpiceQueryMouseMode
[PULL 00/13] Misc HW/UI patches for 2024-07-16
2024-07-16 18:09 UTC (14+ messages)
` [PULL 01/13] hw/core/loader: allow loading larger ROMs
` [PULL 02/13] hw/isa/vt82c686: Turn "intr" irq into a named gpio
` [PULL 03/13] include/hw/qdev-core.h: Correct and clarify gpio doc comments
` [PULL 04/13] loader: remove load_image_gzipped function as its not used anywhere
` [PULL 05/13] accel/tcg: Make cpu_exec_interrupt hook mandatory
` [PULL 06/13] system/cpus: Add cpu_pause() function
` [PULL 07/13] esp: remove transfer size check from DMA DATA IN and DATA OUT transfers
` [PULL 08/13] ui/cocoa: Release CGColorSpace
` [PULL 09/13] ui/console: Convert mouse visibility parameter into bool
` [PULL 10/13] ui/cocoa: Add cursor composition
` [PULL 11/13] ui/console: Remove dpy_cursor_define_supported()
` [PULL 12/13] vl: fix "type is NULL" in -vga help
` [PULL 13/13] system/physmem: use return value of ram_block_discard_require() as errno
[RFC PATCH 0/8] Convert avocado tests to normal Python unittests
2024-07-16 18:10 UTC (4+ messages)
[PATCH 00/14] Improve mechanism for configuring allowed commands
2024-07-16 18:08 UTC (7+ messages)
` [PATCH 04/14] qapi: add a 'command-features' pragma
[PATCH v3 0/4] ui/cocoa: Add cursor composition
2024-07-16 17:55 UTC (2+ messages)
[PATCH] tests: increase timeout per instance of bios-tables-test
2024-07-16 17:44 UTC (5+ messages)
[PATCH v4 00/12] hw/iommufd: IOMMUFD Dirty Tracking
2024-07-16 17:40 UTC (22+ messages)
` [PATCH v4 02/12] vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev
` [PATCH v4 03/12] backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabilities
` [PATCH v4 04/12] vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()
` [PATCH v4 05/12] vfio/iommufd: Introduce auto domain creation
` [PATCH v4 06/12] vfio/{iommufd,container}: Remove caps::aw_bits
` [PATCH v4 08/12] vfio/iommufd: Probe and request hwpt dirty tracking capability
` [PATCH v4 09/12] vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support
` [PATCH v4 10/12] vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
[PATCH v2] target/s390x: filter deprecated properties based on model expansion type
2024-07-16 17:32 UTC
[PATCH 0/2] Consolidate embedded PPC initial mappung functions
2024-07-16 17:07 UTC (4+ messages)
` [PATCH 1/2] hw/ppc: Consolidate e500 initial mapping creation functions
` [PATCH 2/2] hw/ppc: Consolidate ppc440 "
[PATCH v3 00/19] ppc/pnv: Better big-core model, lpar-per-core, PC unit
2024-07-16 16:55 UTC (26+ messages)
` [PATCH v3 01/19] target/ppc: Fix msgsnd for POWER8
` [PATCH v3 02/19] ppc/pnv: Add pointer from PnvCPUState to PnvCore
` [PATCH v3 03/19] ppc/pnv: Move timebase state into PnvCore
` [PATCH v3 04/19] target/ppc: Move SPR indirect registers "
` [PATCH v3 05/19] ppc/pnv: use class attribute to limit SMT threads for different machines
` [PATCH v3 06/19] ppc/pnv: Extend chip_pir class method to TIR as well
` [PATCH v3 07/19] ppc: Add a core_index to CPUPPCState for SMT vCPUs
` [PATCH v3 08/19] target/ppc: Add helpers to check for SMT sibling threads
` [PATCH v3 09/19] ppc: Add has_smt_siblings property to CPUPPCState
` [PATCH v3 10/19] ppc/pnv: Add a big-core mode that joins two regular cores
` [PATCH v3 11/19] ppc/pnv: Add allow for big-core differences in DT generation
` [PATCH v3 12/19] ppc/pnv: Implement big-core PVR for Power9/10
` [PATCH v3 13/19] ppc/pnv: Implement Power9 CPU core thread state indirect register
` [PATCH v3 14/19] ppc/pnv: Add POWER10 ChipTOD quirk for big-core
` [PATCH v3 15/19] ppc/pnv: Add big-core machine property
` [PATCH v3 16/19] system/cpus: Add cpu_pause() function
` [PATCH v3 17/19] ppc/pnv: Add a CPU nmi and resume function
` [PATCH v3 18/19] ppc/pnv: Implement POWER10 PC xscom registers for direct controls
` [PATCH v3 19/19] ppc/pnv: Add an LPAR per core machine option
[PATCH] target/i386: do not crash if microvm guest uses SGX CPUID leaves
2024-07-16 16:55 UTC
[RFC PATCH] gdbstub: Re-factor gdb command extensions
2024-07-16 16:55 UTC (7+ messages)
[Stable-9.0.2 00/27] Patch Round-up for stable 9.0.2, frozen on 2024-07-14
2024-07-16 16:26 UTC (3+ messages)
` [Stable-9.0.2 26/27] sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments
[PATCH] hw/display/bcm2835_fb: fix fb_use_offsets condition
2024-07-16 16:10 UTC (5+ messages)
[PATCH v2] hw/virtio/vdpa-dev: Check returned value instead of dereferencing @errp
2024-07-16 16:26 UTC
[PATCH v2] qga/commands-posix: Make ga_wait_child() return boolean
2024-07-16 16:23 UTC
[PATCH] hw/nubus/nubus-virtio-mmio: Fix missing ERRP_GUARD() in nubus_virtio_mmio_realize()
2024-07-16 16:02 UTC (5+ messages)
` [PATCH] hw/virtio/vdpa-dev: Check returned value instead of dereferencing @errp
[PATCH] cpu: Free queued CPU work
2024-07-16 15:58 UTC (2+ messages)
[PATCH v4 0/9] target/i386: Misc cleanup on KVM PV defs, outdated comments and error handling
2024-07-16 16:10 UTC (10+ messages)
` [PATCH v4 1/9] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH v4 2/9] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
` [PATCH v4 3/9] target/i386/kvm: Only save/load kvmclock MSRs when kvmclock enabled
` [PATCH v4 4/9] target/i386/kvm: Save/load MSRs of kvmclock2 (KVM_FEATURE_CLOCKSOURCE2)
` [PATCH v4 5/9] target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
` [PATCH v4 6/9] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()
` [PATCH v4 7/9] target/i386/kvm: Clean up return values of MSR filter related functions
` [PATCH v4 8/9] target/i386/kvm: Clean up error handling in kvm_arch_init()
` [PATCH v4 9/9] target/i386/kvm: Replace ARRAY_SIZE(msr_handlers) with KVM_MSR_FILTER_MAX_RANGES
[PATCH v2 0/9] XIVE changes for Cache Watch, VSTs, STT and info pic
2024-07-16 15:55 UTC (8+ messages)
` [PATCH v2 1/9] pnv/xive2: XIVE2 Cache Watch, Cache Flush and Sync Injection support
` [PATCH v2 4/9] pnv/xive2: Add NVG and NVC to cache watch facility
[PATCH v3] osdep: add a qemu_close_all_open_fd() helper
2024-07-16 15:52 UTC (3+ messages)
[PATCH] arm/kvm: add support for MTE
2024-07-16 15:45 UTC (2+ messages)
[PATCH v2] plugins/stoptrigger: TCG plugin to stop execution under conditions
2024-07-16 15:35 UTC (8+ messages)
[PATCH V15 0/7] Add architecture agnostic code to support vCPU Hotplug
2024-07-16 15:21 UTC (9+ messages)
[PATCH V16 0/7] Add architecture agnostic code to support vCPU Hotplug
2024-07-16 15:05 UTC (10+ messages)
` [PATCH V16 1/7] accel/kvm: Extract common KVM vCPU {creation, parking} code
` [PATCH V16 2/7] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH V16 3/7] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V16 4/7] hw/acpi: Update GED _EVT method AML with CPU scan
` [PATCH V16 5/7] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH V16 6/7] physmem: Add helper function to destroy CPU AddressSpace
` [PATCH V16 7/7] gdbstub: Add helper function to unregister GDB register space
[PATCH 0/6] VIRTIO-IOMMU/VFIO: Revert IOMMUDevice clear and fix hotunplug
2024-07-16 14:59 UTC (15+ messages)
` [PATCH 1/6] Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged"
` [PATCH 2/6] virtio-iommu: Remove probe_done
` [PATCH 3/6] virtio-iommu: Free [host_]resv_ranges on unset_iommu_devices
` [PATCH 4/6] virtio-iommu: Remove the end point on detach
` [PATCH 5/6] hw/vfio/common: Add vfio_listener_region_del_iommu trace event
` [PATCH 6/6] virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domain
[PATCH v6 0/5] Implement QATzip compression method
2024-07-16 14:50 UTC (8+ messages)
` [PATCH v6 1/5] docs/migration: add qatzip compression feature
` [PATCH v6 4/5] migration: Introduce 'qatzip' compression method
` [PATCH v6 5/5] tests/migration: Add integration test for "
[PATCH v4 0/9] RISC-V: ACPI: Namespace updates
2024-07-16 14:43 UTC (10+ messages)
` [PATCH v4 1/9] hw/riscv/virt-acpi-build.c: Add namespace devices for PLIC and APLIC
` [PATCH v4 2/9] hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART
` [PATCH v4 3/9] tests/acpi: Allow DSDT acpi table changes for aarch64
` [PATCH v4 4/9] acpi/gpex: Create PCI link devices outside PCI root bridge
` [PATCH v4 5/9] tests/acpi: update expected DSDT blob for aarch64 and microvm
` [PATCH v4 6/9] tests/qtest/bios-tables-test.c: Remove the fall back path
` [PATCH v4 7/9] tests/acpi: Add empty ACPI data files for RISC-V
` [PATCH v4 8/9] tests/qtest/bios-tables-test.c: Enable basic testing "
` [PATCH v4 9/9] tests/acpi: Add expected ACPI AML files "
[PATCH V1 0/8] Live update: vfio
2024-07-16 14:42 UTC (3+ messages)
` [PATCH V1 4/8] vfio-pci: cpr part 1 (fd and dma)
[PATCH v3 0/3] Fix data corruption within preallocation
2024-07-16 14:41 UTC (4+ messages)
` [PATCH v3 1/3] block: zero data data corruption using prealloc-filter
` [PATCH v3 2/3] iotests/298: add testcase for async writes with preallocation filter
` [PATCH v3 3/3] scripts: add filev2p.py script for mapping virtual file offsets mapping
[PATCH v2 0/9] RISC-V: ACPI: Namespace updates
2024-07-16 14:33 UTC (9+ messages)
[PATCH v2 0/2] Fix data corruption within preallocation
2024-07-16 14:27 UTC (5+ messages)
` [PATCH v2 1/2] block: zero data data corruption using prealloc-filter
[PATCH v6 0/7] plugins: access values during a memory read/write
2024-07-16 13:53 UTC (3+ messages)
` [PATCH v6 1/7] plugins: fix mem callback array size
[PATCH v2] osdep: add a qemu_close_all_open_fd() helper
2024-07-16 13:42 UTC (5+ messages)
[PATCH 0/7] trivial: Replace some qemu_open_old() with qemu_open()
2024-07-16 13:43 UTC (3+ messages)
` [PATCH 4/7] hw/vfio/container: Get rid of qemu_open_old()
[PATCH v4 0/7] util: Introduce qemu_get_runtime_dir()
2024-07-16 13:35 UTC (12+ messages)
` [PATCH v4 1/7] "
[PATCH] esp.c: remove transfer size check from DMA DATA IN and DATA OUT transfers
2024-07-16 13:30 UTC (6+ messages)
[RFC PATCH v4] ptp: Add vDSO-style vmclock support
2024-07-16 13:20 UTC (9+ messages)
[PATCH v2 0/5] target/arm/kvm: Report PMU unavailability
2024-07-16 12:53 UTC (7+ messages)
` [PATCH v2 3/5] target/arm: Do not allow setting 'pmu' for hvf
` [PATCH v2 4/5] target/arm: Always add pmu property
[PATCH v3 0/5] target/arm/kvm: Report PMU unavailability
2024-07-16 12:50 UTC (6+ messages)
` [PATCH v3 1/5] tests/arm-cpu-features: Do not assume PMU availability
` [PATCH v3 2/5] target/arm/kvm: Fix PMU feature bit early
` [PATCH v3 3/5] target/arm: Always add pmu property for Armv8
` [PATCH v3 4/5] hvf: arm: Do not advance PC when raising an exception
` [PATCH v3 5/5] hvf: arm: Properly disable PMU
[PATCH v4] plugins/stoptrigger: TCG plugin to stop execution under conditions
2024-07-16 12:51 UTC (2+ messages)
[PATCH v3 0/9] RISC-V: ACPI: Namespace updates
2024-07-16 12:14 UTC (4+ messages)
` [PATCH v3 1/9] hw/riscv/virt-acpi-build.c: Add namespace devices for PLIC and APLIC
[PATCH 0/3] target/arm: Fixes for SME FMOPA (#2373)
2024-07-16 11:35 UTC (3+ messages)
` [PATCH 3/3] tests/tcg/aarch64: Add test cases for SME FMOPA (widening)
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).