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

[PATCH v2 00/29] migration: File based migration with multifd and fixed-ram
 2023-10-24  8:18 UTC  (34+ messages)
` [PATCH v2 01/29] tests/qtest: migration events
` [PATCH v2 02/29] tests/qtest: Move QTestMigrationState to libqtest
` [PATCH v2 03/29] tests/qtest: Allow waiting for migration events
` [PATCH v2 04/29] migration: Return the saved state from global_state_store
` [PATCH v2 05/29] migration: Introduce global_state_store_once
` [PATCH v2 06/29] migration: Add auto-pause capability
` [PATCH v2 07/29] migration: Run "file:" migration with a stopped VM
` [PATCH v2 08/29] tests/qtest: File migration auto-pause tests
` [PATCH v2 09/29] io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file
` [PATCH v2 10/29] io: Add generic pwritev/preadv interface
` [PATCH v2 11/29] io: implement io_pwritev/preadv for QIOChannelFile
` [PATCH v2 12/29] migration/qemu-file: add utility methods for working with seekable channels
` [PATCH v2 13/29] migration: fixed-ram: Add URI compatibility check
` [PATCH v2 14/29] migration/ram: Introduce 'fixed-ram' migration capability
` [PATCH v2 15/29] migration/ram: Add support for 'fixed-ram' outgoing migration
` [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 18/29] migration/multifd: Allow multifd without packets
` [PATCH v2 19/29] migration/multifd: Add outgoing QIOChannelFile support
` [PATCH v2 20/29] migration/multifd: Add incoming "
` [PATCH v2 21/29] migration/multifd: Add pages to the receiving side
` [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 25/29] migration/multifd: Support outgoing fixed-ram stream format
` [PATCH v2 26/29] migration/multifd: Support incoming "
` [PATCH v2 27/29] tests/qtest: Add a multifd + fixed-ram migration test
` [PATCH v2 28/29] migration: Add direct-io parameter
` [PATCH v2 29/29] tests/qtest: Add a test for migration with direct-io and multifd

[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  (14+ messages)
` [PATCH v6 01/10] hw/fsi: Introduce IBM's Local bus
` [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/9] tcg: Use tcg_gen_[s]extract_{i32,i64,tl}
 2023-10-24  7:21 UTC  (20+ 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 6/9] target/xtensa: Use tcg_gen_extract_i32
` [PATCH 7/9] target/mips: Use tcg_gen_sextract_tl
` [RFC PATCH 8/9] target/cris: "
` [RFC PATCH 9/9] target/ppc: "

[PATCH 0/2] ide: implement simple legacy/native mode switching for PCI IDE controllers
 2023-10-24  7:08 UTC  (13+ 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  (3+ 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  (17+ messages)
` [PATCH v15 01/14] migration: New QAPI type 'MigrateAddress'
` [PATCH v15 02/14] fixup! "
` [PATCH v15 03/14] migration: convert migration 'uri' into 'MigrateAddress'
` [PATCH v15 04/14] fixup! "
` [PATCH v15 05/14] migration: convert socket backend to accept MigrateAddress
` [PATCH v15 06/14] migration: convert rdma "
` [PATCH v15 07/14] migration: convert exec "
` [PATCH v15 08/14] migration: Convert the file backend to the new QAPI syntax
` [PATCH v15 09/14] migration: New migrate and migrate-incoming argument 'channels'
` [PATCH v15 10/14] fixup! "
` [PATCH v15 11/14] migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
` [PATCH v15 12/14] migration: Implement MigrateChannelList to qmp migration flow
` [PATCH v15 13/14] migration: Implement MigrateChannelList to hmp "
` [PATCH v15 14/14] migration: modify test_multifd_tcp_none() to use new QAPI syntax

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

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

[PATCH v2] block/snapshot: Fix compiler warning with -Wshadow=local
 2023-10-24  4:54 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  (40+ messages)
` [PULL v3 01/38] tcg/ppc: Untabify tcg-target.c.inc
` [PULL v3 02/38] tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB
` [PULL v3 03/38] tcg/ppc: Reinterpret tb-relative to TB+4
` [PULL v3 04/38] tcg/ppc: Use ADDPCIS in tcg_out_tb_start
` [PULL v3 05/38] tcg/ppc: Use ADDPCIS in tcg_out_movi_int
` [PULL v3 06/38] tcg/ppc: Use ADDPCIS for the constant pool
` [PULL v3 07/38] tcg/ppc: Use ADDPCIS in tcg_out_goto_tb
` [PULL v3 08/38] tcg/ppc: Use PADDI in tcg_out_movi
` [PULL v3 09/38] tcg/ppc: Use prefixed instructions in tcg_out_mem_long
` [PULL v3 10/38] tcg/ppc: Use PLD in tcg_out_movi for constant pool
` [PULL v3 11/38] tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
` [PULL v3 12/38] tcg/ppc: Use PLD in tcg_out_goto_tb
` [PULL v3 13/38] tcg/ppc: Disable TCG_REG_TB for Power9/Power10
` [PULL v3 14/38] tcg: Introduce tcg_use_softmmu
` [PULL v3 15/38] tcg: Provide guest_base fallback for system mode
` [PULL v3 16/38] tcg/arm: Use tcg_use_softmmu
` [PULL v3 17/38] tcg/aarch64: "
` [PULL v3 18/38] tcg/i386: "
` [PULL v3 19/38] tcg/loongarch64: "
` [PULL v3 20/38] tcg/mips: "
` [PULL v3 21/38] tcg/ppc: "
` [PULL v3 22/38] tcg/riscv: Do not reserve TCG_GUEST_BASE_REG for guest_base zero
` [PULL v3 23/38] tcg/riscv: Use tcg_use_softmmu
` [PULL v3 24/38] tcg/s390x: "
` [PULL v3 25/38] tcg: drop unused tcg_temp_free define
` [PULL v3 26/38] tcg: Use constant zero when expanding with divu2
` [PULL v3 27/38] tcg: Optimize past conditional branches
` [PULL v3 28/38] tcg: Add tcg_gen_{ld,st}_i128
` [PULL v3 29/38] target/i386: Use i128 for 128 and 256-bit loads and stores
` [PULL v3 30/38] tcg: add negsetcondi
` [PULL v3 31/38] tcg: Export tcg_gen_ext_{i32,i64,tl}
` [PULL v3 32/38] tcg: Define MO_TL
` [PULL v3 33/38] target/arm: Use tcg_gen_ext_i64
` [PULL v3 34/38] target/i386: Use tcg_gen_ext_tl
` [PULL v3 35/38] target/m68k: Use tcg_gen_ext_i32
` [PULL v3 36/38] target/rx: "
` [PULL v3 37/38] target/tricore: Use tcg_gen_*extract_tl
` [PULL v3 38/38] target/xtensa: Use tcg_gen_sextract_i32

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

[PATCH v4 0/8] PMBus fixes and new functions
 2023-10-23 23:46 UTC  (9+ 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 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

State of contrib/vhost-user-input?
 2023-10-23 23:14 UTC  (2+ messages)

[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

[PATCH V1 0/4] Live Update reboot mode
 2023-10-23 20:06 UTC  (16+ messages)
` [PATCH V1 2/4] migration: per-mode blockers
` [PATCH V1 4/4] cpr: reboot mode

[PATCH] tcg-plugins: add a hook for interrupts, exceptions and traps
 2023-10-23 18:45 UTC  (3+ messages)

[PATCH v3 0/6] riscv: RVA22U64 profile support
 2023-10-23 17:54 UTC  (6+ messages)
` [PATCH v3 3/6] target/riscv/tcg: add user flag for "

[PATCH] block/snapshot: Fix compiler warning with -Wshadow=local
 2023-10-23 17:47 UTC  (3+ messages)

[PATCH v8 0/9] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-10-23 17:24 UTC  (10+ messages)
` [PATCH v8 1/9] memory-device: Support empty memory devices
` [PATCH v8 2/9] memory-device: Drop size alignment check
` [PATCH v8 3/9] Add Hyper-V Dynamic Memory Protocol definitions
` [PATCH v8 4/9] Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) base
` [PATCH v8 5/9] Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support
` [PATCH v8 6/9] qapi: Add query-memory-devices support to hv-balloon
` [PATCH v8 7/9] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
` [PATCH v8 8/9] hw/i386/pc: Support hv-balloon
` [PATCH v8 9/9] MAINTAINERS: Add an entry for Hyper-V Dynamic Memory Protocol


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