Re: [PATCH v6 0/5] dump: Make most of it target agnostic (build once)

2023-02-26 Thread Philippe Mathieu-Daudé
On 26/2/23 13:39, Marc-André Lureau wrote: Philippe Mathieu-Daudé (5):   dump: Replace tswapN() -> cpu_to_dumpN()   dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()   dump: Clean included headers   dump: Simplify compiling win_dump.o by introducing     win_d

Re: [PATCH v6 0/5] dump: Make most of it target agnostic (build once)

2023-02-26 Thread Marc-André Lureau
On Sat, Feb 25, 2023 at 1:49 PM Philippe Mathieu-Daudé wrote: > All series reviewed. > > Since v5: > - reword one commit description (Thomas) > - drop CONFIG_SOFTMMU, unify softmmu_ss (Richard) > > Since v4: > - more unused headers removed > - KISS, use a bit of #ifdef'ry to avoid a stub file > >