messages from 2024-02-28 16:25:31 to 2024-02-29 06:39:53 UTC [more...]
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-02-29 6:36 UTC (12+ messages)
` [PATCH v5 01/65] linux-headers: Update to Linux v6.8-rc5
` [PATCH v5 02/65] RAMBlock: Add support of KVM private guest memfd
` [PATCH v5 03/65] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v5 05/65] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v5 06/65] kvm: Introduce support for memory_attributes
` [PATCH v5 07/65] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v5 09/65] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v5 10/65] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PATCH v5 14/65] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v5 16/65] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
[PATCH for-8.2 0/4] Assorted replay patches
2024-02-29 6:32 UTC (6+ messages)
` [PATCH 4/4] replay: simple auto-snapshot mode for record
[PATCH v2 00/21] migration: Improve error reporting
2024-02-29 6:32 UTC (18+ messages)
` [PATCH v2 02/21] migration: Remove SaveStateHandler and LoadStateHandler typedefs
` [PATCH v2 03/21] migration: Add documentation for SaveVMHandlers
` [PATCH v2 04/21] migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error
` [PATCH v2 05/21] migration: Add Error** argument to qemu_savevm_state_setup()
` [PATCH v2 06/21] migration: Add Error** argument to .save_setup() handler
` [PATCH v2 07/21] migration: Add Error** argument to .load_setup() handler
` [PATCH v2 08/21] memory: Add Error** argument to .log_global*() handlers
` [PATCH v2 11/21] migration: Fix migration termination
[PATCH 0/4] plugins/execlog: add data address match and address range support
2024-02-29 6:05 UTC (6+ messages)
` [PATCH 1/4] plugins/execlog: add struct execlog_ctx
` [PATCH 2/4] plugins/execlog: pass matches array to parse_vaddr_match
` [PATCH 3/4] plugins/execlog: add data address match
` [PATCH 4/4] plugins/execlog: add address range matching
[PATCH V2] migration: export fewer options
2024-02-29 6:03 UTC (3+ messages)
[PATCH 0/4] Confidential Guest Support: Introduce kvm_init() and kvm_reset() virtual functions
2024-02-29 6:00 UTC (5+ messages)
` [PATCH 1/4] confidential guest support: Add kvm_init() and kvm_reset() in class
` [PATCH 2/4] i386/sev: Switch to use confidential_guest_kvm_init()
` [PATCH 3/4] ppc/pef: switch to use confidential_guest_kvm_init/reset()
` [PATCH 4/4] s390: Switch to use confidential_guest_kvm_init()
[PATCH v3 0/7] Introduce multifd zero page checking
2024-02-29 6:01 UTC (16+ messages)
` [PATCH v3 1/7] migration/multifd: Add new migration option zero-page-detection
` [External] "
` [PATCH v3 2/7] migration/multifd: Implement zero page transmission on the multifd thread
` [External] "
` [PATCH v3 3/7] migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page
` [PATCH v3 6/7] migration/multifd: Add zero pages and zero bytes counter to migration status interface
` [External] "
[PATCH 0/5] TCG plugins new inline operations
2024-02-29 5:53 UTC (6+ messages)
` [PATCH 1/5] plugins: prepare introduction of new inline ops
` [PATCH 2/5] plugins: add new inline op STORE_U64
` [PATCH 3/5] tests/plugin/inline: add test for STORE_U64 inline op
` [PATCH 4/5] plugins: conditional callbacks
` [PATCH 5/5] tests/plugin/inline: add test for condition callback
[PATCH v4 00/15] Nested PAPR API (KVM on PowerVM)
2024-02-29 5:46 UTC (6+ messages)
` [PATCH v4 05/15] spapr: nested: Document Nested PAPR API
[PATCH V4 00/14] allow cpr-reboot for vfio
2024-02-29 5:40 UTC (8+ messages)
` [PATCH V4 14/14] migration: options incompatible with cpr
[PATCH v2 00/10] mirror: allow switching from background to active mode
2024-02-29 5:28 UTC (9+ messages)
[PATCH v6 00/12] TCG Plugin inline operation enhancement
2024-02-29 5:25 UTC (13+ messages)
` [PATCH v6 01/12] plugins: scoreboard API
` [PATCH v6 02/12] plugins: define qemu_plugin_u64
` [PATCH v6 03/12] plugins: implement inline operation relative to cpu_index
` [PATCH v6 04/12] plugins: add inline operation per vcpu
` [PATCH v6 05/12] tests/plugin: add test plugin for inline operations
` [PATCH v6 06/12] tests/plugin/mem: migrate to new per_vcpu API
` [PATCH v6 07/12] tests/plugin/insn: "
` [PATCH v6 08/12] tests/plugin/bb: "
` [PATCH v6 09/12] contrib/plugins/hotblocks: "
` [PATCH v6 10/12] contrib/plugins/howvec: "
` [PATCH v6 11/12] plugins: remove non per_vcpu inline operation from API
` [PATCH v6 12/12] plugins: cleanup codepath for previous inline operation
[PATCH v5 00/12] TCG Plugin inline operation enhancement
2024-02-29 5:19 UTC (5+ messages)
` [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API
[RFC PATCH 0/5] memattrs: target/arm: add user-defined and requester ID memattrs
2024-02-29 4:52 UTC (3+ messages)
[RFC 0/8] Introduce SMP Cache Topology
2024-02-29 4:46 UTC (4+ messages)
` [RFC 2/8] hw/core: Move CPU topology enumeration into arch-agnostic file
[PATCH 0/2] Optimize user_creatable_add_type error path
2024-02-29 3:37 UTC (3+ messages)
` [PATCH 1/2] qom/object_interfaces: Remove unnecessary local_err check
` [PATCH 2/2] qom/object_interfaces: Remove local_err in user_creatable_add_type
[PATCH] target/loongarch: Add TCG macro in structure CPUArchState
2024-02-29 3:39 UTC
[PATCH v5 00/23] migration: File based migration with multifd and mapped-ram
2024-02-29 3:33 UTC (22+ messages)
` [PATCH v5 01/23] migration/multifd: Cleanup multifd_recv_sync_main
` [PATCH v5 07/23] migration/ram: Introduce 'mapped-ram' migration capability
` [PATCH v5 14/23] migration/multifd: Allow multifd without packets
` [PATCH v5 15/23] migration/multifd: Allow receiving pages "
` [PATCH v5 16/23] migration/multifd: Add a wrapper for channels_created
` [PATCH v5 17/23] migration/multifd: Add outgoing QIOChannelFile support
` [PATCH v5 18/23] migration/multifd: Add incoming "
` [PATCH v5 19/23] migration/multifd: Prepare multifd sync for mapped-ram migration
` [PATCH v5 21/23] migration/multifd: Support incoming mapped-ram stream format
` [PATCH v5 22/23] migration/multifd: Add mapped-ram support to fd: URI
[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
2024-02-29 3:27 UTC (5+ messages)
` [PATCH 5/5] migration: Add integration test for 'qatzip' compression method
` [External] "
[PATCH v3 0/9] replay: fixes and new test cases
2024-02-29 3:10 UTC (4+ messages)
` [PATCH v3 3/9] tests/avocado: excercise scripts/replay-dump.py in replay tests
[PATCH v7 00/10] Misc clean ups to target/ppc exception handling
2024-02-29 3:04 UTC (6+ messages)
` [PATCH v7 02/10] target/ppc: Readability improvements in exception handlers
[PATCH 00/16 Part 1] Cleanup up to fix missing ERRP_GUARD() for error_prepend()
2024-02-29 3:03 UTC (24+ messages)
` [PATCH 01/16] error: Add error_vprepend() in comment of ERRP_GUARD() rules
` [PATCH 02/16] backends/iommufd: Fix missing ERRP_GUARD() for error_prepend()
` [PATCH 03/16] block: "
` [PATCH 04/16] block/cbw: "
` [PATCH 05/16] block/nbd: "
` [PATCH 06/16] block/nvme: "
` [PATCH 07/16] block/qcow2-bitmap: "
` [PATCH 09/16] block/qed: "
` [PATCH 11/16] block/vdi: "
` [PATCH 12/16] block/vmdk: "
` [PATCH 13/16] block/virtio-blk: "
` [PATCH 14/16] hw/char/xen_console: "
` [PATCH 15/16] hw/core/loader-fit: "
` [PATCH 16/16] hw/core/qdev-properties-system: "
[Question] Can I start qemu-system-aarch64 with a vmlinux(ELF format)?
2024-02-29 3:01 UTC (3+ messages)
[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2024-02-29 2:32 UTC (3+ messages)
[PATCH v8 00/15] hw/pci: SR-IOV related fixes and improvements
2024-02-29 2:27 UTC (6+ messages)
` [PATCH v8 03/15] pcie_sriov: Reset SR-IOV extended capability
` [PATCH v8 05/15] hw/pci: Always call pcie_sriov_pf_reset()
[PATCH] qapi: Craft the BlockdevCreateOptionsLUKS comment
2024-02-29 2:04 UTC (10+ messages)
[PATCH v2 0/3] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
2024-02-29 1:17 UTC (8+ messages)
` [PATCH v2 1/3] qtest: migration: Enhance qtest migration functions to support 'channels' argument
[PATCH, v2] physmem: avoid bounce buffer too small
2024-02-29 1:11 UTC (6+ messages)
[PATCH 0/4] target/i386: use TSTEQ/TSTNE in x86 frontend
2024-02-28 23:10 UTC (9+ messages)
` [PATCH 1/4] target/i386: use TSTEQ/TSTNE to test low bits
` [PATCH 2/4] target/i386: use TSTEQ/TSTNE to check flags
` [PATCH 3/4] target/i386: remove mask from CCPrepare
` [PATCH 4/4] tcg/optimize: optimize TSTNE using smask and zmask
[Stable-8.2.2 v2 00/78] Patch Round-up for stable 8.2.2, freeze on 2024-03-02
2024-02-28 22:54 UTC (19+ messages)
` [Stable-8.2.2 61/78] hw/hppa/Kconfig: Fix building with "configure --without-default-devices"
` [Stable-8.2.2 62/78] docs/system: Update description for input grab key
` [Stable-8.2.2 63/78] system/vl: "
` [Stable-8.2.2 64/78] .gitlab-ci.d/windows.yml: Drop msys2-32bit job
` [Stable-8.2.2 65/78] target/ppc: Fix lxv/stxv MSR facility check
` [Stable-8.2.2 66/78] target/ppc: Fix crash on machine check caused by ifetch
` [Stable-8.2.2 67/78] update edk2 submodule to edk2-stable202402
` [Stable-8.2.2 68/78] update edk2 binaries "
` [Stable-8.2.2 69/78] hw/nvme: fix invalid endian conversion
` [Stable-8.2.2 70/78] pl031: Update last RTCLR value on write in case it's read back
` [Stable-8.2.2 71/78] target/i386: mask high bits of CR3 in 32-bit mode
` [Stable-8.2.2 72/78] target/i386: check validity of VMCB addresses
` [Stable-8.2.2 73/78] target/i386: Fix physical address truncation
` [Stable-8.2.2 74/78] target/i386: remove unnecessary/wrong application of the A20 mask
` [Stable-8.2.2 75/78] target/i386: leave the A20 bit set in the final NPT walk
` [Stable-8.2.2 76/78] tests/vm: update openbsd image to 7.4
` [Stable-8.2.2 77/78] tests/vm: avoid re-building the VM images all the time
` [Stable-8.2.2 78/78] gitlab: force allow use of pip in Cirrus jobs
[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
2024-02-28 21:22 UTC (3+ messages)
` [PATCH v9 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
No virtio devices in SeaBIOS VMs
2024-02-28 21:18 UTC
[PATCH] hw/scsi/lsi53c895a: add hack to prevent scsi timeouts in HP-UX 10.20
2024-02-28 21:11 UTC
[RFC PATCH v4 00/22] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
2024-02-28 20:46 UTC (7+ messages)
` [RFC PATCH v4 02/22] target/arm: Add PSTATE.ALLINT
` [RFC PATCH v4 04/22] target/arm: Implement ALLINT MSR (immediate)
` [RFC PATCH v4 05/22] target/arm: Support MSR access to ALLINT
[Stable-7.2.10 v1 00/47] Patch Round-up for stable 7.2.10, freeze on 2024-03-02
2024-02-28 20:35 UTC (15+ messages)
` [Stable-7.2.10 33/47] meson: ensure dbus-display generated code is built before other units
` [Stable-7.2.10 35/47] docs/system: Update description for input grab key
` [Stable-7.2.10 36/47] system/vl: "
` [Stable-7.2.10 37/47] .gitlab-ci.d/windows.yml: Drop msys2-32bit job
` [Stable-7.2.10 38/47] target/ppc: Fix lxv/stxv MSR facility check
` [Stable-7.2.10 39/47] hw/nvme: fix invalid endian conversion
` [Stable-7.2.10 40/47] pl031: Update last RTCLR value on write in case it's read back
` [Stable-7.2.10 41/47] target/i386: mask high bits of CR3 in 32-bit mode
` [Stable-7.2.10 42/47] target/i386: check validity of VMCB addresses
` [Stable-7.2.10 43/47] target/i386: Fix physical address truncation
` [Stable-7.2.10 44/47] target/i386: remove unnecessary/wrong application of the A20 mask
` [Stable-7.2.10 45/47] target/i386: leave the A20 bit set in the final NPT walk
` [Stable-7.2.10 46/47] tests/vm: update openbsd image to 7.4
` [Stable-7.2.10 47/47] tests/vm: avoid re-building the VM images all the time
[PATCH v2 0/5] linux-user: Rewrite target_shmat
2024-02-28 20:25 UTC (6+ messages)
` [PATCH v2 1/5] linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2, 4}
` [PATCH v2 2/5] linux-user/loongarch64: Remove TARGET_FORCE_SHMLBA
` [PATCH v2 3/5] linux-user: Add strace for shmat
` [PATCH v2 4/5] linux-user: Rewrite target_shmat
` [PATCH v2 5/5] tests/tcg: Check that shmat() does not break /proc/self/maps
[PULL 00/10] pc, target/i486 changes for 2024-02-27
2024-02-28 20:18 UTC (5+ messages)
` [PULL 06/10] target/i386: Fix physical address truncation
[PATCH 0/3] 64 Bit support for hppa gdbstub
2024-02-28 20:14 UTC (4+ messages)
` [PATCH 1/3] Revert "target/hppa: Drop attempted gdbstub support for hppa64"
` [PATCH 2/3] target/hppa: add 64 bit support to gdbstub
` [PATCH 3/3] target/hppa: mask CR_SAR register writes to 5/6 bit in gdbstub
[q&a] Status of IOMMU virtualization for nested virtualization (userspace PCI drivers in VMs)
2024-02-28 19:38 UTC (2+ messages)
[PATCH] tcg/optimize: fix uninitialized variable
2024-02-28 19:29 UTC (4+ messages)
[QEMU][PATCH v3 0/7] Xen: support grant mappings
2024-02-28 18:59 UTC (3+ messages)
[PATCH v5 0/5] Add ISA extension smcntrpmf support
2024-02-28 18:51 UTC (6+ messages)
` [PATCH v5 1/5] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
` [PATCH v5 2/5] target/riscv: Add cycle & instret privilege mode filtering properties
` [PATCH v5 3/5] target/riscv: Add cycle & instret privilege mode filtering definitions
` [PATCH v5 4/5] target/riscv: Add cycle & instret privilege mode filtering support
` [PATCH v5 5/5] target/riscv: Implement privilege mode filtering for cycle/instret
[PULL 00/29] testing, gdbstub and plugin updates
2024-02-28 17:26 UTC (2+ messages)
[PATCH] system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_add()
2024-02-28 17:12 UTC (2+ messages)
[PATCH] MAINTAINERS: Update Sriram Yagnaraman mail address
2024-02-28 17:10 UTC (4+ messages)
[PATCH v2] block-backend: per-device throttling of BLOCK_IO_ERROR reports
2024-02-28 17:05 UTC (2+ messages)
[PATCH v4] virtio: add VIRTQUEUE_ERROR QAPI event
2024-02-28 16:56 UTC (2+ messages)
[PATCH v7 0/2] acpi: report numa nodes for device memory using GI
2024-02-28 16:50 UTC (6+ messages)
` [PATCH v7 1/2] qom: new object to associate device to numa node
[PATCH v3] blockcommit: Reopen base image as RO after abort
2024-02-28 16:48 UTC (3+ messages)
[RFC PATCH 0/5] hw/i386/q35: Decouple virtual SMI# lines and wire them to ICH9 chipset
2024-02-28 16:43 UTC (3+ messages)
` [RFC PATCH 4/5] hw/i386/q35: Wire virtual SMI# lines "
[RFC 0/4] mirror: implement incremental and bitmap modes
2024-02-28 16:24 UTC (2+ messages)
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).