public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2015-04-17 15:26:09 to 2015-05-07 08:58:24 UTC [more...]

[PATCH v3 00/12] KVM Guest Debug support for arm64
 2015-05-07  9:07 UTC  (13+ messages)
` [PATCH v3 01/12] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH v3 02/12] KVM: define common __KVM_GUESTDBG_USE_SW/HW_BP values
` [PATCH v3 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v3 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v3 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v3 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v3 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v3 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v3 09/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v3 10/12] KVM: arm64: trap nested debug register access
` [PATCH v3 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v3 12/12] KVM: arm64: add trace points for guest_debug debug

[RFC v2 2/4] KVM: arm: vgic: fix state machine for forwarded IRQ
 2015-05-07  7:48 UTC  (4+ messages)
` [RFC v2 0/4] chip/vgic adaptations for forwarded irq

[PATCH v2 0/3] Add support for for GICv2m and MSIs to arm-virt
 2015-05-06 16:39 UTC  (6+ 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

[RFC] ARM/ARM64: KVM: Implement KVM_FLUSH_DCACHE_GPA ioctl
 2015-05-06 14:12 UTC  (2+ messages)

[PATCH v15 00/10] KVM platform device passthrough
 2015-05-06  6:37 UTC 

[PATCH v15 00/10] KVM platform device passthrough
 2015-05-06  6:11 UTC  (12+ messages)
` [PATCH v15 01/10] linux-headers: update
` [PATCH v15 02/10] hw/vfio/platform: vfio-platform skeleton
` [PATCH v15 03/10] hw/vfio/platform: add irq assignment
` [PATCH v15 04/10] hw/vfio/platform: calxeda xgmac device
` [PATCH v15 05/10] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation
` [PATCH v15 06/10] kvm: rename kvm_irqchip_[add, remove]_irqfd_notifier with gsi suffix
` [PATCH v15 07/10] kvm-all.c: add qemu_irq/gsi hash table and utility routines
` [PATCH v15 08/10] intc: arm_gic_kvm: set the qemu_irq/gsi mapping
` [PATCH v15 09/10] sysbus: add irq_routing_notifier
` [PATCH v15 10/10] hw/vfio/platform: add irqfd support

EULA Request: KVM # 16274535
 2015-05-06  1:50 UTC 

[PATCH] kvm: remove one useless check extension
 2015-05-05 12:21 UTC  (2+ messages)

some questions about system calls in KVM/ARM
 2015-05-05 12:17 UTC  (2+ messages)

[PATCHv2 0/2] KVM: micro-optimization and interrupt disabling
 2015-05-05 12:08 UTC  (9+ messages)
` [PATCH 1/2] KVM: provide irq_unsafe kvm_guest_{enter|exit}
` [PATCH 2/2] KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}

[PATCH] KVM: arm64: add active register handling to GICv3 emulation as well
 2015-05-05 11:57 UTC  (2+ messages)

[RFC 0/4] arm/arm64: KVM: Get around cache incoherency
 2015-05-05  9:13 UTC  (5+ messages)
` [RFC 1/4] linux-headers update
` [RFC 2/4] target-arm/kvm: Flush data cache support
` [RFC 3/4] kvm-all: Pre-run cache coherency maintenance
` [RFC 4/4] exec: Flush data cache when needed

[RFC v2 0/4] VFIO Platform device featuring IRQ forwarding
 2015-05-04 12:49 UTC  (5+ messages)
` [RFC v2 1/4] linux-headers: Update KVM header for KVM-VFIO FORWARD/UNFORWARD
` [RFC v2 2/4] hw/vfio/common: vfio_kvm_device_fd moved in the common header
` [RFC v2 3/4] kvm: add kvm_vfio_get_device_irq
` [RFC v2 4/4] hw/vfio/platform: add forwarded irq support

the arm cache coherency cluster "v2"
 2015-05-03 21:29 UTC  (9+ messages)
` [RFC PATCH 0/3] KVM: Introduce KVM_MEM_UNCACHED
  ` [RFC PATCH 1/3] KVM: promote KVM_MEMSLOT_INCOHERENT to uapi
  ` [Qemu-devel] [RFC PATCH 0/3] KVM: Introduce KVM_MEM_UNCACHED

[PATCH v14 00/10] KVM platform device passthrough
 2015-04-30  7:22 UTC  (15+ messages)
` [PATCH v14 01/10] linux-headers: update headers according to 4.1-rc1
` [PATCH v14 02/10] hw/vfio/platform: vfio-platform skeleton
` [PATCH v14 03/10] hw/vfio/platform: add irq assignment
` [PATCH v14 04/10] hw/vfio/platform: calxeda xgmac device
` [PATCH v14 05/10] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation
` [PATCH v14 06/10] kvm: rename kvm_irqchip_[add, remove]_irqfd_notifier with gsi suffix
` [PATCH v14 07/10] kvm-all.c: add qemu_irq/gsi hash table and utility routines
` [PATCH v14 08/10] intc: arm_gic_kvm: set the qemu_irq/gsi mapping
` [PATCH v14 09/10] sysbus: add irq_routing_notifier
  ` [Qemu-devel] "
` [PATCH v14 10/10] hw/vfio/platform: add irqfd support

[PATCH v2 00/10] KVM Guest Debug support for arm64
 2015-04-29 19:20 UTC  (20+ messages)
` [PATCH v2 03/10] KVM: arm: guest debug, define API headers
` [PATCH v2 06/10] KVM: arm64: guest debug, add SW break point support

[PATCH v13 00/12] KVM platform device passthrough
 2015-04-29 11:12 UTC  (19+ messages)
` [PATCH v13 01/12] linux-headers: update headers according to 4.1-rc0
    ` [Qemu-devel] "
` [PATCH v13 02/12] hw/vfio/platform: vfio-platform skeleton
` [PATCH v13 03/12] hw/vfio/platform: add irq assignment
` [PATCH v13 04/12] hw/vfio/platform: calxeda xgmac device
` [PATCH v13 05/12] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation
` [PATCH v13 06/12] kvm: rename kvm_irqchip_[add, remove]_irqfd_notifier with gsi suffix
` [PATCH v13 07/12] kvm-all.c: add qemu_irq/gsi hash table and utility routines
` [PATCH v13 08/12] intc: arm_gic_kvm: set the qemu_irq/gsi mapping
` [PATCH v13 09/12] qdev: pass the check callback to qdev_init_gpio_out_named
` [PATCH v13 10/12] qdev: check callback takes the property child as third argument
` [PATCH v13 11/12] sysbus: add irq_set_hook
` [PATCH v13 12/12] hw/vfio/platform: add irqfd support

[PATCH 0/3] Extend check callback usability for irq connect notifier
 2015-04-29  7:43 UTC  (7+ messages)
` [PATCH 1/3] qdev: pass the check callback to qdev_init_gpio_out_named
` [PATCH 2/3] qdev: check callback takes Object **target as third argument
` [PATCH 3/3] sysbus: add irq_set_hook
  ` [Qemu-devel] [PATCH 0/3] Extend check callback usability for irq connect notifier

[PATCH/RFC 0/2] KVM: micro-optimization and interrupt disabling
 2015-04-28 14:12 UTC  (6+ messages)
` [PATCH/RFC 1/2] KVM: Push down irq_save to architectures before kvm_guest_enter
` [PATCH/RFC 2/2] KVM: push down irq_save from kvm_guest_exit

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

[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  (9+ messages)
` [PATCH v12 4/9] hw/vfio/platform: add capability to start IRQ propagation
` [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 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


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