[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/3] GPT and MBR partition tables
From: |
Jose E. Marchesi |
Subject: |
Re: [PATCH 0/3] GPT and MBR partition tables |
Date: |
Sun, 10 Sep 2023 10:43:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
OK, thanks.
> Hello Jose.
>
> I reviewed the patch for GPT (GUID Partition Table) from Denis Maryin and
> here I'm sending the cleaned version. (Most changes are reformatting of
> the source code).
>
> Then in the subsequent patches I'm trying to improve MBR and GPT pickles
> to be more idiomatic (e.g., using units and offsets).
>
>
>
> Regards,
> Mohammad-Reza
>
>
> Denis Maryin (1):
> pickles: add new pickle for GUID Partition Table (GPT)
>
> Mohammad-Reza Nabipoor (2):
> pickles: improve MBR pickle
> pickles: improve GPT pickle
>
> ChangeLog | 34 +
> pickles/Makefile.am | 3 +-
> pickles/gpt-partition-attrs.pk | 77 ++
> pickles/gpt-partition-types.pk | 1079 +++++++++++++++++++++++++++
> pickles/gpt.pk | 94 +++
> pickles/guid.pk | 35 +
> pickles/mbr.pk | 95 ++-
> testsuite/Makefile.am | 2 +
> testsuite/poke.pickles/gpt-test.pk | 72 ++
> testsuite/poke.pickles/guid-test.pk | 59 ++
> testsuite/poke.pickles/mbr-test.pk | 144 ++++
> 11 files changed, 1686 insertions(+), 8 deletions(-)
> create mode 100644 pickles/gpt-partition-attrs.pk
> create mode 100644 pickles/gpt-partition-types.pk
> create mode 100644 pickles/gpt.pk
> create mode 100644 pickles/guid.pk
> create mode 100644 testsuite/poke.pickles/gpt-test.pk
> create mode 100644 testsuite/poke.pickles/guid-test.pk