search for: mem_hole_alloc

Displaying 2 results from an estimated 2 matches for "mem_hole_alloc".

2011 Jul 25
0
[xen-unstable test] 8270: regressions - trouble: broken/fail/pass
...011 +0100 hvmloader: Remove bogus and unused RESERVED_MEMSIZE decl. Signed-off-by: Keir Fraser <keir@xen.org> changeset: 23739:815ef5cf0261 user: Keir Fraser <keir@xen.org> date: Sat Jul 23 09:43:47 2011 +0100 hvmloader: New functions mem_hole_alloc() and mem_hole_populate_ram(). These can be used by BIOS-specific handlers to set up memory regions as required by their firmware payload. Use mem_hole_alloc() to allocate properly reserved space for the shared-info-page mapping. The old location conflicts with space r...
2012 Dec 20
25
[PATCH] hvmloader / qemu-xen: Getting rid of resource conflict for OpRegion.
...ader/pci.c Mon Dec 17 14:59:11 2012 +0000 +++ b/tools/firmware/hvmloader/pci.c Thu Dec 20 00:07:40 2012 +0800 @@ -98,7 +98,7 @@ void pci_setup(void) virtual_vga = VGA_pt; if ( vendor_id == 0x8086 ) { - igd_opregion_pgbase = mem_hole_alloc(2); + igd_opregion_pgbase = mem_hole_alloc(3); /* * Write the the OpRegion offset to give the opregion * address to the device model. The device model will trap This is qemu-xen part of the change that gets rid of...