Show patches with: Submitter = Shannon Zhao       |    State = Action Required       |   430 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/14] libxl/arm: Fix the function name in error log - - - --- 2016-05-31 Shannon Zhao New
[02/14] libxl/arm: Factor out codes for generating DTB - - - --- 2016-05-31 Shannon Zhao New
[03/14] libxc: Add placeholders for ACPI tables blob and size - - - --- 2016-05-31 Shannon Zhao New
[04/14] tools: add ACPI tables relevant definitions - - - --- 2016-05-31 Shannon Zhao New
[05/14] libxl/arm: Construct ACPI GTDT table - - - --- 2016-05-31 Shannon Zhao New
[06/14] libxl/arm: Construct ACPI FADT table - - - --- 2016-05-31 Shannon Zhao New
[07/14] libxl/arm: Construct ACPI DSDT table - - - --- 2016-05-31 Shannon Zhao New
[08/14] libxl/arm: Construct ACPI MADT table - - - --- 2016-05-31 Shannon Zhao New
[09/14] libxl/arm: Construct ACPI XSDT table - - - --- 2016-05-31 Shannon Zhao New
[10/14] libxl/arm: Construct ACPI RSDP table - - - --- 2016-05-31 Shannon Zhao New
[11/14] libxl/arm: Initialize domain param HVM_PARAM_CALLBACK_IRQ - - - --- 2016-05-31 Shannon Zhao New
[12/14] libxl/arm: Add ACPI module - - - --- 2016-05-31 Shannon Zhao New
[13/14] libxl/arm: initialize memory information of ACPI blob - - - --- 2016-05-31 Shannon Zhao New
[14/14] libxc/xc_dom_core: Copy ACPI tables to guest memory space - - - --- 2016-05-31 Shannon Zhao New
[RESEND,01/14] libxl/arm: Fix the function name in error log 1 - - --- 2016-05-31 Shannon Zhao New
[RESEND,02/14] libxl/arm: Factor out codes for generating DTB 1 - - --- 2016-05-31 Shannon Zhao New
[RESEND,03/14] libxc: Add placeholders for ACPI tables blob and size - - - --- 2016-05-31 Shannon Zhao New
[RESEND,04/14] tools: add ACPI tables relevant definitions - - - --- 2016-05-31 Shannon Zhao New
[RESEND,05/14] libxl/arm: Construct ACPI GTDT table - - - --- 2016-05-31 Shannon Zhao New
[RESEND,06/14] libxl/arm: Construct ACPI FADT table - - - --- 2016-05-31 Shannon Zhao New
[RESEND,07/14] libxl/arm: Construct ACPI DSDT table - - - --- 2016-05-31 Shannon Zhao New
[RESEND,08/14] libxl/arm: Construct ACPI MADT table - - - --- 2016-05-31 Shannon Zhao New
[RESEND,09/14] libxl/arm: Construct ACPI XSDT table - - - --- 2016-05-31 Shannon Zhao New
[RESEND,10/14] libxl/arm: Construct ACPI RSDP table - - - --- 2016-05-31 Shannon Zhao New
[RESEND,11/14] libxl/arm: Initialize domain param HVM_PARAM_CALLBACK_IRQ - - - --- 2016-05-31 Shannon Zhao New
[RESEND,12/14] libxl/arm: Add ACPI module - - - --- 2016-05-31 Shannon Zhao New
[RESEND,13/14] libxl/arm: initialize memory information of ACPI blob - - - --- 2016-05-31 Shannon Zhao New
[RESEND,14/14] libxc/xc_dom_core: Copy ACPI tables to guest memory space - - - --- 2016-05-31 Shannon Zhao New
[RESEND,v9,01/17] Xen: ACPI: Hide UART used by Xen - - - --- 2016-03-29 Shannon Zhao New
[v11,01/17] Xen: ACPI: Hide UART used by Xen 1 - - --- 2016-04-07 Shannon Zhao New
[v11,02/17] xen/grant-table: Move xlated_setup_gnttab_pages to common place - 2 - --- 2016-04-07 Shannon Zhao New
[v11,03/17] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn - 2 - --- 2016-04-07 Shannon Zhao New
[v11,04/17] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table 1 1 - --- 2016-04-07 Shannon Zhao New
[v11,05/17] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio - 1 - --- 2016-04-07 Shannon Zhao New
[v11,06/17] Xen: ARM: Add support for mapping platform device mmio 1 - - --- 2016-04-07 Shannon Zhao New
[v11,07/17] Xen: ARM: Add support for mapping AMBA device mmio - 2 - --- 2016-04-07 Shannon Zhao New
[v11,08/17] Xen: public/hvm: sync changes of HVM_PARAM_CALLBACK_VIA ABI from Xen 1 - - --- 2016-04-07 Shannon Zhao New
[v11,09/17] xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ 1 1 - --- 2016-04-07 Shannon Zhao New
[v11,10/17] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI - 2 - --- 2016-04-07 Shannon Zhao New
[v11,11/17] ARM: XEN: Move xen_early_init() before efi_init() 1 2 - --- 2016-04-07 Shannon Zhao New
[v11,12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI 3 1 - --- 2016-04-07 Shannon Zhao New
[v11,13/17] ARM: Xen: Document UEFI support on Xen ARM virtual platforms 1 1 - --- 2016-04-07 Shannon Zhao New
[v11,14/17] XEN: EFI: Move x86 specific codes to architecture directory - 1 - --- 2016-04-07 Shannon Zhao New
[v11,15/17] ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services 1 1 - --- 2016-04-07 Shannon Zhao New
[v11,16/17] FDT: Add a helper to get the subnode by given name 2 - - --- 2016-04-07 Shannon Zhao New
[v11,17/17] Xen: EFI: Parse DT parameters for Xen specific UEFI - 2 - --- 2016-04-07 Shannon Zhao New
[v2,01/16] Xen: ACPI: Hide UART used by Xen - - - --- 2016-01-15 Shannon Zhao New
[v2,01/17] libxl/arm: Factor out codes for generating DTB 1 - - --- 2016-06-23 Shannon Zhao New
[v2,02/16] xen/grant-table: Move xlated_setup_gnttab_pages to common place - 1 - --- 2016-01-15 Shannon Zhao New
[v2,02/17] libxc: Add placeholders for ACPI tables blob and size - - - --- 2016-06-23 Shannon Zhao New
[v2,03/16] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn - - - --- 2016-01-18 Shannon Zhao New
[v2,03/16] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn - - - --- 2016-01-15 Shannon Zhao New
[v2,03/17] libxl/arm: Add a configuration option for ARM DomU ACPI - - - --- 2016-06-23 Shannon Zhao New
[v2,04/16] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table 1 - - --- 2016-01-15 Shannon Zhao New
[v2,04/17] libxl/arm: prepare for constructing ACPI tables - - - --- 2016-06-23 Shannon Zhao New
[v2,05/16] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio - - - --- 2016-01-15 Shannon Zhao New
[v2,05/17] libxl/arm: Construct ACPI RSDP table - - - --- 2016-06-23 Shannon Zhao New
[v2,06/16] Xen: ARM: Add support for mapping platform device mmio 1 - - --- 2016-01-15 Shannon Zhao New
[v2,06/17] libxl/arm: Construct ACPI XSDT table - - - --- 2016-06-23 Shannon Zhao New
[v2,07/16] Xen: ARM: Add support for mapping AMBA device mmio - 1 - --- 2016-01-15 Shannon Zhao New
[v2,07/17] libxl/arm: Construct ACPI GTDT table - - - --- 2016-06-23 Shannon Zhao New
[v2,08/16] xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ - 1 - --- 2016-01-15 Shannon Zhao New
[v2,08/17] libxl/arm: Factor MPIDR computing codes out as a helper - - - --- 2016-06-23 Shannon Zhao New
[v2,09/16] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI - - - --- 2016-01-15 Shannon Zhao New
[v2,09/17] libxl/arm: Construct ACPI MADT table - - - --- 2016-06-23 Shannon Zhao New
[v2,10/16] ARM: XEN: Move xen_early_init() before efi_init() - - - --- 2016-01-15 Shannon Zhao New
[v2,10/17] libxl/arm: Construct ACPI FADT table - - - --- 2016-06-23 Shannon Zhao New
[v2,11/16] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI - - - --- 2016-01-15 Shannon Zhao New
[v2,11/17] libxl/arm: Construct ACPI DSDT table - - - --- 2016-06-23 Shannon Zhao New
[v2,12/16] ARM: Xen: Document UEFI support on Xen ARM virtual platforms 1 - - --- 2016-01-15 Shannon Zhao New
[v2,12/17] libxl/arm: Add a helper to calculate the ACPI table checksum - - - --- 2016-06-23 Shannon Zhao New
[v2,13/16] ARM: XEN: Set EFI_PARAVIRT if Xen supports EFI - - - --- 2016-01-15 Shannon Zhao New
[v2,13/17] libxl/arm: Link all ACPI tables into one buffer - - - --- 2016-06-23 Shannon Zhao New
[v2,14/16] Xen: EFI: Parse DT parameters for Xen specific UEFI - - - --- 2016-01-15 Shannon Zhao New
[v2,14/17] libxl/arm: Factor finalise_one_memory_node as a gerneric function - - - --- 2016-06-23 Shannon Zhao New
[v2,15/16] XEN: EFI: Move x86 specific codes to architecture directory - - - --- 2016-01-15 Shannon Zhao New
[v2,15/17] libxl/arm: Add ACPI module - - - --- 2016-06-23 Shannon Zhao New
[v2,16/16] ARM64: XEN: Initialize Xen specific UEFI runtime services - - - --- 2016-01-15 Shannon Zhao New
[v2,16/17] libxc/xc_dom_arm: Copy ACPI tables to guest space - - - --- 2016-06-23 Shannon Zhao New
[v2,17/17] libxl/arm: Initialize domain param HVM_PARAM_CALLBACK_IRQ - - - --- 2016-06-23 Shannon Zhao New
[v2] ArmVirtPkg/ArmVirtXen: Add ACPI support for Virt Xen ARM - - - --- 2016-06-23 Shannon Zhao New
[v2] Xen: EFI: Parse DT parameters for Xen specific UEFI - - - --- 2016-05-12 Shannon Zhao New
[v2] xen/arm: use XENLOG_G_ERR instead - 1 - --- 2016-03-31 Shannon Zhao New
[v3,01/17] libxl/arm: Factor out codes for generating DTB 1 - - --- 2016-07-05 Shannon Zhao New
[v3,01/17] Xen: ACPI: Hide UART used by Xen - 1 - --- 2016-01-23 Shannon Zhao New
[v3,02/17] libxc: Add placeholders for ACPI tables blob and size 1 - - --- 2016-07-05 Shannon Zhao New
[v3,02/17] xen/grant-table: Move xlated_setup_gnttab_pages to common place - 1 - --- 2016-01-23 Shannon Zhao New
[v3,03/17] libxl/arm: Add a configuration option for ARM DomU ACPI - - - --- 2016-07-05 Shannon Zhao New
[v3,03/17] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn - 1 - --- 2016-01-23 Shannon Zhao New
[v3,04/17] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table 1 - - --- 2016-01-23 Shannon Zhao New
[v3,04/17] libxl/arm: prepare for constructing ACPI tables - - - --- 2016-07-05 Shannon Zhao New
[v3,05/17] libxl/arm: Generate static ACPI DSDT table - - - --- 2016-07-05 Shannon Zhao New
[v3,05/17] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio - - - --- 2016-01-23 Shannon Zhao New
[v3,06/17] libxl/arm: Estimate the size of ACPI tables - - - --- 2016-07-05 Shannon Zhao New
[v3,06/17] Xen: ARM: Add support for mapping platform device mmio 1 - - --- 2016-01-23 Shannon Zhao New
[v3,07/17] libxl/arm: Construct ACPI RSDP table - - - --- 2016-07-05 Shannon Zhao New
[v3,07/17] Xen: ARM: Add support for mapping AMBA device mmio - 1 - --- 2016-01-23 Shannon Zhao New
[v3,08/17] libxl/arm: Construct ACPI XSDT table - - - --- 2016-07-05 Shannon Zhao New
[v3,08/17] Xen: public/hvm: sync changes of HVM_PARAM_CALLBACK_VIA ABI from Xen 1 - - --- 2016-01-23 Shannon Zhao New
[v3,09/17] libxl/arm: Construct ACPI GTDT table - - - --- 2016-07-05 Shannon Zhao New
« 1 2 3 44 5 »