Displaying 3 results from an estimated 3 matches for "remove_from_physmap".
2012 Feb 06
1
[PATCH] ia64: fix build (next instance)
.../include/xsm/xsm.h
@@ -106,6 +106,7 @@ struct xsm_operations {
int (*memory_adjust_reservation) (struct domain *d1, struct domain *d2);
int (*memory_stat_reservation) (struct domain *d1, struct domain *d2);
int (*memory_pin_page) (struct domain *d, struct page_info *page);
+ int (*remove_from_physmap) (struct domain *d1, struct domain *d2);
int (*console_io) (struct domain *d, int cmd);
@@ -174,7 +175,6 @@ struct xsm_operations {
int (*update_va_mapping) (struct domain *d, struct domain *f,
l1_pgentry_t pte);
int (...
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
...a console support now a config option
- Fewer #ifdefs
- grant table setup uses hypercall bounce
- Xenstore stub domain syslog support re-enabled
Changes from v2:
- configuration support added to mini-os build system
- add mini-os support for conditionally compiling frontends, xenbus
- XENMEM_remove_from_physmap moved out of arch-specific code
- use uint32_t for virqs
- warn when dropping grant v2-only flags when switching versions
- IOCTL_XENBUS_BACKEND_SETUP name changed so userspace can implement compat
- ioctl now returns -EEXIST if xenstored has already been connected
- various cosmetic cleanups,...
2013 Dec 06
36
[V6 PATCH 0/7]: PVH dom0....
Hi,
V6: The only change from V5 is in patch #6:
- changed comment to reflect autoxlate
- removed a redundant ASSERT
- reworked logic a bit so that get_page_from_gfn() is called with NULL
for p2m type as before. arm has ASSERT wanting it to be NULL.
Tim: patch 4 needs your approval.
Daniel: patch 5 needs your approval.
These patches implement PVH dom0.
Patches 1 and 2