]> Git Repo - qemu.git/blobdiff - hw/vfio/spapr.c
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' into staging
[qemu.git] / hw / vfio / spapr.c
index 0af342332c71a81c5cd068f38dae056cf6e4d3fe..7443d348d97e7dd1800284d7e2535cc442d7c111 100644 (file)
@@ -177,7 +177,6 @@ int vfio_spapr_create_window(VFIOContainer *container,
         error_report("Host doesn't support DMA window at %"HWADDR_PRIx", must be %"PRIx64,
                      section->offset_within_address_space,
                      (uint64_t)create.start_addr);
-        ioctl(container->fd, VFIO_IOMMU_SPAPR_TCE_REMOVE, &remove);
         return -EINVAL;
     }
     trace_vfio_spapr_create_window(create.page_shift,
This page took 0.025371 seconds and 4 git commands to generate.