mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-11-04 07:39:39 +00:00 
			
		
		
		
	feat(xenstore): multi-watch and maybe-commit support (#429)
This commit is contained in:
		@ -63,7 +63,7 @@ impl BootDomain {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        let local_page_size: u32 = (1i64 << XEN_PAGE_SHIFT) as u32;
 | 
			
		||||
        let pages = (size + local_page_size as u64 - 1) / local_page_size as u64;
 | 
			
		||||
        let pages = size.div_ceil(local_page_size as u64);
 | 
			
		||||
        let start = self.virt_alloc_end;
 | 
			
		||||
 | 
			
		||||
        let mut segment = DomainSegment {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user