Re: [PATCH] hostmem: default the amount of prealloc-threads to smp-cpus

2022-05-17 Thread Jaroslav Jindrák
On Tue, 17 May 2022 at 17:12, Igor Mammedov wrote: > > On Tue, 17 May 2022 14:38:58 +0200 > dzej...@gmail.com wrote: > > > From: Jaroslav Jindrak > > > > Prior to the introduction of the prealloc-threads property, the amount > > of threads used to preallocate memory was derived from the value of

Re: [Qemu-devel] xhci: move command stop and command abort flag check to the case when the crcr_low register is set

2017-08-21 Thread Jaroslav Jindrák
/stop to not work. Thank you very much for the correction and I apologise for disturbing you, hope I didn't eat too much of your time. Have a nice day, Jaroslav Jindrak S pozdravem, Jaroslav Jindrak On 21 August 2017 at 14:23, Gerd Hoffmann wrote: > On Tue, 2017-08-01 at 01:48 +0200,

[Qemu-devel] xhci: move command stop and command abort flag check to the case when the crcr_low register is set

2017-07-31 Thread Jaroslav Jindrák
Hello, I'd like to submit a patch to the xhci subsystem of QEMU. Currently, when the command stop or command abort flags in the crcr_low register are set, nothing happens. This is because the part of the code that tests those two flags (and performs command ring abort/stop) is in the crcr_high cas