Re: [PATCH] Fixes: Indentation using spaces instead of TABS and improve formatting

2024-05-20 Thread Tanmay
Sure! Thanks for the update. ~ Tanmay On Mon, 20 May, 2024, 6:32 pm Peter Maydell, wrote: > On Wed, 8 May 2024 at 09:15, Tanmay Patil > wrote: > > > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/373 > > > > Files changed: > > -

Re: [PATCH] Fixes: Indentation using TABs and improve formatting

2024-05-08 Thread Tanmay
Hi, I just sent a patch with fewer files to address using git-send-email. Thanks, Tanmay On Tue, 7 May 2024 at 15:56, Peter Maydell wrote: > On Mon, 6 May 2024 at 07:20, Tanmay wrote: > > > > Hi, > > > > I have added a patch inline that fixes indentation and

[PATCH] Fixes: Indentation using spaces instead of TABS and improve formatting

2024-05-08 Thread Tanmay Patil
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/373 Files changed: - hw/arm/boot.c - hw/char/omap_uart.c - hw/gpio/zaurus.c - hw/input/tsc2005.c Signed-off-by: Tanmay Patil --- hw/arm/boot.c | 8 +-- hw/char/omap_uart.c | 49

Re: [PATCH] Fixes: Indentation using TABs and improve formatting

2024-05-06 Thread Tanmay
Sure, I'll do it! Thanks, Tanmay On Mon, 6 May 2024 at 10:11, Thomas Huth wrote: > On 04/05/2024 22.34, Michael Tokarev wrote: > > 04.05.2024 21:58, Tanmay wrote: > >> Hi, > >> > >> I have attached a patch file that fixes indentation and formatting for

Re: [PATCH] Fixes: Indentation using TABs and improve formatting

2024-05-05 Thread Tanmay
Hi, I completely agree! This was more of a "NEWCOMERS" issue to help us understand how the patch flow works. I'll take up a trivial issue and work on it instead. Thanks, Tanmay On Sun, 5 May 2024 at 02:05, Michael Tokarev wrote: > 04.05.2024 21:58, Tanmay wrote: > >

Re: Replace calls to functions named cpu_physical_memory_* with address_space_*.

2023-10-26 Thread Tanmay
from where I can start exploring. Thanks, Tanmay On Thu, 26 Oct 2023 at 22:16, Peter Maydell wrote: > On Thu, 26 Oct 2023 at 13:48, Tanmay wrote: > > I'm really interested in contributing to qemu. I wanted to > > work on the renaming API calls cpu_physical_memory_* to > &g

Re: Replace calls to functions named cpu_physical_memory_* with address_space_*.

2023-10-26 Thread Tanmay
Hi, The above refactoring of functions was mentioned under API conversion at https://wiki.qemu.org/Contribute/BiteSizedTasks . Thanks, Tanmay Patil On Thu, 26 Oct 2023 at 15:54, Tanmay wrote: > Hi, > > I'm really interested in contributing to qemu. I wanted to work on the > renami

Replace calls to functions named cpu_physical_memory_* with address_space_*.

2023-10-26 Thread Tanmay
Hi, I'm really interested in contributing to qemu. I wanted to work on the renaming API calls cpu_physical_memory_* to address_space_*. I couldn't find any related issues on the GItlab tracker. Can I work on this issue? Thanks, Tanmay Patil