minix/minix/drivers
David van Moolenbroek 2867e60add SEF: query VM about holes during state transfer
The 'memory' service has holes in its data section, which causes
problems during state transfer.  Since VM cannot handle page faults
during a multicomponent-with-VM live update, the state transfer must
ensure that no page faults occur during copying.  Therefore, we now
query VM about the regions to copy, thus skipping holes.  While the
solution is not ideal, it is sufficiently generic that it can be used
for the data section state transfer of all processes, and possibly
for state transfer of other regions in the future as well.

Change-Id: I2a71383a18643ebd36956c396fbd22c8fd137202
2015-09-17 13:43:06 +00:00
..
audio audio: use standard Makefile structure 2015-08-08 16:55:03 +00:00
bus services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
clock services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
eeprom services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
examples services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
hid handle lack of pckbd more gracefully 2015-06-15 17:11:29 +02:00
iommu services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
net libsys: Change SEF Live Update state callback API. 2015-09-16 11:03:17 +00:00
power services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
printer libsys: Change SEF Live Update state callback API. 2015-09-16 11:03:17 +00:00
sensors services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
storage SEF: query VM about holes during state transfer 2015-09-17 13:43:06 +00:00
system services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
tty services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
usb minix/ changes for arm llvm build 2014-12-03 23:40:56 +01:00
video services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
vmm_guest New sources layout 2014-07-31 16:00:30 +02:00
Makefile INIT died problem / build system robustness 2014-08-28 08:52:50 +02:00
Makefile.inc merge libminlib with libc 2014-08-28 18:49:19 +02:00