[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 0/8] mini-os: some cleanup patches
On 04/07/2022 09:39, Julien Grall wrote: Hi Juergen, On 04/07/2022 09:37, Juergen Gross wrote:On 20.06.22 09:38, Juergen Gross wrote:Do some cleanups. No functional change intended, apart from whitespace changes only minor modifications making code easier to read. Juergen Gross (8): mini-os: drop xenbus directory mini-os: apply coding style to xenbus.c mini-os: eliminate console/console.h mini-os: rename console/xenbus.c to consfront.c mini-os: apply coding style to consfront.c mini-os: eliminate console directory mini-os: apply coding style to console.c mini-os: add mini-os-debug[.gz] to .gitignore .gitignore | 2 + Makefile | 9 +- console/xenbus.c => consfront.c | 99 ++++--- console.c | 415 ++++++++++++++++++++++++++ console/console.c | 177 ----------- console/console.h | 2 - console/xencons_ring.c | 238 --------------- include/console.h | 1 + xenbus/xenbus.c => xenbus.c | 510 +++++++++++++++++++------------- 9 files changed, 778 insertions(+), 675 deletions(-) rename console/xenbus.c => consfront.c (78%) create mode 100644 console.c delete mode 100644 console/console.c delete mode 100644 console/console.h delete mode 100644 console/xencons_ring.c rename xenbus/xenbus.c => xenbus.c (71%)Could someone please commit this series? Samuel gave his R-b nearly 2 weeksago.I will commit this series and the other you pointed out. Done. Cheers, -- Julien Grall
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |