RE: VT-d regression issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gleb,
This patch does not work either, qemu stoped @ Starting Seabios.

> 
> Can you try this patch for qemu-kvm please?
> 
> diff --git a/hw/device-assignment.c b/hw/device-assignment.c
> index 2bba22f..7240985 100644
> --- a/hw/device-assignment.c
> +++ b/hw/device-assignment.c
> @@ -238,9 +238,10 @@ static void
>      assigned_dev_iomem_map_slow(PCIDevice *pci_dev, int region_num,
>      DEBUG("%s", "slow map\n"); if (region_num == PCI_ROM_SLOT)
>          m = cpu_register_io_memory(slow_bar_read, NULL, region);
> -    else
> +    else {
>          m = cpu_register_io_memory(slow_bar_read, slow_bar_write,
> region); -    cpu_register_physical_memory(e_phys, e_size, m);
> +        cpu_register_physical_memory(e_phys, e_size, m);
> +    }
> 
>      /* MSI-X MMIO page */
>      if ((e_size > 0) &&



Thanks,
Xudong--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux