qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-09 12:48:32 to 2020-12-09 19:45:54 UTC [more...]

[RFC PATCH 00/27] vDPA software assisted live migration
 2020-12-09 18:48 UTC  (23+ messages)
` [RFC PATCH 04/27] vhost: add vhost_kernel_set_vring_enable
` [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler
` [RFC PATCH 07/27] vhost: Route guest->host notification through qemu
` [RFC PATCH 08/27] vhost: Add a flag for software assisted Live Migration
` [RFC PATCH 10/27] vhost: Allocate shadow vring
` [RFC PATCH 18/27] vhost: add vhost_vring_poll_rcu

[PATCH 0/6] spapr: Drop some users of qdev_get_machine()
 2020-12-09 18:26 UTC  (12+ messages)
` [PATCH 1/6] spapr: Add an "spapr" property to sPAPR CPU core
` [PATCH 2/6] spapr: Add an "spapr" property to sPAPR PHB
` [PATCH 3/6] spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()
` [PATCH 4/6] spapr: Don't use qdev_get_machine() in spapr_msi_write()
` [PATCH 5/6] spapr: Pass sPAPR machine state to some RTAS events handling functions
` [PATCH 6/6] target/ppc: Add mce_req_event() handler to PPCVirtualHypervisorClass

[PATCH v1 0/6] testing/next (without-features, gitlab, python)
 2020-12-09 18:32 UTC  (12+ messages)
` [PATCH v1 1/6] configure: include moxie-softmmu in deprecated_targets_list
` [PATCH v1 2/6] gitlab: include aarch64-softmmu and ppc64-softmmu cross-system-build
` [PATCH v1 3/6] configure: add --without-default-features
` [PATCH v1 4/6] python: add __repr__ to ConsoleSocket to aid debugging
` [PATCH v1 5/6] gitlab: move --without-default-devices build from Travis
` [PATCH v1 6/6] gitlab: add --without-default-features build

[PATCH v5 0/2] MTE support for KVM guest
 2020-12-09 18:27 UTC  (14+ messages)

[PATCH v2 00/10] virtio-mem: vfio support
 2020-12-09 18:27 UTC  (3+ messages)
` [PATCH v2 01/10] memory: Introduce RamDiscardMgr for RAM memory regions

[PATCH v3] tests/acceptance: test hot(un)plug of ccw devices
 2020-12-09 18:22 UTC  (3+ messages)

[PATCH] smbios: entry-point-type option
 2020-12-09 18:16 UTC  (3+ messages)

[PULL v2 00/65] pc,pci,virtio: fixes, cleanups
 2020-12-09 18:11 UTC  (66+ messages)
` [PULL v2 01/65] vhost-user-scsi: Fix memleaks in vus_proc_req()
` [PULL v2 02/65] memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
` [PULL v2 03/65] memory: Add IOMMUTLBEvent
` [PULL v2 04/65] memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType
` [PULL v2 05/65] intel_iommu: Skip page walking on device iotlb invalidations
` [PULL v2 06/65] memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type
` [PULL v2 07/65] virtio: reset device on bad guest index in virtio_load()
` [PULL v2 08/65] acpi/gpex: Extract two APIs from acpi_dsdt_add_pci
` [PULL v2 09/65] fw_cfg: Refactor extra pci roots addition
` [PULL v2 10/65] hw/arm/virt: Write extra pci roots into fw_cfg
` [PULL v2 11/65] acpi: Extract crs build form acpi_build.c
` [PULL v2 12/65] acpi/gpex: Build tables for pxb
` [PULL v2 13/65] acpi: Align the size to 128k
` [PULL v2 14/65] unit-test: The files changed
` [PULL v2 15/65] unit-test: Add testcase for pxb
` [PULL v2 16/65] unit-test: Add the binary file and clear diff.h
` [PULL v2 17/65] failover: fix indentantion
` [PULL v2 18/65] failover: Use always atomics for primary_should_be_hidden
` [PULL v2 19/65] failover: primary bus is only used once, and where it is set
` [PULL v2 20/65] failover: Remove unused parameter
` [PULL v2 21/65] failover: Remove external partially_hotplugged property
` [PULL v2 22/65] failover: qdev_device_add() returns err or dev set
` [PULL v2 23/65] failover: Rename bool to failover_primary_hidden
` [PULL v2 24/65] failover: g_strcmp0() knows how to handle NULL
` [PULL v2 25/65] failover: Remove primary_device_opts
` [PULL v2 26/65] failover: remove standby_id variable
` [PULL v2 27/65] failover: Remove primary_device_dict
` [PULL v2 28/65] failover: Remove memory leak
` [PULL v2 29/65] failover: simplify virtio_net_find_primary()
` [PULL v2 30/65] failover: should_be_hidden() should take a bool
` [PULL v2 31/65] failover: Rename function to hide_device()
` [PULL v2 32/65] failover: virtio_net_connect_failover_devices() does nothing
` [PULL v2 33/65] failover: Rename to failover_find_primary_device()
` [PULL v2 34/65] failover: simplify qdev_device_add() failover case
` [PULL v2 35/65] failover: simplify qdev_device_add()
` [PULL v2 36/65] failover: make sure that id always exist
` [PULL v2 37/65] failover: remove failover_find_primary_device() error parameter
` [PULL v2 38/65] failover: split failover_find_primary_device_id()
` [PULL v2 39/65] failover: We don't need to cache primary_device_id anymore
` [PULL v2 40/65] failover: Caller of this two functions already have primary_dev
` [PULL v2 41/65] failover: simplify failover_unplug_primary
` [PULL v2 42/65] failover: Remove primary_dev member
` [PULL v2 43/65] hw: add compat machines for 6.0
` [PULL v2 44/65] libvhost-user: replace qemu/bswap.h with glibc endian.h
` [PULL v2 45/65] libvhost-user: replace qemu/memfd.h usage
` [PULL v2 46/65] libvhost-user: remove qemu/compiler.h usage
` [PULL v2 47/65] libvhost-user: drop qemu/osdep.h dependency
` [PULL v2 48/65] libvhost-user: make it a meson subproject
` [PULL v2 49/65] libvhost-user: add a simple link test without glib
` [PULL v2 50/65] .gitlab-ci: add build-libvhost-user
` [PULL v2 51/65] contrib/vhost-user-blk: avoid g_return_val_if() input validation
` [PULL v2 52/65] contrib/vhost-user-gpu: "
` [PULL v2 53/65] contrib/vhost-user-input: "
` [PULL v2 54/65] block/export: "
` [PULL v2 55/65] hw/i386/pc: add max combined fw size as machine configuration option
` [PULL v2 56/65] acpi: cpuhp: introduce 'firmware performs eject' status/control bits
` [PULL v2 57/65] x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplug
` [PULL v2 58/65] tests/acpi: allow expected files change
` [PULL v2 59/65] x86: acpi: let the firmware handle pending "CPU remove" events in SMM
` [PULL v2 60/65] tests/acpi: update expected files
` [PULL v2 61/65] x86: ich9: factor out "guest_cpu_hotplug_features"
` [PULL v2 62/65] x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' feature
` [PULL v2 63/65] pcie_aer: Fix help message of pcie_aer_inject_error command
` [PULL v2 64/65] hw/virtio-pci Added counter for pcie capabilities offsets
` [PULL v2 65/65] hw/virtio-pci Added AER capability

[PATCH v2 0/8] libvhost-user: make it a subproject (was: "lower dependency on QEMU headers")
 2020-12-09 18:08 UTC  (4+ messages)
` [PATCH v2 6/8] libvhost-user: check memfd API

[PATCH] target/i386: tracing: format length values as hex
 2020-12-09 17:58 UTC  (2+ messages)

[PATCH 0/5] Add support for loading SMBIOS OEM strings from a file
 2020-12-09 17:56 UTC  (3+ messages)
` [PATCH 4/5] hw/smbios: use qapi for SMBIOS entry point type enum

[PATCH v2 0/4] Add a new -action parameter
 2020-12-09 17:52 UTC  (5+ messages)
` [PATCH v2 1/4] vl: Add an -action option to respond to guest events
` [PATCH v2 2/4] vl: Add option to avoid stopping VM upon guest panic
` [PATCH v2 3/4] qmp: Allow setting -action parameters on the fly
` [PATCH v2 4/4] qtest/pvpanic: Test panic option that allows VM to continue

[PULL 00/66] pc,pci,virtio: fixes, cleanups
 2020-12-09 18:05 UTC  (4+ messages)

[PATCH 0/3] trace: convert docs to rST and feature "log" backend in quickstart
 2020-12-09 17:42 UTC  (4+ messages)
` [PATCH 1/3] trace: fix simpletrace doc mismerge
` [PATCH 2/3] tracing: convert documentation to rST
` [PATCH 3/3] trace: recommend "log" backend for getting started with tracing

[PATCH 0/3] sev: enable seret injection to a self described area in OVMF
 2020-12-09 17:52 UTC  (5+ messages)
` [PATCH 1/3] sev: add sev-inject-launch-secret
` [PATCH 2/3] pc: add parser for OVMF reset block
` [PATCH 3/3] sev: update sev-inject-launch-secret to make gpa optional

[PATCH v4 0/4] qcow2: don't leave partially initialized file on image creation
 2020-12-09 17:41 UTC  (8+ messages)
` [PATCH v4 1/4] crypto: luks: Fix tiny memory leak
` [PATCH v4 2/4] block: add bdrv_co_delete_file_noerr
` [PATCH v4 3/4] crypto: luks: use bdrv_co_delete_file_noerr
` [PATCH v4 4/4] block: qcow2: remove the created file on initialization error

[PATCH] file-posix: detect the lock using the real file
 2020-12-09 17:43 UTC  (4+ messages)

[PATCH] virtio-pmem: add trace events
 2020-12-09 17:49 UTC  (2+ messages)

[PATCH 0/2] target/ppc: Fix detection of 64-bit MMU models
 2020-12-09 17:35 UTC  (3+ messages)
` [PATCH 1/2] ppc/translate: Use POWERPC_MMU_64 to detect "
` [PATCH 2/2] target/ppc: Introduce an mmu_is_64bit() helper

[PATCH 1/2] virtio-blk: Acquire context while switching them on dataplane start
 2020-12-09 17:31 UTC  (7+ messages)
` [PATCH 2/2] nbd/server: Quiesce coroutines on context switch

[RFC v9 00/22] i386 cleanup
 2020-12-09 17:28 UTC  (27+ messages)
` [RFC v9 18/32] cpu: Move synchronize_from_tb() to tcg_ops
` [RFC v9 20/32] cpu: Move tlb_fill "
` [RFC v9 24/32] cpu: move cc->transaction_failed "
` [RFC v9 25/32] cpu: move do_unaligned_access "
` [RFC v9 26/32] accel: extend AccelState and AccelClass to user-mode
` [RFC v9 27/32] accel: replace struct CpusAccel with AccelOpsClass

[PATCH v2 00/15] RISC-V: Start to remove xlen preprocess
 2020-12-09 17:34 UTC  (15+ messages)
` [PATCH v2 05/15] hw/riscv: boot: Remove compile time XLEN checks
` [PATCH v2 09/15] target/riscv: fpu_helper: Match function defs in HELPER macros
` [PATCH v2 10/15] target/riscv: Add a riscv_cpu_is_32bit() helper function
` [PATCH v2 11/15] target/riscv: Specify the XLEN for CPUs
` [PATCH v2 12/15] target/riscv: cpu: Remove compile time XLEN checks
` [PATCH v2 13/15] target/riscv: cpu_helper: "
` [PATCH v2 14/15] target/riscv: csr: "

[PATCH v12 00/19] Initial support for multi-process Qemu
 2020-12-09 16:56 UTC  (10+ messages)
` [PATCH v12 02/19] multi-process: add configure and usage information
` [PATCH v12 06/19] multi-process: setup a machine object for remote device process
` [PATCH v12 16/19] multi-process: Synchronize remote memory

[PATCH 0/8] Add RISC-V semihosting 0.2. Finish ARM semihosting 2.0
 2020-12-09 16:29 UTC  (4+ messages)
` [PATCH 5/8] riscv: Add semihosting support [v13]

[PATCH] ppc/translate: Fix need_access_type for non MMU_64
 2020-12-09 15:38 UTC  (3+ messages)

[PATCH 00/17] target/mips: Convert MSA ASE to decodetree
 2020-12-09 15:25 UTC  (7+ messages)
` [PATCH 14/17] target/mips: Declare gen_msa/_branch() in 'translate.h'

[PATCH 0/4] clock: Get rid of clock_get_ns()
 2020-12-09 15:05 UTC  (7+ messages)
` [PATCH 1/4] clock: Introduce clock_ticks_to_ns()

[PATCH 00/13] target/mips: Convert LSA/DLSA and part of the Rel6 removed opcodes
 2020-12-09 14:40 UTC  (23+ messages)
` [PATCH 03/13] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PATCH 04/13] target/mips: Introduce decodetree helpers for Release6 "
` [PATCH 05/13] target/mips: Remove now unreachable LSA/DLSA opcodes code
` [PATCH 06/13] target/mips: Convert Rel6 Special2 opcode to decodetree
` [PATCH 07/13] target/mips: Convert Rel6 COP1X "
` [PATCH 08/13] target/mips: Convert Rel6 CACHE/PREF opcodes "
` [PATCH 09/13] target/mips: Convert Rel6 LWL/LWR/SWL/SWR "
` [PATCH 10/13] target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE "
` [PATCH 11/13] target/mips: Convert Rel6 LDL/LDR/SDL/SDR "
` [PATCH 12/13] target/mips: Convert Rel6 LLD/SCD "
` [PATCH 13/13] target/mips: Convert Rel6 LL/SC "

[PATCH] configure: replace --enable/disable-git-update with --with-git-submodules
 2020-12-09 14:38 UTC  (2+ messages)

[PATCH v3] migration: Don't allow migration if vm is in POSTMIGRATE
 2020-12-09 14:20 UTC  (2+ messages)

[PULL 000/113] First batch of misc (i386, kernel-doc, memory, vl.c) changes for QEMU 6.0
 2020-12-09 14:16 UTC  (2+ messages)

[PATCH v2 0/5] SCSI: fix transfer limits for SCSI passthrough
 2020-12-09 14:04 UTC  (8+ messages)
` [PATCH v2 1/5] file-posix: split hdev_refresh_limits from raw_refresh_limits
` [PATCH v2 2/5] file-posix: add sg_get_max_segments that actually works with sg
` [PATCH v2 3/5] block: add max_ioctl_transfer to BlockLimits
` [PATCH v2 4/5] block: use blk_get_max_ioctl_transfer for SCSI passthrough
` [PATCH v2 5/5] block/scsi: correctly emulate the VPD block limits page

qemu 6.0 rbd driver rewrite
 2020-12-09 13:59 UTC  (2+ messages)

[PATCH RFC] qemu co-mutex crash / question
 2020-12-09 13:50 UTC  (3+ messages)

[PATCH 1/1] /hw/scsi/vhost-scsi.c: Fix a memory leak
 2020-12-09 13:32 UTC  (2+ messages)

[RFC PATCH v2 0/3] vfio: Some fixes and optimizations for VFIO migration
 2020-12-09 12:45 UTC  (3+ messages)
` [RFC PATCH v2 2/3] vfio: Set the priority of the VFIO VM state change handler explicitly


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