Current Team Memberships

Show patches with: State = Action Required       |    Archived = No       |   598 patches
« 1 2 3 45 6 »
Patch Series S/W/F Date Submitter Delegate State
ARM: KVM: Handle IPA unmapping on memory region deletion --- 2014-04-03 Auger Eric New
[RFC,v2,1/6] hw/arm/virt: add a xgmac device --- 2014-04-09 Auger Eric New
[RFC,v2,2/6] vfio: move hw/misc/vfio.c to hw/vfio/pci.c --- 2014-04-09 Auger Eric New
[RFC,v2,3/6] vfio: add vfio-platform support --- 2014-04-09 Auger Eric New
[RFC,v2,4/6] vfio: Add initial IRQ support in QEMU platform device --- 2014-04-09 Auger Eric New
[RFC,v2,5/6] virt: Assign a VFIO platform device to a virt VM in QEMU command line --- 2014-04-09 Auger Eric New
[RFC,v2,6/6] vfio: add exit function and IRQ disable functions --- 2014-04-09 Auger Eric New
ARM: KVM: add irqfd and irq routing support --- 2014-05-09 Auger Eric New
[v2] ARM: KVM: add irqfd and irq routing support --- 2014-06-02 Auger Eric New
[RFC,v3,01/10] hw/arm/virt: add a xgmac device --- 2014-06-02 Auger Eric New
[RFC,v3,02/10] vfio: move hw/misc/vfio.c to hw/vfio/pci.c --- 2014-06-02 Auger Eric New
[RFC,v3,03/10] vfio: add vfio-platform support --- 2014-06-02 Auger Eric New
[RFC,v3,04/10] vfio: simplifed DPRINTF calls using device name --- 2014-06-02 Auger Eric New
[RFC,v3,05/10] vfio: Add initial IRQ support in platform device --- 2014-06-02 Auger Eric New
[RFC,v3,06/10] virt: Assign a VFIO platform device with -device option --- 2014-06-02 Auger Eric New
[RFC,v3,07/10] Add EXEC_FLAG to VFIO DMA mappings --- 2014-06-02 Auger Eric New
[RFC,v3,08/10] Add AMBA devices support to VFIO --- 2014-06-02 Auger Eric New
[RFC,v3,09/10] Always use eventfd as notifying mechanism --- 2014-06-02 Auger Eric New
[RFC,v3,10/10] vfio: Add irqfd support in platform device --- 2014-06-02 Auger Eric New
[v2] ARM: KVM: Unmap IPA on memslot delete/move --- 2014-06-04 Auger Eric New
[RFC,v3] ARM: KVM: add irqfd and irq routing support --- 2014-06-20 Auger Eric New
[1/7] hw/misc/platform_devices: helpers for dynamic instantiation of platform devices --- 2014-07-07 Auger Eric New
[2/7] hw/arm/boot: load_dtb becomes non static --- 2014-07-07 Auger Eric New
[3/7] hw/arm/virt: add new add_fdt_xxx_node functions --- 2014-07-07 Auger Eric New
[4/7] hw/arm/virt: Support dynamically spawned sysbus devices --- 2014-07-07 Auger Eric New
[5/7] hw/core/sysbus: add fdt_add_node method --- 2014-07-07 Auger Eric New
[6/7] hw/misc/platform_devices: add call to sysbus fdt_add_node --- 2014-07-07 Auger Eric New
[7/7] hw/misc/platform_devices: Add platform_bus_base to PlatformDevtreeData --- 2014-07-07 Auger Eric New
[RFC,v4,01/13] vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio --- 2014-07-07 Auger Eric New
[RFC,v4,02/13] hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice --- 2014-07-07 Auger Eric New
[RFC,v4,03/13] hw/vfio/pci: Remove unneeded include files --- 2014-07-07 Auger Eric New
[RFC,v4,04/13] hw/vfio/pci: introduce VFIODevice --- 2014-07-07 Auger Eric New
[RFC,v4,05/13] hw/vfio/pci: Introduce VFIORegion --- 2014-07-07 Auger Eric New
[RFC,v4,06/13] hw/vfio/pci: split vfio_get_device --- 2014-07-07 Auger Eric New
[RFC,v4,07/13] hw/vfio: create common module --- 2014-07-07 Auger Eric New
[RFC,v4,08/13] hw/vfio/common: Add EXEC_FLAG to VFIO DMA mappings --- 2014-07-07 Auger Eric New
[RFC,v4,09/13] hw/vfio/platform: add vfio-platform support --- 2014-07-07 Auger Eric New
[RFC,v4,10/13] hw/intc/arm_gic_kvm: enable irqfd and set routing table --- 2014-07-07 Auger Eric New
[RFC,v4,11/13] hw/vfio/platform: Add irqfd support --- 2014-07-07 Auger Eric New
[RFC,v4,12/13] hw/vfio/platform: add default dt generation for vfio device --- 2014-07-07 Auger Eric New
[RFC,v4,13/13] hw/vfio: add an example calxeda_xgmac --- 2014-07-07 Auger Eric New
[RFC] ARM: KVM: add irqfd support --- 2014-08-04 Auger Eric New
[RFC,v2,1/7] hw/misc/dyn_sysbus_binding: helpers for sysbus device dynamic binding --- 2014-08-08 Auger Eric New
[RFC,v2,2/7] hw/arm/dyn_sysbus_devtree: helpers for sysbus device dynamic dt node generation --- 2014-08-08 Auger Eric New
[RFC,v2,3/7] PPC: e500: Support dynamically spawned sysbus devices --- 2014-08-08 Auger Eric New
[RFC,v2,4/7] e500: Add support for eTSEC in device tree --- 2014-08-08 Auger Eric New
[RFC,v2,5/7] hw/arm/boot: load_dtb becomes non static --- 2014-08-08 Auger Eric New
[RFC,v2,6/7] hw/arm/virt: add new add_fdt_xxx_node functions --- 2014-08-08 Auger Eric New
[RFC,v2,7/7] hw/arm/virt: Support dynamically spawned sysbus devices --- 2014-08-08 Auger Eric New
[v5,01/10] vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio --- 2014-08-09 Auger Eric New
[v5,02/10] hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice --- 2014-08-09 Auger Eric New
[v5,03/10] hw/vfio/pci: introduce VFIODevice --- 2014-08-09 Auger Eric New
[v5,04/10] hw/vfio/pci: Introduce VFIORegion --- 2014-08-09 Auger Eric New
[v5,05/10] hw/vfio/pci: split vfio_get_device --- 2014-08-09 Auger Eric New
[v5,06/10] hw/vfio: create common module --- 2014-08-09 Auger Eric New
[v5,07/10] hw/vfio/platform: add vfio-platform support --- 2014-08-09 Auger Eric New
[v5,08/10] hw/intc/arm_gic_kvm: advertise irqfd --- 2014-08-09 Auger Eric New
[v5,09/10] hw/vfio/platform: Add irqfd support --- 2014-08-09 Auger Eric New
[v5,10/10] hw/arm/dyn_sysbus_devtree: enable simple VFIO dynamic instantiation --- 2014-08-09 Auger Eric New
[v2,2/2] KVM: ARM: add irqfd support --- 2014-08-25 Auger Eric New
[RFC,1/9] KVM: ARM: VGIC: fix multiple injection of level sensitive forwarded IRQ --- 2014-08-25 Auger Eric New
[RFC,2/9] KVM: ARM: VGIC: add forwarded irq rbtree lock --- 2014-08-25 Auger Eric New
[RFC,3/9] VFIO: platform: handler tests whether the IRQ is forwarded --- 2014-08-25 Auger Eric New
[RFC,4/9] KVM: KVM-VFIO: update user API to program forwarded IRQ --- 2014-08-25 Auger Eric New
[RFC,5/9] VFIO: Extend external user API --- 2014-08-25 Auger Eric New
[RFC,6/9] KVM: KVM-VFIO: allow arch specific implementation --- 2014-08-25 Auger Eric New
[RFC,7/9] KVM: KVM-VFIO: add new VFIO external API hooks --- 2014-08-25 Auger Eric New
[RFC,8/9] KVM: KVM-VFIO: add kvm_vfio_arch_data and accessors --- 2014-08-25 Auger Eric New
[RFC,9/9] KVM: KVM_VFIO: ARM: implement irq forwarding control --- 2014-08-25 Auger Eric New
[v3] ARM: KVM: add irqfd support --- 2014-09-01 Auger Eric New
[RFC,v2,1/9] KVM: ARM: VGIC: fix multiple injection of level sensitive forwarded IRQ --- 2014-09-01 Auger Eric New
[RFC,v2,2/9] KVM: ARM: VGIC: add forwarded irq rbtree lock --- 2014-09-01 Auger Eric New
[RFC,v2,3/9] ARM: KVM: Enable the KVM-VFIO device --- 2014-09-01 Auger Eric New
[RFC,v2,4/9] VFIO: platform: handler tests whether the IRQ is forwarded --- 2014-09-01 Auger Eric New
[RFC,v2,5/9] KVM: KVM-VFIO: update user API to program forwarded IRQ --- 2014-09-01 Auger Eric New
[RFC,v2,6/9] VFIO: Extend external user API --- 2014-09-01 Auger Eric New
[RFC,v2,7/9] KVM: KVM-VFIO: add new VFIO external API hooks --- 2014-09-01 Auger Eric New
[RFC,v2,8/9] KVM: KVM-VFIO: generic KVM_DEV_VFIO_DEVICE command and IRQ forwarding control --- 2014-09-01 Auger Eric New
[RFC,v2,9/9] KVM: KVM-VFIO: ARM forwarding control --- 2014-09-01 Auger Eric New
[RFC] vfio: migration to trace points --- 2014-09-03 Auger Eric New
[v6,01/16] vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio --- 2014-09-09 Auger Eric New
[v6,02/16] hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice --- 2014-09-09 Auger Eric New
[v6,03/16] hw/vfio/pci: introduce VFIODevice --- 2014-09-09 Auger Eric New
[v6,04/16] hw/vfio/pci: Introduce VFIORegion --- 2014-09-09 Auger Eric New
[v6,05/16] hw/vfio/pci: split vfio_get_device --- 2014-09-09 Auger Eric New
[v6,07/16] hw/vfio/pci: use name field in format strings --- 2014-09-09 Auger Eric New
[v6,08/16] hw/vfio: create common module --- 2014-09-09 Auger Eric New
[v6,09/16] hw/vfio/platform: add vfio-platform support --- 2014-09-09 Auger Eric New
[v6,10/16] hw/vfio: calxeda xgmac device --- 2014-09-09 Auger Eric New
[v6,11/16] hw/arm/dyn_sysbus_devtree: enable vfio-calxeda-xgmac dynamic instantiation --- 2014-09-09 Auger Eric New
[v6,12/16] vfio/platform: add fake injection modality --- 2014-09-09 Auger Eric New
[v6,13/16] hw/vfio/platform: Add irqfd support --- 2014-09-09 Auger Eric New
[v6,14/16] linux-headers: Update KVM headers from linux-next tag ToBeFilled --- 2014-09-09 Auger Eric New
[v6,15/16] VFIO: COMMON: vfio_kvm_device_fd moved in the common header --- 2014-09-09 Auger Eric New
[v6,16/16] VFIO: PLATFORM: add forwarded irq support --- 2014-09-09 Auger Eric New
[v3,1/6] hw/misc/dyn_sysbus_binding: helpers for sysbus device dynamic binding --- 2014-09-09 Auger Eric New
[v3,2/6] hw/arm/dyn_sysbus_devtree: helpers for sysbus device dynamic dt node generation --- 2014-09-09 Auger Eric New
[v3,3/6] PPC: e500: use dyn_sysbus_binding helper routines --- 2014-09-09 Auger Eric New
[v3,4/6] hw/arm/boot: load_dtb becomes non static arm_load_dtb --- 2014-09-09 Auger Eric New
[v3,5/6] hw/arm/virt: new add_fdt_*_node functions --- 2014-09-09 Auger Eric New
« 1 2 3 45 6 »

Bundling

Create bundle: