kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-19 13:06:41 to 2018-04-25 08:44:29 UTC [more...]

[PATCH 00/10] vfio: ccw: Refactoring the VFIO CCW state machine
 2018-04-25  8:44 UTC  (22+ messages)
` [PATCH 01/10] vfio: ccw: Moving state change out of IRQ context
` [PATCH 02/10] vfio: ccw: Transform FSM functions to return state
` [PATCH 03/10] vfio: ccw: new SCH_EVENT event
` [PATCH 04/10] vfio: ccw: replace IO_REQ event with SSCH_REQ event
` [PATCH 05/10] vfio: ccw: Suppress unused event parameter
` [PATCH 06/10] vfio: ccw: Make FSM functions atomic
` [PATCH 07/10] vfio: ccw: Introduce the INIT event
` [PATCH 08/10] vfio: ccw: Handling reset and shutdown with states
` [PATCH 09/10] vfio: ccw: Suppressing the BOXED state
` [PATCH 10/10] vfio: ccw: Let user wait when busy on IO

[PATCH v2 1/3] sample: vfio mdev display - host device
 2018-04-25  5:40 UTC  (3+ messages)
` [PATCH v2 2/3] sample: vfio mdev display - guest driver
` [PATCH v2 3/3] sample: vfio bochs vbe display (host device for bochs-drm)

[PATCH 1/3] sample: vfio mdev display - host device
 2018-04-24 22:59 UTC  (16+ messages)
` [PATCH 2/3] sample: vfio mdev display - guest driver
` [PATCH 3/3] sample: vfio bochs vbe display (host device for bochs-drm)
` [libvirt] [PATCH 0/3] sample: vfio mdev display devices

[pci PATCH v8 0/4] Add support for unmanaged SR-IOV
 2018-04-24 22:22 UTC  (21+ messages)
` [pci PATCH v8 1/4] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
` [pci PATCH v8 2/4] ena: Migrate over to unmanaged SR-IOV support
` [pci PATCH v8 3/4] nvme: "
` [pci PATCH v8 4/4] pci-pf-stub: Add PF driver stub for PFs that function only to enable VFs

[PATCH v3 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-24 21:12 UTC  (26+ messages)
` [PATCH v3 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v3 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v3 03/12] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v3 04/12] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v3 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v3 06/12] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v3 07/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v3 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v3 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v3 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v3 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-04-24 18:52 UTC  (6+ messages)
` [PATCH 03/37] iommu/sva: Manage process address spaces

Migration with directly assigned devices is possible?
 2018-04-24 17:23 UTC  (3+ messages)

[PATCH] vhost_net: use packet weight for rx handler, too
 2018-04-24 14:02 UTC  (3+ messages)

[PATCH] KVM: X86: Allow userspace to define the microcode version
 2018-04-24 13:44 UTC  (26+ messages)

[PATCH v6 0/7] vfio/type1: Add support for valid iova list management
 2018-04-24 13:16 UTC  (3+ messages)
` [PATCH v6 4/7] iommu/dma: Move PCI window region reservation back into dma specific path

[PATCH v4 00/15] s390: vfio-ap: guest dedicated crypto adapters
 2018-04-24 13:13 UTC  (35+ messages)
` [PATCH v4 01/15] s390: zcrypt: externalize AP instructions available function
` [PATCH v4 03/15] KVM: s390: refactor crypto initialization
` [PATCH v4 05/15] KVM: s390: enable/disable AP interpretive execution
` [PATCH v4 08/15] KVM: s390: interfaces to (de)configure guest's AP matrix
` [PATCH v4 13/15] KVM: s390: configure the guest's AP devices

[PULL 0/1] vfio-ccw: another bugfix
 2018-04-24 11:26 UTC  (2+ messages)
` [PULL 1/1] vfio: ccw: fix cleanup if cp_prefetch fails

[PATCH v2 0/5] vfio: ccw: error handling fixes and improvements
 2018-04-24  9:31 UTC  (12+ messages)
` [PATCH v2 1/5] vfio: ccw: fix cleanup if cp_prefetch fails
` [PATCH v2 2/5] vfio: ccw: shorten kernel doc description for pfn_array_pin()
` [PATCH v2 3/5] vfio: ccw: refactor and improve pfn_array_alloc_pin()
` [PATCH v2 4/5] vfio: ccw: set ccw->cda to NULL defensively
` [PATCH v2 5/5] vfio: ccw: add traceponits for interesting error paths

[PATCH RFC 1/1] KVM: PPC: Book3S HV: pack VCORE IDs to access full VCPU ID space
 2018-04-24  7:44 UTC  (6+ messages)

[RFC V3 PATCH 0/8] Packed ring for vhost
 2018-04-24  1:04 UTC  (13+ messages)
` [RFC V3 PATCH 1/8] vhost: move get_rx_bufs to vhost.c
` [RFC V3 PATCH 2/8] vhost: hide used ring layout from device
` [RFC V3 PATCH 3/8] vhost: do not use vring_used_elem
` [RFC V3 PATCH 4/8] vhost_net: do not explicitly manipulate vhost_used_elem
` [RFC V3 PATCH 5/8] vhost: vhost_put_user() can accept metadata type
` [RFC V3 PATCH 6/8] virtio: introduce packed ring defines
` [RFC V3 PATCH 7/8] vhost: packed ring support
` [RFC V3 PATCH 8/8] vhost: event suppression for packed ring

[PATCH] vfio/type1: Fix task tracking for QEMU vCPU hotplug
 2018-04-23 22:08 UTC 

[PATCH v2] KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
 2018-04-23 11:57 UTC  (8+ messages)

[PATCH RFC] ACPI: disable extra P_LVLx access on KVM
 2018-04-23  8:36 UTC  (3+ messages)

[PATCH] [RESEND] KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
 2018-04-23  8:04 UTC 

[PULL 0/1] vfio-ccw: bug fix
 2018-04-23  7:32 UTC  (3+ messages)
` [PULL 1/1] vfio: ccw: process ssch with interrupts disabled

[PATCH v2] KVM: s390: reset crypto attributes for all vcpus
 2018-04-23  6:18 UTC  (2+ messages)

[PATCH] KVM: s390: reset crypto attributes for all vcpus
 2018-04-22 16:42 UTC  (11+ messages)

KASAN: use-after-free Read in perf_trace_lock_acquire (2)
 2018-04-21 17:50 UTC  (2+ messages)

[pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-04-21  7:05 UTC  (16+ messages)
` [pci PATCH v7 2/5] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
  ` [virtio-dev] "

[PATCH] KVM: vmx: update SECONDARY_EXEC_DESC only if CR4.UMIP changes
 2018-04-20 17:35 UTC 

[PATCH 0/5] KVM/arm fixes for 4.17-rc2
 2018-04-20 16:07 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm/arm64: Close VMID generation race
` [PATCH 2/5] MAINTAINERS: Update e-mail address for Christoffer Dall
` [PATCH 3/5] arm64: KVM: Demote SVE and LORegion warnings to debug only
` [PATCH 4/5] KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
` [PATCH 5/5] arm/arm64: KVM: Add PSCI version selection API

[RFC] vhost: introduce mdev based hardware vhost backend
 2018-04-20 14:12 UTC  (11+ messages)

[PATCH 0/4] vfio: ccw: error handling fixes and improvements
 2018-04-20 11:55 UTC  (8+ messages)
` [PATCH 1/4] vfio: ccw: fix cleanup if cp_prefetch fails

[PATCH] vfio iommu type1: no need to check task->mm if task has been destroyed
 2018-04-20 11:52 UTC  (4+ messages)

[PATCH] VFIO: Fix Documentation
 2018-04-20 10:07 UTC 

[GVT-g] [ANNOUNCE] 2018-Q1 release of KVMGT (Intel GVT-g for KVM)
 2018-04-20  9:27 UTC 

[PATCH] KVM: X86: Extend MAX_IRQ_ROUTES to 4096
 2018-04-20  0:55 UTC  (4+ messages)

[PATCH RESEND v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-04-19 21:53 UTC  (6+ messages)

[PATCH] vfio-ccw: process ssch with interrupts disabled
 2018-04-19 15:22 UTC  (3+ messages)

[PATCH] kvm: Change return type to vm_fault_t
 2018-04-19 13:56 UTC  (2+ 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).