qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-29 14:26:21 to 2024-03-01 07:37:55 UTC [more...]

[PATCH] hw: gpio: introduce pcf8574 driver
 2024-03-01  7:36 UTC 

[PATCH v4 0/7] Introduce multifd zero page checking
 2024-03-01  7:28 UTC  (10+ messages)
` [PATCH v4 1/7] migration/multifd: Add new migration option zero-page-detection
` [PATCH v4 2/7] migration/multifd: Implement zero page transmission on the multifd thread
` [PATCH v4 3/7] migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page
` [PATCH v4 4/7] migration/multifd: Enable multifd zero page checking by default
` [PATCH v4 5/7] migration/multifd: Add new migration test cases for legacy zero page checking
` [PATCH v4 6/7] migration/multifd: Add zero pages and zero bytes counter to migration status interface
` [PATCH v4 7/7] Update maintainer contact for migration multifd zero page checking acceleration

[PATCH v6 00/23] migration: File based migration with multifd and mapped-ram
 2024-03-01  7:18 UTC  (29+ messages)
` [PATCH v6 01/23] migration/multifd: Cleanup multifd_recv_sync_main
` [PATCH v6 02/23] io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file
` [PATCH v6 03/23] io: Add generic pwritev/preadv interface
` [PATCH v6 04/23] io: implement io_pwritev/preadv for QIOChannelFile
` [PATCH v6 05/23] io: fsync before closing a file channel
` [PATCH v6 06/23] migration/qemu-file: add utility methods for working with seekable channels
` [PATCH v6 07/23] migration/ram: Introduce 'mapped-ram' migration capability
` [PATCH v6 08/23] migration: Add mapped-ram URI compatibility check
` [PATCH v6 09/23] migration/ram: Add outgoing 'mapped-ram' migration
` [PATCH v6 10/23] migration/ram: Add incoming "
` [PATCH v6 11/23] tests/qtest/migration: Add tests for mapped-ram file-based migration
` [PATCH v6 12/23] migration/multifd: Rename MultiFDSend|RecvParams::data to compress_data
` [PATCH v6 13/23] migration/multifd: Decouple recv method from pages
` [PATCH v6 14/23] migration/multifd: Allow multifd without packets
` [PATCH v6 15/23] migration/multifd: Allow receiving pages "
` [PATCH v6 16/23] migration/multifd: Add a wrapper for channels_created
` [PATCH v6 17/23] migration/multifd: Add outgoing QIOChannelFile support
` [PATCH v6 18/23] migration/multifd: Add incoming "
` [PATCH v6 19/23] migration/multifd: Prepare multifd sync for mapped-ram migration
` [PATCH v6 20/23] migration/multifd: Support outgoing mapped-ram stream format
` [PATCH v6 21/23] migration/multifd: Support incoming "
` [PATCH v6 22/23] migration/multifd: Add mapped-ram support to fd: URI
` [PATCH v6 23/23] tests/qtest/migration: Add a multifd + mapped-ram migration test

[PULL 00/29] testing, gdbstub and plugin updates
 2024-03-01  7:19 UTC  (3+ messages)
` [PULL 26/29] contrib/plugins: extend execlog to track register changes

[PATCH 00/17 Part 2] Cleanup up to fix missing ERRP_GUARD() for error_prepend()
 2024-03-01  6:46 UTC  (38+ messages)
` [PATCH 01/17] hw/misc/ivshmem: Fix "
` [PATCH 02/17] hw/net/xen_nic: "
` [PATCH 03/17] hw/remote/remote-obj: hw/misc/ivshmem: "
` [PATCH 04/17] hw/scsi/vhost-scsi: "
` [PATCH 05/17] hw/vfio/ap: "
` [PATCH 06/17] hw/vfio/container: "
` [PATCH 07/17] hw/vfio/helpers: "
` [PATCH 08/17] hw/vfio/iommufd: "
` [PATCH 09/17] hw/vfio/pci-quirks: "
` [PATCH 10/17] hw/vfio/pci: "
` [PATCH 11/17] hw/vfio/platform: "
` [PATCH 12/17] hw/virtio/vhost-vsock: "
` [PATCH 13/17] hw/virtio/vhost: "
` [PATCH 14/17] migration/option: "
` [PATCH 15/17] net/vhost-vdpa: "
` [PATCH 16/17] target/i386/sev: "
` [PATCH 17/17] target/s390x/cpu_models: "

[PATCH V2] migration: massage cpr-reboot documentation
 2024-03-01  6:17 UTC  (4+ messages)

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
 2024-03-01  6:27 UTC  (11+ messages)
` [PATCH v9 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v9 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
` [PATCH v9 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]

[PATCH] hw/scsi/lsi53c895a: add timer to scripts processing
 2024-03-01  5:57 UTC  (5+ messages)

[PATCH v3 0/7] Introduce multifd zero page checking
 2024-03-01  5:53 UTC  (15+ messages)
` [PATCH v3 2/7] migration/multifd: Implement zero page transmission on the multifd thread
    ` [External] "
` [PATCH v3 6/7] migration/multifd: Add zero pages and zero bytes counter to migration status interface
    ` [External] "

[PATCH 0/3] physmem: Fix MemoryRegion for second access to cached MMIO Address Space
 2024-03-01  5:44 UTC  (8+ messages)
` [PATCH 1/3] physmem: Reduce local variable scope in flatview_read/write_continue()
` [PATCH 2/3] physmem: Factor out body of flatview_read/write_continue() loop
` [PATCH 3/3] physmem: Fix wrong MR in large address_space_read/write_cached_slow()

[PATCH 0/2] Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"
 2024-03-01  5:37 UTC  (3+ messages)

[PATCH 0/2] *** Properly apply migration compression level
 2024-03-01  4:12 UTC  (4+ messages)
` [PATCH 1/2] migration: Properly apply migration compression level parameters
` [PATCH 2/2] tests/migration: Set compression level in migration tests

[PATCH v4 00/10] Enabling DCD emulation support in Qemu
 2024-03-01  3:56 UTC  (6+ messages)
` [PATCH v4 08/10] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response

[RFC PATCH v5 00/22] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-01  3:42 UTC  (21+ messages)
` [RFC PATCH v5 04/22] target/arm: Implement ALLINT MSR (immediate)
` [RFC PATCH v5 06/22] target/arm: Add support for Non-maskable Interrupt
` [RFC PATCH v5 08/22] target/arm: Handle IS/FS in ISR_EL1 for NMI
` [RFC PATCH v5 12/22] target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()
` [RFC PATCH v5 14/22] hw/intc/arm_gicv3_redist: Implement GICR_INMIR0
` [RFC PATCH v5 17/22] hw/intc/arm_gicv3: Add NMI handling CPU interface registers
` [RFC PATCH v5 18/22] hw/intc/arm_gicv3: Implement NMI interrupt prioirty
` [RFC PATCH v5 19/22] hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()
` [RFC PATCH v5 20/22] hw/intc/arm_gicv3: Report the VNMI interrupt

[PATCH v1 0/8] Add AST2700 support
 2024-03-01  1:33 UTC  (4+ messages)
` [PATCH v1 3/8] aspeed/sdmc: "

[PATCH V4 00/14] allow cpr-reboot for vfio
 2024-03-01  1:28 UTC  (13+ messages)
` [PATCH V4 10/14] migration: stop vm for cpr
` [PATCH V4 14/14] migration: options incompatible with cpr

[PATCH v5 00/23] migration: File based migration with multifd and mapped-ram
 2024-03-01  0:15 UTC  (11+ messages)
` [PATCH v5 17/23] migration/multifd: Add outgoing QIOChannelFile support
` [PATCH v5 19/23] migration/multifd: Prepare multifd sync for mapped-ram migration

[PATCH v3 1/2] ui/gtk: flush display pipeline before saving vmstate when blob=true
 2024-03-01  0:09 UTC  (2+ messages)

[PATCH 0/3] ui/gtk: introducing vc->visible
 2024-03-01  0:05 UTC  (2+ messages)

[QEMU][PATCH v3 0/7] Xen: support grant mappings
 2024-02-29 23:10 UTC  (5+ messages)
` [QEMU][PATCH v3 5/7] memory: add MemoryRegion map and unmap callbacks
` [QEMU][PATCH v3 6/7] xen: add map and unmap callbacks for grant region

[PATCH v2 0/3] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-02-29 21:51 UTC  (9+ messages)
` [PATCH v2 1/3] qtest: migration: Enhance qtest migration functions to support 'channels' argument

[PATCH] tcg/optimize: fix uninitialized variable
 2024-02-29 21:37 UTC  (5+ messages)

[PATCH] system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_add()
 2024-02-29 21:24 UTC  (2+ messages)

What is the correct way to add linker dependency to QEMU build system?
 2024-02-29 21:22 UTC  (5+ messages)

[PATCH] block: Remove special-casing of compound pages
 2024-02-29 20:05 UTC  (3+ messages)

[PATCH 00/16 Part 1] Cleanup up to fix missing ERRP_GUARD() for error_prepend()
 2024-02-29 20:48 UTC  (12+ messages)
` [PATCH 01/16] error: Add error_vprepend() in comment of ERRP_GUARD() rules
` [PATCH 03/16] block: Fix missing ERRP_GUARD() for error_prepend()
` [PATCH 08/16] block/qcow2: "
` [PATCH 16/16] hw/core/qdev-properties-system: "

[PATCH v2] hw/scsi/lsi53c895a: add timer to scripts processing
 2024-02-29 20:44 UTC 

[PATCH] tests: riscv64: Use 'zfa' instead of 'Zfa'
 2024-02-29 19:58 UTC  (3+ messages)

[q&a] Status of IOMMU virtualization for nested virtualization (userspace PCI drivers in VMs)
 2024-02-29 19:53 UTC  (3+ messages)

[PATCH 0/3] plugins/execlog: add data address match and address range support
 2024-02-29 19:40 UTC  (7+ messages)
` [PATCH 2/3] plugins/execlog: add data address match
` [PATCH 3/3] plugins/execlog: add address range matching

Intention to work on GSoC project
 2024-02-29 19:02 UTC  (3+ messages)

[PATCH 0/3] 64 Bit support for hppa gdbstub
 2024-02-29 18:36 UTC  (3+ messages)
` [PATCH 3/3] target/hppa: mask CR_SAR register writes to 5/6 bit in gdbstub

[RFC PATCH] disas/hppa: drop raw opcode dump
 2024-02-29 18:11 UTC  (4+ messages)

[PATCH v6 00/12] TCG Plugin inline operation enhancement
 2024-02-29 18:08 UTC  (3+ messages)
` [PATCH v6 06/12] tests/plugin/mem: migrate to new per_vcpu API

[PATCH] hw/scsi/lsi53c895a: add hack to prevent scsi timeouts in HP-UX 10.20
 2024-02-29 18:01 UTC  (5+ messages)

[PATCH 0/2 qemu] hw/acpi/hmat: Misc fixes
 2024-02-29 17:52 UTC  (5+ messages)
` [PATCH 1/2] hmat acpi: Do not add Memory Proximity Domain Attributes Structure targetting non existent memory
` [PATCH 2/2] hmat acpi: Fix out of bounds access due to missing use of indirection

[PATCH 0/4] target/i386: use TSTEQ/TSTNE in x86 frontend
 2024-02-29 17:17 UTC  (5+ messages)
` [PATCH 4/4] tcg/optimize: optimize TSTNE using smask and zmask

[RFC PATCH 0/5] memattrs: target/arm: add user-defined and requester ID memattrs
 2024-02-29 17:15 UTC  (5+ messages)

[PATCH v5 00/18] first version of mcdstub
 2024-02-29 16:56 UTC  (13+ messages)
` [PATCH v5 01/18] gdbstub, mcdstub: file and build structure adapted to accomodate for the mcdstub
` [PATCH v5 02/18] gdbstub: hex conversion functions moved to cutils.h
` [PATCH v5 03/18] gdbstub: GDBRegisterState moved to gdbstub.h so it can be used outside of the gdbstub
` [PATCH v5 04/18] gdbstub: DebugClass added to system mode
` [PATCH v5 05/18] mcdstub: memory helper functions added
` [PATCH v5 11/18] mcdstub: system and core queries added

[PATCH v7 0/2] acpi: report numa nodes for device memory using GI
 2024-02-29 16:32 UTC  (15+ messages)
` [PATCH v7 1/2] qom: new object to associate device to numa node
` [PATCH v7 2/2] hw/acpi: Implement the SRAT GI affinity structure

[PATCH v3 0/2] Export debug triggers as an extension
 2024-02-29 16:19 UTC  (3+ messages)

[PATCH] vmbus: Print a warning when enabled without the recommended set of features
 2024-02-29 15:44 UTC  (2+ messages)

[PULL 00/25] Migration next patches
 2024-02-29 15:24 UTC  (2+ messages)

[PATCH v2 00/21] migration: Improve error reporting
 2024-02-29 15:13 UTC  (4+ messages)
` [PATCH v2 11/21] migration: Fix migration termination

[PATCH 0/4] plugins/execlog: add data address match and address range support
 2024-02-29 15:09 UTC  (3+ messages)

[PATCH, v2] physmem: avoid bounce buffer too small
 2024-02-29 14:52 UTC  (12+ messages)

[RFC 0/4] mirror: implement incremental and bitmap modes
 2024-02-29 14:50 UTC  (5+ messages)

[PATCH] migration: re-format cpr-reboot documentation
 2024-02-29 14:49 UTC  (2+ messages)

[PATCH v5 00/12] TCG Plugin inline operation enhancement
 2024-02-29 14:42 UTC  (13+ messages)
` [PATCH v5 09/12] contrib/plugins/hotblocks: migrate to new per_vcpu API
` [PATCH v5 10/12] contrib/plugins/howvec: "
` [PATCH v5 11/12] plugins: remove non per_vcpu inline operation from API
` [PATCH v5 12/12] plugins: cleanup codepath for previous inline operation

[PATCH 00/19] Workaround Windows failing to find 64bit SMBIOS entry point with SeaBIOS
 2024-02-29 14:29 UTC  (4+ messages)
` [PATCH 06/19] smbios: get rid of smbios_legacy global


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