* [Qemu-devel] VFIO-PCI testing after VFIO-platform rework
@ 2014-08-11 11:52 Eric Auger
2014-08-11 13:50 ` Will Deacon
0 siblings, 1 reply; 5+ messages in thread
From: Eric Auger @ 2014-08-11 11:52 UTC (permalink / raw)
To: qemu list, Alexander Graf, Alex Williamson, Peter Maydell,
Christoffer Dall, Alvise Rigo, Will Deacon,
Bharat.Bhushan@freescale.com, Stuart Yoder
Dear all,
I would like to test VFIO-PCI after rework done for [PATCH v5 00/10] KVM
platform device passthrough.
Do you have advises about best test environment (was thinking about TCG
system platform suitable for VFIO PCI assignment?).
All inputs welcome
Thank you in advance
Best Regards
Eric
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] VFIO-PCI testing after VFIO-platform rework
2014-08-11 11:52 [Qemu-devel] VFIO-PCI testing after VFIO-platform rework Eric Auger
@ 2014-08-11 13:50 ` Will Deacon
2014-08-11 14:28 ` Eric Auger
0 siblings, 1 reply; 5+ messages in thread
From: Will Deacon @ 2014-08-11 13:50 UTC (permalink / raw)
To: Eric Auger
Cc: Peter Maydell, Stuart Yoder, agraf@suse.de, Alvise Rigo,
qemu list, Bharat.Bhushan@freescale.com, Alex Williamson,
Christoffer Dall
On Mon, Aug 11, 2014 at 12:52:57PM +0100, Eric Auger wrote:
> Dear all,
>
> I would like to test VFIO-PCI after rework done for [PATCH v5 00/10] KVM
> platform device passthrough.
>
> Do you have advises about best test environment (was thinking about TCG
> system platform suitable for VFIO PCI assignment?).
I'm playing with PCI device assignment with kvmtool, so I could do some
basic testing if you like. Can you put the patches on a git tree somewhere
please?
Will
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] VFIO-PCI testing after VFIO-platform rework
2014-08-11 13:50 ` Will Deacon
@ 2014-08-11 14:28 ` Eric Auger
2014-08-11 17:57 ` Will Deacon
0 siblings, 1 reply; 5+ messages in thread
From: Eric Auger @ 2014-08-11 14:28 UTC (permalink / raw)
To: Will Deacon
Cc: Peter Maydell, Stuart Yoder, agraf@suse.de, Alvise Rigo,
qemu list, Bharat.Bhushan@freescale.com, Alex Williamson,
Christoffer Dall
On 08/11/2014 03:50 PM, Will Deacon wrote:
> I'm playing with PCI device assignment with kvmtool, so I could do some
> basic testing if you like. Can you put the patches on a git tree somewhere
> please?
Hi Will,
Thanks for your proposal,
the kernel part is at:
git://git.linaro.org/people/eric.auger/linux.git (branch irqfd_integ_v4)
the qemu part is at:
git://git.linaro.org/people/eric.auger/qemu.git (branch vfio_integ_v5)
Please do not hesitate to contact me for any support.
Best Regards
Eric
>
> Will
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] VFIO-PCI testing after VFIO-platform rework
2014-08-11 14:28 ` Eric Auger
@ 2014-08-11 17:57 ` Will Deacon
2014-08-12 6:33 ` Eric Auger
0 siblings, 1 reply; 5+ messages in thread
From: Will Deacon @ 2014-08-11 17:57 UTC (permalink / raw)
To: Eric Auger
Cc: Peter Maydell, Stuart Yoder, agraf@suse.de, Alvise Rigo,
qemu list, Bharat.Bhushan@freescale.com, Alex Williamson,
Christoffer Dall
On Mon, Aug 11, 2014 at 03:28:40PM +0100, Eric Auger wrote:
> On 08/11/2014 03:50 PM, Will Deacon wrote:
> > I'm playing with PCI device assignment with kvmtool, so I could do some
> > basic testing if you like. Can you put the patches on a git tree somewhere
> > please?
>
> Hi Will,
>
> Thanks for your proposal,
>
> the kernel part is at:
> git://git.linaro.org/people/eric.auger/linux.git (branch irqfd_integ_v4)
I run into a bunch of horrible vgic conflicts if I try to merge this with my
testing branch -- can you take a look at rebasing on top of Marc's GICv3
code, please? (that should all be in mainline now).
Will
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] VFIO-PCI testing after VFIO-platform rework
2014-08-11 17:57 ` Will Deacon
@ 2014-08-12 6:33 ` Eric Auger
0 siblings, 0 replies; 5+ messages in thread
From: Eric Auger @ 2014-08-12 6:33 UTC (permalink / raw)
To: Will Deacon
Cc: Peter Maydell, Stuart Yoder, agraf@suse.de, Alvise Rigo,
qemu list, Bharat.Bhushan@freescale.com, Alex Williamson,
Christoffer Dall
On 08/11/2014 07:57 PM, Will Deacon wrote:
> On Mon, Aug 11, 2014 at 03:28:40PM +0100, Eric Auger wrote:
>> On 08/11/2014 03:50 PM, Will Deacon wrote:
>>> I'm playing with PCI device assignment with kvmtool, so I could do some
>>> basic testing if you like. Can you put the patches on a git tree somewhere
>>> please?
>>
>> Hi Will,
>>
>> Thanks for your proposal,
>>
>> the kernel part is at:
>> git://git.linaro.org/people/eric.auger/linux.git (branch irqfd_integ_v4)
>
> I run into a bunch of horrible vgic conflicts if I try to merge this with my
> testing branch -- can you take a look at rebasing on top of Marc's GICv3
> code, please? (that should all be in mainline now).
Hi Will,
Sure. This merge will be done soon along with the integration of the
vgic cleanup serie (http://www.spinics.net/lists/kvm-arm/msg10325.html).
Best Regards
Eric
>
> Will
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-12 6:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 11:52 [Qemu-devel] VFIO-PCI testing after VFIO-platform rework Eric Auger
2014-08-11 13:50 ` Will Deacon
2014-08-11 14:28 ` Eric Auger
2014-08-11 17:57 ` Will Deacon
2014-08-12 6:33 ` Eric Auger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).