Re: [PATCH] fix SSE2/SSSE3 feature detection in tcg/decode-new.c.inc

2024-09-07 Thread Frank Mehnert
pply time). > > Before it can be applied to trivial-patches tree I'd love to have > some Reviewed-by tag(s). Or drop it :) > > This change is sitting here since May-24. > > Thanks, > > /mjt > > > 29.05.2024 16:53, Frank Mehnert wrote:

[Qemu-devel] Bug in helper_pcmpestrm and helper_pcmpistrm

2011-09-29 Thread Frank Mehnert
s & 1) ? ~0 : 0; } else { d->Q(1) = 0; d->Q(0) = res; } } Kind regards, Frank -- Dr.-Ing. Frank Mehnert Senior Manager Software Development Desktop Virtualization, VirtualBox ORACLE Deutschland B.V. & Co. KG | Werkstr. 24 | 71384 Weinstadt, Germany Hauptverwal

Re: [Qemu-devel] Re: hw/serial.c: Xmit fifo never used

2010-05-26 Thread Frank Mehnert
On Wednesday 26 May 2010, Stefano Stabellini wrote: > I think the patch is correct. serial: fixed bug which prevented the use of the xmit fifo Signed-off-by: Frank Mehnert --- hw/serial.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/serial.c b/hw/serial.c in

Re: [Qemu-devel] Re: hw/serial.c: Xmit fifo never used

2010-05-26 Thread Frank Mehnert
On Wednesday 26 May 2010, Jan Kiszka wrote: > Frank Mehnert wrote: > > I assume the correct condition would be '>= 0', that is > > > > ... > > if ((s->tsr_retry >= 0) && (s->tsr_retry <= MAX_XMIT_RETRY)) { > >

[Qemu-devel] hw/serial.c: Xmit fifo never used

2010-05-26 Thread Frank Mehnert
mp;& (s->tsr_retry <= MAX_XMIT_RETRY)) { s->tsr_retry++; ... Kind regards, Frank -- Dr.-Ing. Frank Mehnert Sitz der Gesellschaft: Sun Microsystems GmbH, Sonnenallee 1, 85551 Kirchheim-Heimstetten Amtsgericht München: HRB 161028 Geschäftsführer: Jürgen Kunz signature.asc Description: This is a digitally signed message part.