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
at 01:48 +0200, Jaroslav Jindrák wrote: > > 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

[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