[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Patches for v3.8
Heya, So v3.8 merge window is going to open in two weeks (or perhaps sooner). I am still fixing some build issues so that they won't surface on linux-next, but so far this is what I was thinking to push (some to Linus, and some to Jens): Anything I am missing? arch/arm/include/asm/xen/interface.h | 1 + arch/arm/xen/enlighten.c | 124 ++++++++++++--- arch/x86/include/asm/xen/interface.h | 12 ++- arch/x86/include/asm/xen/page.h | 3 + arch/x86/xen/Kconfig | 11 ++ arch/x86/xen/enlighten.c | 174 +++++++++++++++----- arch/x86/xen/irq.c | 5 +- arch/x86/xen/mmu.c | 187 +++++++++++++++++++-- arch/x86/xen/mmu.h | 2 + arch/x86/xen/p2m.c | 2 +- arch/x86/xen/setup.c | 64 ++++++-- arch/x86/xen/smp.c | 75 ++++++--- arch/x86/xen/suspend.c | 2 +- arch/x86/xen/xen-head.S | 11 +- arch/x86/xen/xen-ops.h | 2 +- drivers/block/xen-blkback/blkback.c | 301 +++++++++++++++++++++++++++++++--- drivers/block/xen-blkback/common.h | 16 ++ drivers/block/xen-blkback/xenbus.c | 23 +++- drivers/block/xen-blkfront.c | 199 +++++++++++++++++++--- drivers/xen/Kconfig | 3 + drivers/xen/Makefile | 7 +- drivers/xen/balloon.c | 19 ++- drivers/xen/cpu_hotplug.c | 4 +- drivers/xen/events.c | 9 +- drivers/xen/gntdev.c | 3 +- drivers/xen/grant-table.c | 25 +++- drivers/xen/privcmd.c | 72 ++++++++- drivers/xen/xen-acpi-pad.c | 182 ++++++++++++++++++++ drivers/xen/xen-pciback/pci_stub.c | 118 +++++++------ drivers/xen/xenbus/xenbus_client.c | 3 +- drivers/xen/xenbus/xenbus_xs.c | 1 - include/xen/interface/memory.h | 44 +++++- include/xen/interface/physdev.h | 10 + include/xen/interface/platform.h | 17 ++ include/xen/xen-ops.h | 9 +- 35 files changed, 1484 insertions(+), 256 deletions(-) Alexander Duyck (1): x86/xen: Use __pa_symbol instead of __pa on C visible symbols Dan Carpenter (1): xen/privcmd: fix condition in privcmd_close() Ian Campbell (6): xen: balloon: allow PVMMU interfaces to be compiled out xen: arm: enable balloon driver xen: correctly use xen_pfn_t in remap_domain_mfn_range. xen: arm: implement remap interfaces needed for privcmd mappings. xen: x86 pvh: use XENMEM_add_to_physmap_range for foreign gmfn mappings xen: include correct header for xen_pfn_t definition. Jan Beulich (2): xen-pciback: simplify and tighten parsing of device IDs xen-pciback: reject out of range inputs Konrad Rzeszutek Wilk (8): xen/smp: Move the common CPU init code a bit to prep for PVH patch. xen/e820: Coalesce the PVH release/populate logic in the generic case. Revert "xen/e820: Coalesce the PVH release/populate logic in the generic case." xen/acpi: Fix compile error by missing decleration for xen_domain. Merge branch 'stable/pvh.v6.1' into stable/for-linus-3.8 xen/acpi: Move the xen_running_on_version_or_later function. Merge branch 'stable/for-linus-3.8' into HEAD Merge branch 'stable/for-jens-3.8' into HEAD Liu, Jinsong (2): xen/acpi: ACPI PAD driver xen/acpi: revert pad config check in xen_check_mwait Mukesh Rathor (6): xen/pvh: Support ParaVirtualized Hardware extensions. xen/pvh: Extend vcpu_guest_context, p2m, event, and XenBus. xen/pvh: Implement MMU changes for PVH. xen/pvh: bootup and setup (E820) related changes. xen/pvh: balloon and grant changes. xen/pvh: /dev/xen/privcmd changes. Olaf Hering (1): xen PVonHVM: use E820_Reserved area for shared_info Roger Pau Monne (4): xen/blkback: Persistent grant maps for xen blk drivers xen/blkback: persistent-grants fixes xen-blkback: move free persistent grants code xen-blkfront: free allocated page Sachin Kamat (1): xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h Wei Yongjun (1): xen/x86: remove duplicated include from enlighten.c _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |