]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
xen: use errno instead of rc for xc_domain_add_to_physmap
[mirror_qemu.git] / configure
index 5618bf1bc055a7f329cfe1aeb2247aaee07c42fd..5c06663f3c6c7e7019cff20819588d89adec9c54 100755 (executable)
--- a/configure
+++ b/configure
@@ -1890,6 +1890,7 @@ int main(void) {
   xc_domain_add_to_physmap(0, 0, XENMAPSPACE_gmfn, 0, 0);
   xc_hvm_inject_msi(xc, 0, 0xf0000000, 0x00000000);
   xc_hvm_create_ioreq_server(xc, 0, HVM_IOREQSRV_BUFIOREQ_ATOMIC, NULL);
+  xc_reserved_device_memory_map(xc, 0, 0, 0, 0, NULL, 0);
   return 0;
 }
 EOF