qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-23 20:39:06 to 2023-10-24 13:17:36 UTC [more...]

[PULL 00/39] Migration 20231024 patches
 2023-10-24 13:12 UTC  (9+ messages)
` [PULL 02/39] migration/doc: Add documentation for backwards compatiblity
` [PULL 03/39] migration/doc: How to migrate when hosts have different features
` [PULL 04/39] migration/doc: We broke backwards compatibility
` [PULL 06/39] migration: Rename ram_handle_compressed() to ram_handle_zero()
` [PULL 08/39] migration: Give one error if trying to set COMPRESSION and XBZRLE
` [PULL 09/39] migration: Remove save_page_use_compression()
` [PULL 10/39] migration: Make compress_data_with_multithreads return bool
` [PULL 20/39] hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" property

[PATCH] migration/ram: Fix compilation with -Wshadow=local
 2023-10-24 13:12 UTC  (9+ messages)
    ` ram_save_complete() is fishy (was: Re: [PATCH] migration/ram: Fix compilation with -Wshadow=local)
        ` ram_save_complete() is fishy

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-10-24 13:07 UTC  (19+ messages)
` [PATCH 01/12] i386/xen: fix per-vCPU upcall vector for Xen emulation
` [PATCH 02/12] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PATCH 03/12] include: update Xen public headers to Xen 4.17.2 release
` [PATCH 04/12] i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID
` [PATCH 05/12] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH 06/12] hw/xen: add get_frontend_path() method to XenDeviceClass
` [PATCH 07/12] hw/xen: update Xen console to XenDevice model

[RFC] mem: Fix mem region size when is UINT64_MAX
 2023-10-24 12:31 UTC  (5+ messages)

[PATCH] qapi: Fix QAPISchemaEntity.__repr__()
 2023-10-24 12:06 UTC  (3+ messages)

[PATCH v5 00/19] Make Pixman an optional dependency
 2023-10-24 12:01 UTC  (2+ messages)

[PATCH v2 1/2] hw/ide: reset: cancel async DMA operation before resetting state
 2023-10-24 11:57 UTC  (3+ messages)

[PATCH v2] block/snapshot: Fix compiler warning with -Wshadow=local
 2023-10-24 11:51 UTC  (4+ messages)

[PATCH v3 0/8] PMBus fixes and new functions
 2023-10-24 11:50 UTC  (5+ messages)

State of contrib/vhost-user-input?
 2023-10-24 11:36 UTC  (3+ messages)

[PATCH 0/45] Rework matching of network devices to -nic options
 2023-10-24 11:32 UTC  (3+ messages)
` [PATCH 08/45] hw/arm/sbsa-ref: use pci_init_nic_devices()

[PATCH v8 0/5] Migration deprecated parts
 2023-10-24 11:23 UTC  (4+ messages)
` [PATCH v8 1/5] qemu-iotests: Filter warnings about block migration being deprecated

[PATCH V1 0/4] Live Update reboot mode
 2023-10-24 11:13 UTC  (7+ messages)
` [PATCH V1 4/4] cpr: "

[PATCH v2 0/9] RFC: migration: check required entries and sections are loaded
 2023-10-24 11:08 UTC  (19+ messages)
` [PATCH v2 1/9] block/fdc: 'phase' is not needed on load
` [PATCH v2 2/9] virtio: make endian_needed() work during loading
` [PATCH v2 3/9] net/slirp: use different IDs for each instance
` [PATCH v2 4/9] migration: rename vmstate_save_needed->vmstate_section_needed
` [PATCH v2 5/9] migration: check required subsections are loaded, once
` [PATCH v2 6/9] migration: check required entries "
` [PATCH v2 7/9] migration: set file error on subsection loading
` [PATCH v2 8/9] test-vmstate: add some subsection tests
` [PATCH v2 9/9] docs/migration: reflect the changes about needed subsections

[PATCH v3 0/9] mirror: allow switching from background to active mode
 2023-10-24 11:04 UTC  (7+ messages)
` [PATCH v3 5/9] mirror: implement mirror_change method

[PATCH v2] migration/ram: Fix compilation with -Wshadow=local
 2023-10-24 10:57 UTC  (4+ messages)

[PATCH v2 00/13] migration: Check for duplicates on vmstate_register()
 2023-10-24 10:55 UTC  (6+ messages)
` [PATCH v2 03/13] migration: Use vmstate_register_any() for isa-ide

[PATCH v2 00/20] parallels: Add full dirty bitmap support
 2023-10-24 10:31 UTC  (7+ messages)
` [PATCH v2 01/20] parallels: Set s->used_bmap to NULL in parallels_free_used_bitmap()
` [PATCH v2 09/20] parallels: Make mark_used() and mark_unused() global functions

[PATCH v2 00/11] Migration compression cleanup
 2023-10-24 10:29 UTC  (4+ messages)
` [PATCH v2 07/11] migration: Create compress_update_rates()

[PATCH v4 0/8] PMBus fixes and new functions
 2023-10-24  9:58 UTC  (10+ messages)
` [PATCH v4 1/8] hw/i2c: pmbus add support for block receive
` [PATCH v4 2/8] hw/i2c: pmbus: add vout mode bitfields
` [PATCH v4 3/8] hw/i2c: pmbus: add fan support
` [PATCH v4 4/8] hw/i2c: pmbus: add VCAP register
` [PATCH v4 5/8] hw/sensor: add ADM1266 device model
` [PATCH v4 6/8] tests/qtest: add tests for ADM1266
` [PATCH v4 7/8] hw/i2c: pmbus: immediately clear faults on request
` [PATCH v4 8/8] hw/i2c: pmbus: reset page register for out of range reads

[PATCH 0/6] accel/tcg: Always require can_do_io (#1866)
 2023-10-24  9:50 UTC  (3+ messages)
` [PATCH 6/6] accel/tcg: Always require can_do_io

[PATCH] MAINTAINERS: aspeed: Update Andrew's email address
 2023-10-24  9:36 UTC  (2+ messages)

[PATCH] qom/object_interfaces: Handle `len-` property first
 2023-10-24  9:20 UTC  (4+ messages)

[PATCH v5 00/20] Support smp.clusters for x86 in QEMU
 2023-10-24  9:09 UTC  (22+ messages)
` [PATCH v5 01/20] i386: Fix comment style in topology.h
` [PATCH v5 02/20] tests: Rename test-x86-cpuid.c to test-x86-topo.c
` [PATCH v5 03/20] softmmu: Fix CPUSTATE.nr_cores' calculation
` [PATCH v5 04/20] hw/cpu: Update the comments of nr_cores and nr_dies
` [PATCH v5 05/20] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v5 06/20] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v5 07/20] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v5 08/20] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v5 09/20] i386: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v5 10/20] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH v5 11/20] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v5 12/20] i386: Expose module level in CPUID[0x1F]
` [PATCH v5 13/20] i386: Support module_id in X86CPUTopoIDs
` [PATCH v5 14/20] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v5 15/20] tests: Add test case of APIC ID for module level parsing
` [PATCH v5 16/20] hw/i386/pc: Support smp.clusters for x86 PC machine
` [PATCH v5 17/20] i386: Add cache topology info in CPUCacheInfo
` [PATCH v5 18/20] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v5 19/20] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v5 20/20] i386: Use CPUCacheInfo.share_level to encode "

[PATCH 0/9] tcg: Use tcg_gen_[s]extract_{i32,i64,tl}
 2023-10-24  8:58 UTC  (23+ messages)
` [PATCH 1/9] target/avr: Use tcg_gen_extract_tl
` [PATCH 2/9] target/cris: "
` [PATCH 3/9] target/mips: Use tcg_gen_extract_i32
` [PATCH 4/9] target/ppc: "
` [PATCH 5/9] target/sparc: Use tcg_gen_extract_tl
` [PATCH 7/9] target/mips: Use tcg_gen_sextract_tl
` [RFC PATCH 8/9] target/cris: "
` [RFC PATCH 9/9] target/ppc: "

[PATCH v2 00/29] migration: File based migration with multifd and fixed-ram
 2023-10-24  8:50 UTC  (21+ messages)
` [PATCH v2 02/29] tests/qtest: Move QTestMigrationState to libqtest
` [PATCH v2 06/29] migration: Add auto-pause capability
` [PATCH v2 08/29] tests/qtest: File migration auto-pause tests
` [PATCH v2 10/29] io: Add generic pwritev/preadv interface
` [PATCH v2 11/29] io: implement io_pwritev/preadv for QIOChannelFile
` [PATCH v2 13/29] migration: fixed-ram: Add URI compatibility check
` [PATCH v2 14/29] migration/ram: Introduce 'fixed-ram' migration capability
` [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
` [PATCH v2 17/29] tests/qtest: migration-test: Add tests for fixed-ram file-based migration
` [PATCH v2 22/29] io: Add a pwritev/preadv version that takes a discontiguous iovec
` [PATCH v2 23/29] migration/ram: Add a wrapper for fixed-ram shadow bitmap
` [PATCH v2 24/29] migration/ram: Ignore multifd flush when doing fixed-ram migration
` [PATCH v2 27/29] tests/qtest: Add a multifd + fixed-ram migration test
` [PATCH v2 28/29] migration: Add direct-io parameter

[PATCH] target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guest
 2023-10-24  8:33 UTC 

[PATCH v2 0/6] hw/m68k: Strengthen QOM/SysBus API uses
 2023-10-24  8:30 UTC  (7+ messages)
` [PATCH v2 1/6] hw/m68k/irqc: Pass CPU using QOM link property
` [PATCH v2 2/6] hw/m68k/mcf5206: "
` [PATCH v2 3/6] hw/m68k/mcf_intc: Expose MMIO region via SysBus API
` [PATCH v2 4/6] hw/m68k/mcf_intc: Pass CPU using QOM link property
` [PATCH v2 5/6] hw/m68k/next-cube: Do not open-code sysbus_create_simple()
` [PATCH v2 6/6] hw/m68k/virt: "

[Question] x86/microvm: why has_hotpluggable_cpus = false but hot(ub)plug APIs exist?
 2023-10-24  8:05 UTC  (4+ messages)

[PATCH v6 00/10] Introduce model for IBM's FSI
 2023-10-24  7:46 UTC  (11+ messages)
` [PATCH v6 02/10] hw/fsi: Introduce IBM's scratchpad
` [PATCH v6 06/10] hw/fsi: Aspeed APB2OPB interface
` [PATCH v6 08/10] hw/fsi: Added qtest
` [PATCH v6 09/10] hw/fsi: Added FSI documentation

[PATCH 0/2] ide: implement simple legacy/native mode switching for PCI IDE controllers
 2023-10-24  7:08 UTC  (10+ messages)
` [PATCH 1/2] ide/pci.c: introduce pci_ide_update_mode() function
` [PATCH 2/2] hw/ide/via: implement legacy/native mode switching

[PATCH 0/3] hw/arm: Create second NonSecure UART for virt board
 2023-10-24  6:59 UTC  (5+ messages)
` [PATCH 1/3] hw/arm/virt: Add serial aliases in DTB
` [PATCH 2/3] hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]

[PATCH v2 00/27] vfio: Adopt iommufd
 2023-10-24  6:51 UTC  (12+ messages)
` [PATCH v2 02/27] vfio: Introduce base object for VFIOContainer and targetted interface

[PATCH v1] virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug()
 2023-10-24  6:19 UTC  (2+ messages)

[PULL v3 00/62] virtio,pc,pci: features, cleanups
 2023-10-24  6:19 UTC  (4+ messages)
` [PULL v3 21/62] hw/display: fix memleak from virtio_add_resource

[PATCH v3 0/2] target/s390x/kvm: Simplify the synchronization code
 2023-10-24  6:12 UTC  (5+ messages)
` [PATCH v3 1/2] target/s390x/kvm: Turn KVM_CAP_SYNC_REGS into a hard requirement
` [PATCH v3 2/2] target/s390x/kvm: Simplify the GPRs, ACRs, CRs and prefix synchronization code

[PATCH 0/5] Add LoongArch v1.1 instructions
 2023-10-24  6:10 UTC  (13+ messages)
` [PATCH 2/5] target/loongarch: Add am{swap/add}[_db].{b/h}
` [PATCH 3/5] target/loongarch: Add amcas[_db].{b/h/w/d}
` [PATCH 4/5] target/loongarch: Add estimated reciprocal instructions
` [PATCH 5/5] target/loongarch: Add llacq/screl instructions

[PATCH v5] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
 2023-10-24  5:54 UTC  (2+ messages)

[PATCH v15 00/14] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-24  5:50 UTC  (5+ messages)
` [PATCH v15 02/14] fixup! migration: New QAPI type 'MigrateAddress'
` [PATCH v15 10/14] fixup! migration: New migrate and migrate-incoming argument 'channels'

[PATCH] ppc/pnv: Fix number of I2C engines and ports for power9/10
 2023-10-24  5:47 UTC  (2+ messages)

[PATCH v2 0/2] igb: Add FLR support
 2023-10-24  3:30 UTC  (2+ messages)

[PULL v3 00/38] tcg patch queue
 2023-10-24  1:15 UTC  (2+ messages)

[PULL 00/17] Trivial patches for 2023-10-21
 2023-10-24  1:15 UTC  (2+ messages)

[PULL v3 00/46] Misc HW/UI patches for 2023-10-19
 2023-10-24  1:15 UTC  (2+ messages)

[PATCH v4] target/riscv: update checks on writing pmpcfg for Smepmp to version 1.0
 2023-10-24  0:55 UTC 

[PATCH v4 0/6] Support discontinuous PMU counters
 2023-10-24  0:31 UTC  (12+ messages)
` [PATCH v4 1/6] target/riscv: Propagate error from PMU setup
` [PATCH v4 2/6] target/riscv: Don't assume PMU counters are continuous
` [PATCH v4 3/6] target/riscv: Use existing PMU counter mask in FDT generation
` [PATCH v4 5/6] docs/about/deprecated: Document RISC-V "pmu-num" deprecation
` [PATCH v4 6/6] target/riscv: Use MAKE_64BIT_MASK instead of custom macro

[PATCH v3 00/12] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
 2023-10-24  0:12 UTC  (9+ messages)
` [PATCH v3 04/12] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC
` [PATCH v3 05/12] hw/riscv/virt-acpi-build.c: Add IMSIC in the MADT
` [PATCH v3 06/12] hw/riscv/virt-acpi-build.c: Add APLIC "
` [PATCH v3 07/12] hw/riscv/virt-acpi-build.c: Add CMO information in RHCT

[PATCH v2 0/3] misc/pca9552: Changes to support powernv10
 2023-10-23 23:45 UTC  (5+ messages)
` [PATCH v2 1/3] misc/pca9552: Fix inverted input status
` [PATCH v2 3/3] misc/pca9552: Only update output GPIOs if state changed

[PATCH 0/2] misc/pca9552: Changes to support powernv10
 2023-10-23 23:34 UTC  (6+ messages)
` [PATCH 1/2] misc/pca9552: Fix inverted input status

[PATCH v5 00/94] target/sparc: Convert to decodetree
 2023-10-23 22:41 UTC  (3+ messages)

[PATCH v6 0/9] Fix cursor planes with virtualized drivers
 2023-10-23 21:29 UTC  (3+ messages)
` [PATCH v6 9/9] drm: Introduce documentation for hotspot properties


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