messages from 2024-02-19 20:11:30 to 2024-02-20 12:25:56 UTC [more...]
[PATCH v6 00/15] hw/pci: SR-IOV related fixes and improvements
2024-02-20 12:24 UTC (4+ messages)
` [PATCH v6 02/15] pcie_sriov: Validate NumVFs
` [PATCH v6 04/15] pcie_sriov: Do not reset NumVFs after disabling VFs
` [PATCH v6 05/15] hw/pci: Always call pcie_sriov_pf_reset()
[PATCH v1 00/21] Trivial tree wide typo fixes
2024-02-20 12:22 UTC (42+ messages)
` [PATCH v1 01/21] docs: correct typos
` [PATCH v1 02/21] tests: "
` [PATCH v1 03/21] Xen headers: "
` [PATCH v1 04/21] accel/tcg: "
` [PATCH v1 05/21] loongson3: "
` [PATCH v1 06/21] ppc: "
` [PATCH v1 07/21] sh4: "
` [PATCH v1 08/21] include/exec/memory.h: "
` [PATCH v1 09/21] include/exec/plugin-gen.h: "
` [PATCH v1 10/21] hw/arm/omap.h: "
` [PATCH v1 11/21] hw/cxl/cxl_device.h: "
` [PATCH v1 12/21] hw/net/npcm_gmac.h: "
` [PATCH v1 13/21] hw/riscv/virt.h: "
` [PATCH v1 14/21] pc-bios/README: "
` [PATCH v1 15/21] qapi/ui: "
` [PATCH v1 16/21] qemu-options.hx: "
` [PATCH v1 17/21] ci/gitlab-pipeline-status: "
` [PATCH v1 18/21] hexagon: "
` [PATCH v1 19/21] m68k: "
` [PATCH v1 20/21] s390x: "
` [PATCH v1 21/21] target/sparc: "
[PATCH 00/14] hw/southbridge: Extract ICH9 QOM container model
2024-02-20 12:20 UTC (11+ messages)
` [PATCH 05/14] hw/acpi/ich9_tco: Restrict ich9_generate_smi() declaration
` [PATCH 06/14] hw/pci-bridge: Extract QOM ICH definitions to 'ich_dmi_pci.h'
` [PATCH 09/14] hw/southbridge/ich9: Add a AHCI function
KVM/QEMU Community Call 20th Feb Agenda Items
2024-02-20 12:15 UTC (2+ messages)
[PATCH 0/3 qemu] tcg/i386: Page tables in MMIO memory fixes (CXL)
2024-02-20 11:56 UTC (5+ messages)
` [PATCH 3/3] tcg: Avoid double lock if page tables happen to be in mmio memory
[PATCH] target/riscv: Add missing include guard in pmu.h
2024-02-20 11:54 UTC (2+ messages)
[PATCH v2] docs/system/ppc: Document running Linux on AmigaNG machines
2024-02-20 9:27 UTC (3+ messages)
[PATCH] vhost-user: fix the issue of vhost deadlock in nested virtualization
2024-02-20 11:43 UTC (4+ messages)
[PATCH v2] target/i386/kvm: Refine VMX controls setting for backward compatibility
2024-02-20 11:07 UTC (3+ messages)
[PATCH RFCv2 0/8] vfio/iommufd: IOMMUFD Dirty Tracking
2024-02-20 11:05 UTC (16+ messages)
` [PATCH RFCv2 2/8] vfio/iommufd: Introduce auto domain creation
` [PATCH RFCv2 3/8] vfio/iommufd: Probe and request hwpt dirty tracking capability
` [PATCH RFCv2 5/8] vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
` [PATCH RFCv2 6/8] backends/iommufd: Add ability to disable hugepages
` [PATCH RFCv2 7/8] vfio/migration: Don't block migration device dirty tracking is unsupported
[PATCH v3 00/20] qapi: statically type schema.py
2024-02-20 10:48 UTC (5+ messages)
` [PATCH v3 08/20] qapi/schema: add type narrowing to lookup_type()
` [PATCH v3 09/20] qapi/schema: assert resolve_type has 'info' and 'what' args on error
[PATCH v2 0/3] Add support for I2C in BCM2835 boards
2024-02-20 10:41 UTC (7+ messages)
` [PATCH v2 1/3] hw/i2c: Implement Broadcom Serial Controller (BSC)
` [PATCH v2 2/3] hw/arm: Connect BSC to BCM2835 board as I2C0, I2C1 and I2C2
` [PATCH v2 3/3] tests/qtest: Add testcase for BCM2835 BSC
[PATCH v4 0/5] Virtio dmabuf improvements
2024-02-20 10:39 UTC (7+ messages)
` [PATCH v4 2/5] hw/virtio: document SharedObject structures
` [PATCH v4 3/5] hw/virtio: change dmabuf mutex to QemuMutex
` [PATCH v4 4/5] hw/virtio: cleanup shared resources
[PATCH v4 0/7] Support generic Luks encryption
2024-02-20 10:09 UTC (8+ messages)
` [PATCH v4 2/7] qapi: Make parameter 'file' optional for BlockdevCreateOptionsLUKS
[Qemu-devel] [PATCH v7 wave 2 0/3] q35: add negotiable broadcast SMI
2024-02-20 10:09 UTC (4+ messages)
` [Qemu-devel] [PATCH v7 wave 2 2/3] hw/isa/lpc_ich9: add broadcast SMI feature
` [PATCH v7 "
[PATCH v2 0/2] OSPI updates
2024-02-20 9:17 UTC (3+ messages)
` [PATCH v2 1/2] block: m25p80: Add support of mt35xu02gbba
` [PATCH v2 2/2] arm: xlnx-versal-virt: Add machine property ospi-flash
[RFC 0/8] Introduce SMP Cache Topology
2024-02-20 9:25 UTC (9+ messages)
` [RFC 1/8] hw/core: Rename CpuTopology to CPUTopology
` [RFC 2/8] hw/core: Move CPU topology enumeration into arch-agnostic file
` [RFC 3/8] hw/core: Define cache topology for machine
` [RFC 4/8] hw/core: Add cache topology options in -smp
` [RFC 5/8] i386/cpu: Support thread and module level cache topology
` [RFC 6/8] i386/cpu: Update cache topology with machine's configuration
` [RFC 7/8] i386/pc: Support cache topology in -smp for PC machine
` [RFC 8/8] qemu-options: Add the cache topology description of -smp
[PATCH v2 0/7] hw/ide: Clean up hw/ide/qdev.c and include/hw/ide/internal.h
2024-02-20 8:55 UTC (8+ messages)
` [PATCH v2 1/7] hw/ide: Add the possibility to disable the CompactFlash device in the build
` [PATCH v2 2/7] hw/ide: Split qdev.c into ide-bus.c and ide-dev.c
` [PATCH v2 3/7] hw/ide: Move IDE DMA related definitions to a separate header ide-dma.h
` [PATCH v2 4/7] hw/ide: Move IDE device related definitions to ide-dev.h
` [PATCH v2 5/7] hw/ide: Move IDE bus related definitions to a new header ide-bus.h
` [PATCH v2 6/7] hw/ide: Remove the include/hw/ide.h legacy file
` [PATCH v2 7/7] hw/ide: Stop exposing internal.h to non-IDE files
[PATCH 00/15] qapi: Require member documentation (with loophole)
2024-02-20 8:57 UTC (5+ messages)
` [PATCH 07/15] qga/qapi-schema: Clean up documentation of guest-set-memory-blocks
` [PATCH 08/15] qga/qapi-schema: Clean up documentation of guest-set-vcpus
[PATCH] MAINTAINERS: Remove myself as reviewer from PPC
2024-02-20 8:52 UTC (2+ messages)
[PATCH v4 00/15] Nested PAPR API (KVM on PowerVM)
2024-02-20 8:36 UTC (16+ messages)
` [PATCH v4 01/15] spapr: nested: register nested-hv api hcalls only for cap-nested-hv
` [PATCH v4 02/15] spapr: nested: move nested part of spapr_get_pate into spapr_nested.c
` [PATCH v4 03/15] spapr: nested: Introduce SpaprMachineStateNested to store related info
` [PATCH v4 04/15] spapr: nested: keep nested-hv related code restricted to its API
` [PATCH v4 05/15] spapr: nested: Document Nested PAPR API
` [PATCH v4 06/15] spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls
` [PATCH v4 07/15] spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls
` [PATCH v4 08/15] spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall
` [PATCH v4 09/15] spapr: nested: Extend nested_ppc_state for nested PAPR API
` [PATCH v4 10/15] spapr: nested: Initialize the GSB elements lookup table
` [PATCH v4 11/15] spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls
` [PATCH v4 12/15] spapr: nested: Use correct source for parttbl info for nested PAPR API
` [PATCH v4 13/15] spapr: nested: Introduce H_GUEST_RUN_VCPU hcall
` [PATCH v4 14/15] spapr: nested: Introduce cap-nested-papr for Nested PAPR API
` [PATCH v4 15/15] spapr: nested: Set the PCR when logical PVR is set
[PULL 00/17] Build, x86 patches for 2024-02-16
2024-02-20 8:05 UTC (18+ messages)
` [PULL 01/17] i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not available
` [PULL 02/17] i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_HI leafs
` [PULL 03/17] target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guest
` [PULL 04/17] i386/pc: Drop pc_machine_kvm_type()
` [PULL 05/17] physmem: replace function name with __func__ in ram_block_discard_range()
` [PULL 06/17] i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
` [PULL 07/17] i386/cpuid: Remove subleaf constraint on "
` [PULL 08/17] i386/cpuid: Move leaf 7 to correct group
` [PULL 09/17] mips: remove unnecessary "select PTIMER"
` [PULL 10/17] isa-superio: validate floppy.count value
` [PULL 11/17] smc37c669: remove useless is_enabled functions
` [PULL 12/17] configure: do not create legacy symlinks
` [PULL 13/17] configure: put all symlink creation together
` [PULL 14/17] i386: xen: fix compilation --without-default-devices
` [PULL 15/17] target/i386: Generate an illegal opcode exception on cmp instructions with lock prefix
` [PULL 16/17] usb: inline device creation functions
` [PULL 17/17] ci: Fix again build-previous-qemu
[PATCH V3 00/13] allow cpr-reboot for vfio
2024-02-20 7:49 UTC (14+ messages)
` [PATCH V3 04/13] migration: MigrationEvent for notifiers
` [PATCH V3 05/13] migration: remove postcopy_after_devices
` [PATCH V3 06/13] migration: MigrationNotifyFunc
` [PATCH V3 07/13] migration: per-mode notifiers
` [PATCH V3 09/13] migration: notifier error checking
` [PATCH V3 10/13] migration: stop vm for cpr
[PATCH v2] virtio-pci: correctly set virtio pci queue mem multiplier
2024-02-20 7:41 UTC (2+ messages)
[PATCH 0/5] Implement port 92 in south bridges
2024-02-20 7:23 UTC (7+ messages)
` [PATCH 1/5] hw/isa/meson.build: Sort alphabetically
` [PATCH 4/5] hw/i386/pc: Inline i8042_setup_a20_line() and remove it
[PATCH 0/7] hw/ide: Clean up hw/ide/qdev.c and include/hw/ide/internal.h
2024-02-20 7:18 UTC (5+ messages)
` [PATCH 3/7] hw/ide: Move IDE device related definitions to ide-dev.h
[PATCH 0/5] hw/acpi: Include missing headers
2024-02-20 7:10 UTC (11+ messages)
` [PATCH 1/5] hw/acpi: Include missing 'qapi/qapi-types-acpi.h' generated header
` [PATCH 3/5] hw/acpi/ich9: Include missing headers
` [PATCH 4/5] hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' header
` [PATCH 5/5] hw/i386/q35: Include missing 'hw/acpi/acpi.h' header
[PATCH 1/2] hw/xen: detect when running inside stubdomain
2024-02-20 6:50 UTC (4+ messages)
` [PATCH 2/2] xen: fix stubdom PCI addr
[PATCH] hw/riscv/virt-acpi-build.c: Add SRAT and SLIT ACPI tables
2024-02-20 6:50 UTC (4+ messages)
[PATCH 0/3] qtest: migration: Add validation tests for 'channels' argument in migrate QAPIs
2024-02-20 6:27 UTC (7+ messages)
` [PATCH 1/3] qtest: migration: Enhance qtest migration functions to support 'channels' argument
` [PATCH 2/3] qtest: migration: Introduce 'connect_channels' in MigrateCommon struct
` [PATCH 3/3] qtest: migration: Add negative validation test for 'uri' and 'channels' both set
[PATCH v2 0/2] Field 'reason' for MIGRATION event
2024-02-20 5:39 UTC (3+ messages)
` [PATCH v2 1/2] qapi/migration.json: add reason to "
[PATCH] target/riscv: fix ACPI MCFG table
2024-02-20 5:28 UTC (3+ messages)
[PATCH] ci: Fix again build-previous-qemu
2024-02-20 5:13 UTC (2+ messages)
[PATCH v7 0/5] Support message-based DMA in vfio-user server
2024-02-20 5:06 UTC (2+ messages)
[RFC PATCH 0/3] real ll/sc emulation
2024-02-20 4:19 UTC (4+ messages)
` [RFC PATCH 1/3] accel/tcg: Fix TCG TLB coherency race with physical dirty bit clearing
` [RFC PATCH 2/3] tcg: add a ll/sc protection facility
` [RFC PATCH 3/3] target/ppc: Implement reservation protection for larx/stcx
[PATCH] system/physmem: Fix migration dirty bitmap coherency with TCG memory access
2024-02-20 3:44 UTC (4+ messages)
[PATCH v7 0/4] Add full zoned storage emulation to qcow2 driver
2024-02-20 2:25 UTC (13+ messages)
` [PATCH v7 2/4] qcow2: add configurations for zoned format extension
[PATCH v3 0/3] Adjust the output of x-query-virtio-status
2024-02-20 1:27 UTC (6+ messages)
` [PATCH v3 1/3] qmp: Switch x-query-virtio-status back to numeric encoding
[PULL 00/49] ppc-for-9.0 queue
2024-02-20 1:16 UTC (6+ messages)
` [PULL 09/49] tests/avocado: Add FreeBSD distro boot tests for ppc
[PATCH] target/ppc: BHRB avoid using host pointer in translated code
2024-02-20 0:35 UTC (5+ messages)
[PATCH v4 00/12] gdbstub: Implement follow-fork-mode child
2024-02-19 20:46 UTC (3+ messages)
` [PATCH v4 02/12] {linux,bsd}-user: Introduce get_task_state()
[PATCH] hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI function
2024-02-19 20:41 UTC (3+ messages)
[PATCH] docs/system/ppc: Document running Linux on AmigaNG machines
2024-02-19 20:31 UTC (3+ messages)
[PATCH v5 0/8] Add device STM32L4x5 RCC
2024-02-19 20:09 UTC (9+ messages)
` [PATCH v5 1/8] Implement STM32L4x5_RCC skeleton
` [PATCH v5 2/8] Add an internal clock multiplexer object
` [PATCH v5 3/8] Add an internal PLL Clock object
` [PATCH v5 4/8] Add initialization information for PLLs and clock multiplexers
` [PATCH v5 5/8] RCC: Handle Register Updates
` [PATCH v5 6/8] Add write protections to CR register
` [PATCH v5 7/8] STM32L4x5: Use the RCC Sysclk
` [PATCH v5 8/8] Add tests for the STM32L4x5_RCC
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).