qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 01/20] disas/nanomips: Remove namespace img


From: Richard Henderson
Subject: Re: [PATCH v2 01/20] disas/nanomips: Remove namespace img
Date: Mon, 5 Sep 2022 12:00:38 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 9/5/22 10:55, Milica Lazarevic wrote:
Since there's no namespace feature in C, namespace img has been replaced
with adding the prefix "img" to the namespace members.

Prefix "img" has been added to the function names of functions that used
to be wrapped in namespace img. Those are img::format() functions.
I.e. replaced img::format with the img_format.

Typedef address that used to belong to namespace img now is called
img_address.

Signed-off-by: Milica Lazarevic<milica.lazarevic@syrmia.com>
Reviewed-by: Thomas Huth<thuth@redhat.com>
---
  disas/nanomips.cpp | 1433 ++++++++++++++++++++++----------------------
  disas/nanomips.h   |   10 +-
  2 files changed, 712 insertions(+), 731 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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