public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2015-04-09 15:12:46 to 2015-04-28 09:04:39 UTC [more...]

[PATCH v2] sysbus: add irq_routing_notifier
 2015-04-28  9:04 UTC  (14+ messages)
` [Qemu-devel] "

[PATCH v2 00/10] KVM Guest Debug support for arm64
 2015-04-28  8:42 UTC  (47+ messages)
` [PATCH v2 01/10] KVM: add commentary for kvm_debug_exit_arch struct
` [PATCH v2 02/10] KVM: define common __KVM_GUESTDBG_USE_SW/HW_BP values
` [PATCH v2 03/10] KVM: arm: guest debug, define API headers
` [PATCH v2 04/10] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v2 05/10] KVM: arm: introduce kvm_arch_setup/clear_debug()
` [PATCH v2 06/10] KVM: arm64: guest debug, add SW break point support
` [PATCH v2 07/10] KVM: arm64: guest debug, add support for single-step
` [PATCH v2 08/10] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v2 09/10] KVM: arm64: trap nested debug register access
` [PATCH v2 10/10] KVM: arm64: add trace points for guest_debug debug

[PATCH v2 0/3] Add support for for GICv2m and MSIs to arm-virt
 2015-04-27 17:31 UTC  (4+ messages)
` [PATCH v2 1/3] target-arm: Add GIC phandle to VirtBoardInfo
` [PATCH v2 2/3] arm_gicv2m: Add GICv2m widget to support MSIs
` [PATCH v2 3/3] target-arm: Add the GICv2m to the virt board

[PATCH v12 0/4] machvirt dynamic sysbus device instantiation
 2015-04-27 17:10 UTC  (12+ messages)
` [PATCH v12 1/4] hw/arm/sysbus-fdt: helpers for platform bus nodes addition
` [PATCH v12 2/4] hw/arm/boot: arm_load_kernel implemented as a machine init done notifier
` [PATCH v12 3/4] hw/arm/virt: add dynamic sysbus device support
` [PATCH v12 4/4] hw/arm/virt: change indentation in a15memmap

[PATCH v11 0/4] machvirt dynamic sysbus device instantiation
 2015-04-27 14:17 UTC  (6+ messages)

[PATCH v12 0/9] KVM platform device passthrough
 2015-04-27  9:19 UTC  (15+ messages)
` [PATCH v12 1/9] linux-headers: update VFIO header for VFIO platform/amba drivers
` [PATCH v12 2/9] hw/vfio/platform: vfio-platform skeleton
` [PATCH v12 4/9] hw/vfio/platform: add capability to start IRQ propagation
` [PATCH v12 5/9] hw/arm/virt: start VFIO "
` [PATCH v12 7/9] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation

[PATCH 0/2] irq: add get_gsi callback
 2015-04-24 12:04 UTC  (15+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] intc: arm_gic_kvm: set the "

[PATCH] KVM: arm64: add active register handling to GICv3 emulation as well
 2015-04-23 19:01 UTC 

[PATCH v2 0/2] add qemu_irq/gsi hashtable
 2015-04-23 15:22 UTC  (5+ messages)
` [PATCH v2 1/2] kvm-all.c: add qemu_irq/gsi hash table and utility routines
` [PATCH v2 2/2] intc: arm_gic_kvm: set the qemu_irq/gsi mapping

[PATCH] sysbus: add irq_routing_notifier
 2015-04-23  9:33 UTC  (2+ messages)

[PATCH 0/2] KVM/ARM updates for v4.1, take 2
 2015-04-22 15:11 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm: irqfd: fix value returned by kvm_irq_map_gsi
` [PATCH 2/2] KVM: arm/arm64: check IRQ number on userland injection

[PATCH v2 0/4] QEMU support for KVM Guest Debug on arm64
 2015-04-21 13:08 UTC  (11+ messages)
` [PATCH v2 2/4] target-arm: kvm - implement software breakpoints
` [PATCH v2 3/4] target-arm: kvm - support for single step
` [PATCH v2 4/4] target-arm: kvm - add support for HW assisted debug

the arm cache coherency cluster "v2"
 2015-04-20 15:26 UTC  (4+ messages)
` [RFC PATCH 0/3] KVM: Introduce KVM_MEM_UNCACHED
  ` [RFC PATCH 1/3] KVM: promote KVM_MEMSLOT_INCOHERENT to uapi

[RFC 0/3] VFIO platform reset
 2015-04-17 15:01 UTC  (8+ messages)
` [RFC 1/3] VFIO: platform: add reset support
` [RFC 2/3] VFIO: platform: export platform callbacks, probe and remove
` [RFC 3/3] VFIO: platform: add vfio-platform-calxedaxgmac driver

ARM: PCI devices emulation broken with KVM due to cache issue
 2015-04-17 14:06 UTC  (5+ messages)

linux-next: manual merge of the kvm-arm tree with Linus' tree
 2015-04-16 20:16 UTC  (5+ messages)

UEFI on KVM fails to start on juno on cortex-a57 cluster
 2015-04-15 17:17 UTC  (10+ messages)
` [Linaro-uefi] "

[PATCH] KVM: arm: irqfd: fix value returned by kvm_irq_map_gsi
 2015-04-14 10:44 UTC  (2+ messages)

[RFC PATCH] arm64: KVM: remove fpsimd save/restore from the world switch
 2015-04-13 14:26 UTC  (13+ messages)

Advice on HYP interface for AsyncPF
 2015-04-13 12:52 UTC  (16+ messages)

[RFC v6 00/16] KVM-VFIO IRQ forward control
 2015-04-13 12:29 UTC  (17+ messages)
` [RFC v6 01/16] KVM: arm/arm64: Enable the KVM-VFIO device
` [RFC v6 02/16] VFIO: platform: test forwarded state when selecting IRQ handler
` [RFC v6 03/16] VFIO: platform: single handler using function pointer
` [RFC v6 04/16] KVM: kvm-vfio: User API for IRQ forwarding
` [RFC v6 05/16] VFIO: external user API for interaction with vfio devices
` [RFC v6 06/16] VFIO: Introduce vfio_device_external_ops
` [RFC v6 07/16] VFIO: pci: initialize vfio_device_external_ops
` [RFC v6 08/16] VFIO: platform: implement vfio_device_external_ops callbacks
` [RFC v6 09/16] VFIO: add vfio_external_{mask|is_active|set_automasked}
` [RFC v6 10/16] KVM: kvm-vfio: wrappers to VFIO external API device helpers
` [RFC v6 11/16] KVM: kvm-vfio: wrappers for vfio_external_{mask|is_active|set_automasked}
` [RFC v6 12/16] KVM: arm: rename pause into power_off
` [RFC v6 13/16] kvm: introduce kvm_arch_halt_guest and kvm_arch_resume_guest
` [RFC v6 14/16] kvm: arm/arm64: implement "
` [RFC v6 15/16] KVM: kvm-vfio: generic forwarding control
` [RFC v6 16/16] KVM: arm/arm64: vgic: "

[PATCH] KVM: arm/arm64: check IRQ number on userland injection
 2015-04-13 10:35 UTC  (11+ messages)

[PATCH v2] KVM: arm/arm64: avoid using kvm_run for in-kernel emulation
 2015-04-13  9:57 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: avoid using kvm_run for in-kernel emulation
 2015-04-10 13:17 UTC  (5+ messages)

[PATCH v2 0/2] ARM adaptations for vhost irqfd setup
 2015-04-10 10:50 UTC  (6+ messages)
` [PATCH v2 1/2] kvm: introduce kvm_arch_msi_data_to_gsi
` [PATCH v2 2/2] arm_gicv2m: set kvm_gsi_direct_mapping and kvm_msi_via_irqfd_allowed

[PATCH 0/2] ARM adaptations for vhost irqfd setup
 2015-04-10  7:06 UTC  (5+ messages)
` [PATCH 1/2] kvm: introduce kvm_arch_msi_data_to_gsi
` [PATCH 2/2] arm_gicv2m: set kvm_gsi_direct_mapping and kvm_msi_via_irqfd_allowed


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox