Re: [Qemu-devel] [RFC 0/13] Support for guest visible IOMMUs

2012-04-20 Thread David Gibson
On Fri, Apr 20, 2012 at 12:39:36PM +0200, Kevin Wolf wrote: > Am 20.04.2012 06:16, schrieb David Gibson: > > I'm really hoping I can get some extra review of this code path. I > > believe it's correct, but it's not straightforward to test, since it > > will not be exercise by correct guest softwar

Re: [Qemu-devel] [RFC 0/13] Support for guest visible IOMMUs

2012-04-20 Thread Kevin Wolf
Am 20.04.2012 06:16, schrieb David Gibson: > I'm really hoping I can get some extra review of this code path. I > believe it's correct, but it's not straightforward to test, since it > will not be exercise by correct guest software. Sounds like a good case for qtest. Did you consider that? Kevin