Re: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups

2016-02-07 Thread Hervé Poussineau
Le 07/02/2016 20:50, Mark Cave-Ayland a écrit : On 06/02/16 14:30, Hervé Poussineau wrote: Hi Mark, Le 06/02/2016 14:32, Mark Cave-Ayland a écrit : On 23/01/16 20:39, Hervé Poussineau wrote: Hi, This patchset cleans up a little bit the Apple CUDA emulation: - correctly reject unknown comma

Re: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups

2016-02-07 Thread Mark Cave-Ayland
On 06/02/16 14:30, Hervé Poussineau wrote: > Hi Mark, > > Le 06/02/2016 14:32, Mark Cave-Ayland a écrit : >> On 23/01/16 20:39, Hervé Poussineau wrote: >> >>> Hi, >>> >>> This patchset cleans up a little bit the Apple CUDA emulation: >>> - correctly reject unknown commands >>> - correctly reject

Re: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups

2016-02-06 Thread Hervé Poussineau
Hi Mark, Le 06/02/2016 14:32, Mark Cave-Ayland a écrit : On 23/01/16 20:39, Hervé Poussineau wrote: Hi, This patchset cleans up a little bit the Apple CUDA emulation: - correctly reject unknown commands - correctly reject commands with wrong parameters - support changing the frequency of auto

Re: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups

2016-02-06 Thread Mark Cave-Ayland
On 23/01/16 20:39, Hervé Poussineau wrote: > Hi, > > This patchset cleans up a little bit the Apple CUDA emulation: > - correctly reject unknown commands > - correctly reject commands with wrong parameters > - support changing the frequency of auto-polling > - support changing device list probed

Re: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups

2016-02-04 Thread Alyssa Milburn
On Sat, Jan 23, 2016 at 09:39:57PM +0100, Hervé Poussineau wrote: > This patchset cleans up a little bit the Apple CUDA emulation: > - correctly reject unknown commands > - correctly reject commands with wrong parameters > - support changing the frequency of auto-polling > - support changing device

Re: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups

2016-01-25 Thread Hervé Poussineau
Hi, Le 25/01/2016 10:58, Alyssa Milburn a écrit : On Sat, Jan 23, 2016 at 09:39:57PM +0100, Hervé Poussineau wrote: Hi, This patchset cleans up a little bit the Apple CUDA emulation: - correctly reject unknown commands - correctly reject commands with wrong parameters - support changing the fr

Re: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups

2016-01-25 Thread Mark Cave-Ayland
On 25/01/16 09:58, Alyssa Milburn wrote: > On Sat, Jan 23, 2016 at 09:39:57PM +0100, Hervé Poussineau wrote: >> Hi, >> >> This patchset cleans up a little bit the Apple CUDA emulation: >> - correctly reject unknown commands >> - correctly reject commands with wrong parameters >> - support changing

Re: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups

2016-01-25 Thread Alyssa Milburn
On Sat, Jan 23, 2016 at 09:39:57PM +0100, Hervé Poussineau wrote: > Hi, > > This patchset cleans up a little bit the Apple CUDA emulation: > - correctly reject unknown commands > - correctly reject commands with wrong parameters > - support changing the frequency of auto-polling > - support changi

Re: [Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups

2016-01-24 Thread David Gibson
On Sat, Jan 23, 2016 at 09:39:57PM +0100, Hervé Poussineau wrote: > Hi, > > This patchset cleans up a little bit the Apple CUDA emulation: > - correctly reject unknown commands > - correctly reject commands with wrong parameters > - support changing the frequency of auto-polling > - support changi

[Qemu-devel] [PATCH 00/13] cuda: misc fixes and cleanups

2016-01-23 Thread Hervé Poussineau
Hi, This patchset cleans up a little bit the Apple CUDA emulation: - correctly reject unknown commands - correctly reject commands with wrong parameters - support changing the frequency of auto-polling - support changing device list probed in auto-poll - add logs when using FILE_SERVER_FLAG/SET_PO