qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/1] tcg/tci: Remove unnecessary TODO() for INDE


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 1/1] tcg/tci: Remove unnecessary TODO() for INDEX_op_bswap16_i64
Date: Wed, 12 Jul 2017 10:10:54 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/12/2017 03:49 AM, Jaroslaw Pelczar wrote:
@@ -1046,7 +1046,6 @@ uintptr_t tcg_qemu_tb_exec(CPUArchState *env, uint8_t
*tb_ptr)

              break;

#if TCG_TARGET_HAS_bswap16_i64

          case INDEX_op_bswap16_i64:

-            TODO();

              t0 = *tb_ptr++;

              t1 = tci_read_r16(&tb_ptr);

              tci_write_reg64(t0, bswap16(t1));

An identical patch has already been submitted

  https://patchwork.ozlabs.org/patch/774278/

and it is (now) waiting in the tcg-next queue.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]