qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-29 10:59:37 to 2024-02-29 20:20:15 UTC [more...]

[PATCH] block: Remove special-casing of compound pages
 2024-02-29 19:37 UTC  (2+ messages)

[PATCH] hw/scsi/lsi53c895a: add timer to scripts processing
 2024-02-29 20:19 UTC  (3+ messages)

[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 00/16 Part 1] Cleanup up to fix missing ERRP_GUARD() for error_prepend()
 2024-02-29 19:51 UTC  (10+ 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 16/16] hw/core/qdev-properties-system: "

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

What is the correct way to add linker dependency to QEMU build system?
 2024-02-29 19:00 UTC  (4+ 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

[PATCH 00/17 Part 2] Cleanup up to fix missing ERRP_GUARD() for error_prepend()
 2024-02-29 18:25 UTC  (34+ 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: "

[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  (21+ 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  (5+ messages)
` [PATCH v3 1/2] target/riscv: Mark debug property as deprecated
` [PATCH v3 2/2] target/riscv: Export sdtrig in ISA string

[PATCH v3 0/7] Introduce multifd zero page checking
 2024-02-29 15:46 UTC  (6+ messages)
` [PATCH v3 2/7] migration/multifd: Implement zero page transmission on the multifd thread
    ` [External] "

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

[PATCH v6 00/23] migration: File based migration with multifd and mapped-ram
 2024-02-29 15:30 UTC  (24+ 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/25] Migration next patches
 2024-02-29 15:24 UTC  (2+ messages)

[PATCH V4 00/14] allow cpr-reboot for vfio
 2024-02-29 15:21 UTC  (15+ messages)
` [PATCH V4 10/14] migration: stop vm for cpr
` [PATCH V4 11/14] vfio: register container "
` [PATCH V4 14/14] migration: options incompatible with cpr

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-29 15:14 UTC  (10+ 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 v2 00/21] migration: Improve error reporting
 2024-02-29 15:13 UTC  (13+ messages)
` [PATCH v2 03/21] migration: Add documentation for SaveVMHandlers
` [PATCH v2 06/21] migration: Add Error** argument to .save_setup() handler
` [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] migration: massage cpr-reboot documentation
 2024-02-29 14:54 UTC 

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

[RFC 0/4] mirror: implement incremental and bitmap modes
 2024-02-29 14:50 UTC  (10+ 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  (22+ messages)
` [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API
` [PATCH v5 08/12] tests/plugin/bb: "
` [PATCH v5 09/12] contrib/plugins/hotblocks: "
` [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 v5 00/23] migration: File based migration with multifd and mapped-ram
 2024-02-29 14:34 UTC  (9+ 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 00/19] Workaround Windows failing to find 64bit SMBIOS entry point with SeaBIOS
 2024-02-29 14:29 UTC  (5+ messages)
` [PATCH 06/19] smbios: get rid of smbios_legacy global

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-02-29 14:14 UTC  (10+ messages)
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH] qapi: Fix format of the memory-backend-file's @rom property doc comment
 2024-02-29 13:50 UTC  (3+ messages)

What riscv tracing tools do you recommend and how are they accurate for measurements?
 2024-02-29  4:27 UTC 

[RFC PATCH v5 00/22] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-02-29 13:10 UTC  (23+ messages)
` [RFC PATCH v5 01/22] target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMI
` [RFC PATCH v5 02/22] target/arm: Add PSTATE.ALLINT
` [RFC PATCH v5 03/22] target/arm: Add support for FEAT_NMI, Non-maskable Interrupt
` [RFC PATCH v5 04/22] target/arm: Implement ALLINT MSR (immediate)
` [RFC PATCH v5 05/22] target/arm: Support MSR access to ALLINT
` [RFC PATCH v5 06/22] target/arm: Add support for Non-maskable Interrupt
` [RFC PATCH v5 07/22] target/arm: Add support for NMI in arm_phys_excp_target_el()
` [RFC PATCH v5 08/22] target/arm: Handle IS/FS in ISR_EL1 for NMI
` [RFC PATCH v5 09/22] target/arm: Handle PSTATE.ALLINT on taking an exception
` [RFC PATCH v5 10/22] hw/arm/virt: Wire NMI and VNMI irq lines from GIC to CPU
` [RFC PATCH v5 11/22] hw/intc/arm_gicv3: Add external IRQ lines for NMI
` [RFC PATCH v5 12/22] target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()
` [RFC PATCH v5 13/22] hw/intc/arm_gicv3: Add irq superpriority information
` [RFC PATCH v5 14/22] hw/intc/arm_gicv3_redist: Implement GICR_INMIR0
` [RFC PATCH v5 15/22] hw/intc/arm_gicv3: Implement GICD_INMIR
` [RFC PATCH v5 16/22] hw/intc: Enable FEAT_GICv3_NMI Feature
` [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
` [RFC PATCH v5 21/22] target/arm: Add FEAT_NMI to max
` [RFC PATCH v5 22/22] hw/arm/virt: Add FEAT_GICv3_NMI feature support in virt GIC

[PATCH v2 0/5] linux-user: Rewrite target_shmat
 2024-02-29 12:27 UTC  (2+ messages)

[PATCH] chardev/char-socket: Fix TLS io channels sending too much data to the backend
 2024-02-29 12:19 UTC  (2+ messages)

[PATCH v3] docs/system/ppc: Document running Linux on AmigaNG machines
 2024-02-29 11:58 UTC  (2+ messages)

[PATCH v4 00/21] parallels: Add full dirty bitmap support
 2024-02-29 11:57 UTC  (4+ messages)
` [PATCH v4 13/21] parallels: Handle L1 entries equal to one

[PULL v2 0/1] loongarch-to-apply queue
 2024-02-29 11:38 UTC  (2+ messages)
` [PULL v2 1/1] loongarch: Change the UEFI loading mode to loongarch

[PATCH 0/9] Hexagon (target/hexagon) Clean up .new decode and scripts
 2024-02-29 11:04 UTC  (3+ messages)
` [PATCH 1/9] Hexagon (target/hexagon) Add is_old/is_new to Register class

[PATCH 0/9] vhost-user: support any POSIX system (tested on macOS and FreeBSD)
 2024-02-29 11:01 UTC  (6+ messages)
` [PATCH 9/9] hostmem-file: support POSIX shm_open()

[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-29 11:00 UTC  (4+ messages)


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