Show patches with: Submitter = Auger Eric       |    State = Action Required       |    Archived = No       |   268 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[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
[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
[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,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
[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
[v3,6/6] hw/arm/virt: Support dynamically spawned sysbus devices --- 2014-09-09 Auger Eric New
[v4,1/6] hw/arm/boot: load_dtb becomes non static arm_load_dtb --- 2014-10-31 Auger Eric New
[v4,2/6] hw/arm/boot: dtb start and limit moved in arm_boot_info --- 2014-10-31 Auger Eric New
[v4,3/6] hw/arm/boot: do not free VirtBoardInfo fdt in arm_load_dtb --- 2014-10-31 Auger Eric New
[v4,4/6] hw/arm: add a new modify_dtb_opaque field in arm_boot_info --- 2014-10-31 Auger Eric New
[v4,5/6] hw/arm/sysbus-fdt: helpers for platform bus nodes addition --- 2014-10-31 Auger Eric New
[v4,6/6] hw/arm/virt: add dynamic sysbus device support --- 2014-10-31 Auger Eric New
[v7,01/16] vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio --- 2014-10-31 Auger Eric New
[v7,03/16] hw/vfio/pci: introduce VFIODevice --- 2014-10-31 Auger Eric New
[v7,04/16] hw/vfio/pci: Introduce VFIORegion --- 2014-10-31 Auger Eric New
[v7,05/16] hw/vfio/pci: split vfio_get_device --- 2014-10-31 Auger Eric New
[v7,07/16] hw/vfio/pci: use name field in format strings --- 2014-10-31 Auger Eric New
[v7,08/16] hw/vfio: create common module --- 2014-10-31 Auger Eric New
[v7,09/16] hw/vfio/platform: add vfio-platform support --- 2014-10-31 Auger Eric New
[v7,10/16] hw/vfio: calxeda xgmac device --- 2014-10-31 Auger Eric New
[v7,11/16] hw/arm/virt: add support for VFIO devices --- 2014-10-31 Auger Eric New
[v7,12/16] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation --- 2014-10-31 Auger Eric New
[v7,13/16] hw/vfio/platform: Add irqfd support --- 2014-10-31 Auger Eric New
[v7,14/16] linux-headers: Update KVM headers from linux-next tag ToBeFilled --- 2014-10-31 Auger Eric New
[v7,15/16] hw/vfio/common: vfio_kvm_device_fd moved in the common header --- 2014-10-31 Auger Eric New
[v7,16/16] hw/vfio/platform: add forwarded irq support --- 2014-10-31 Auger Eric New
[v5,1/6] hw/arm/boot: load_dtb becomes non static arm_load_dtb --- 2014-11-30 Auger Eric New
[v5,2/6] hw/arm/boot: dtb start and limit moved in arm_boot_info --- 2014-11-30 Auger Eric New
[v5,3/6] hw/arm/boot: do not free VirtBoardInfo fdt in arm_load_dtb --- 2014-11-30 Auger Eric New
[v5,4/6] hw/arm: add a new modify_dtb_opaque field in arm_boot_info --- 2014-11-30 Auger Eric New
[v5,5/6] hw/arm/sysbus-fdt: helpers for platform bus nodes addition --- 2014-11-30 Auger Eric New
« 1 2 3 »