public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* VT-d support for device assignment
@ 2008-08-26  8:55 Amit Shah
  2008-08-26  8:55 ` [PATCH 1/2] VT-d: changes to support KVM Amit Shah
  2008-08-26  9:10 ` VT-d support for device assignment Avi Kivity
  0 siblings, 2 replies; 46+ messages in thread
From: Amit Shah @ 2008-08-26  8:55 UTC (permalink / raw)
  To: avi
  Cc: kvm, muli, anthony, jbarnes, david.woodhouse, mark.gross, benami,
	weidong.han, allen.m.kay


The following two patches contain VT-d support for device assignment for KVM guests.

The first patch contains the changes that are required to the generic VT-d code.

The second patch contains the changes to KVM.

Since the last send, I've updated the 2nd patch to expose KVM_CAP_IOMMU and check for the existence of an IOMMU before using one. I've also preserved the 'From' field for both the patches so that the original authors are credited for the patches.

The command line currently should be invoked with the parameter:

-pcidevice dev=00:13.0,dma=iommu

^ permalink raw reply	[flat|nested] 46+ messages in thread
* VT-d support for device assignment
@ 2008-09-09 15:37 Amit Shah
  2008-09-14  0:46 ` Avi Kivity
  0 siblings, 1 reply; 46+ messages in thread
From: Amit Shah @ 2008-09-09 15:37 UTC (permalink / raw)
  To: avi
  Cc: kvm, muli, anthony, jbarnes, david.woodhouse, mark.gross, benami,
	weidong.han, allen.m.kay


Sorry for the resends; this one fixes two compile errors introduced by me and a warning.

^ permalink raw reply	[flat|nested] 46+ messages in thread
* VT-d support for device assignment
@ 2008-09-09 14:44 Amit Shah
  0 siblings, 0 replies; 46+ messages in thread
From: Amit Shah @ 2008-09-09 14:44 UTC (permalink / raw)
  To: avi
  Cc: kvm, muli, anthony, jbarnes, david.woodhouse, mark.gross, benami,
	weidong.han, allen.m.kay


These are based on the patches Weidong just sent, with some whitespace cleanups and one checkpatch fix for the 2/2 patch.

Please apply.

Amit.

^ permalink raw reply	[flat|nested] 46+ messages in thread
* VT-d support for device assignment
@ 2008-09-09 13:50 Han, Weidong
  0 siblings, 0 replies; 46+ messages in thread
From: Han, Weidong @ 2008-09-09 13:50 UTC (permalink / raw)
  To: avi
  Cc: kvm, Amit Shah, muli, anthony, jbarnes, Woodhouse, David,
	Gross, Mark, benami, Kay, Allen M, Yang, Sheng, mgross

The following two patches contain VT-d support for device assignment for
KVM guests.

The first patch contains the changes that are required to the generic
VT-d code.

The second patch contains the changes to KVM.

Mark has acked on these two patches. Since the last send, I've updated
the first patch to remove "+#undef DEBUG", and added some error handling
on the second patch according to Amit's comments.

Becuase Amit is busy on other things this week, instead I send out these
patches.


^ permalink raw reply	[flat|nested] 46+ messages in thread
* VT-d support for device assignment
@ 2008-08-22  7:10 Amit Shah
  2008-08-22 13:54 ` Byron Stanoszek
                   ` (3 more replies)
  0 siblings, 4 replies; 46+ messages in thread
From: Amit Shah @ 2008-08-22  7:10 UTC (permalink / raw)
  To: avi
  Cc: kvm, muli, anthony, jesse.barnes, david.woodhouse, mark.gross,
	benami, weidong.han


The following two patches contain VT-d support for device assignment
for KVM guests.

The first patch contains the changes that are required to the generic
VT-d code.

The second patch contains the changes to KVM.

I've updated the 2nd patch to use VT-d only when requested by a parameter
on the command line, making it easier to support iommu with pvdma and
multiple iommu types.

The command line currently should be invoked as:

-pcidevice dev=00:13.0,vtd=on

^ permalink raw reply	[flat|nested] 46+ messages in thread
* VT-d support for device assignment
@ 2008-08-21 11:10 Ben-Ami Yassour
  0 siblings, 0 replies; 46+ messages in thread
From: Ben-Ami Yassour @ 2008-08-21 11:10 UTC (permalink / raw)
  To: avi
  Cc: amit.shah, kvm, muli, benami, weidong.han, anthony, jesse.barnes,
	David.Woodhouse, mark.gross

Avi,

I am re-sending the VT-d patches, please apply.

The following two patches contains the VT-d support for device
assignment.
The first patch contains the changes that are required to the generic
VT-d code.
The second patch contains the changes to KVM.

Regards,
Ben



^ permalink raw reply	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2008-09-23 18:57 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26  8:55 VT-d support for device assignment Amit Shah
2008-08-26  8:55 ` [PATCH 1/2] VT-d: changes to support KVM Amit Shah
2008-08-26  8:55   ` [PATCH 2/2] KVM: Device Assignment with VT-d Amit Shah
2008-08-26 10:28     ` Zhang, Xiantao
2008-08-26 10:35       ` Amit Shah
2008-08-26 10:42         ` Zhang, Xiantao
2008-08-26 10:57           ` Amit Shah
2008-08-26 11:04             ` Zhang, Xiantao
2008-08-26 14:41           ` Avi Kivity
2008-08-26 15:09             ` Han, Weidong
2008-09-03 16:52     ` Amit Shah
2008-09-09  7:18       ` Han, Weidong
2008-08-26  9:10 ` VT-d support for device assignment Avi Kivity
2008-08-26 14:11   ` Amit Shah
2008-08-26 14:38     ` Avi Kivity
  -- strict thread matches above, loose matches on Subject: below --
2008-09-09 15:37 Amit Shah
2008-09-14  0:46 ` Avi Kivity
2008-09-23 18:57   ` Jesse Barnes
2008-09-09 14:44 Amit Shah
2008-09-09 13:50 Han, Weidong
2008-08-22  7:10 Amit Shah
2008-08-22 13:54 ` Byron Stanoszek
2008-08-22 15:32   ` Amit Shah
2008-08-22 18:29     ` Muli Ben-Yehuda
2008-08-22 18:37       ` Avi Kivity
2008-08-22 19:09         ` Muli Ben-Yehuda
2008-08-22 16:08   ` Muli Ben-Yehuda
2008-08-22 18:12     ` Avi Kivity
2008-08-22 18:23       ` Muli Ben-Yehuda
2008-08-22 18:21 ` Avi Kivity
2008-08-22 18:28   ` Muli Ben-Yehuda
2008-08-23  9:12   ` Amit Shah
2008-08-23  9:33     ` Avi Kivity
2008-08-23  9:49       ` Amit Shah
2008-08-24 10:01         ` Avi Kivity
2008-08-23  9:50       ` Muli Ben-Yehuda
2008-08-23  9:55         ` Muli Ben-Yehuda
2008-08-24 10:02         ` Avi Kivity
2008-08-23  9:57 ` Muli Ben-Yehuda
2008-08-23 10:25   ` Amit Shah
2008-08-23 10:40     ` Muli Ben-Yehuda
2008-08-23 11:11       ` Amit Shah
2008-08-23 12:11         ` Muli Ben-Yehuda
2008-08-23 14:01           ` Amit Shah
2008-09-01 13:08 ` Joerg Roedel
2008-08-21 11:10 Ben-Ami Yassour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox