[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 0/8] mini-os: some cleanup patches
Hello, Juergen Gross, le lun. 20 juin 2022 09:38:12 +0200, a ecrit: > 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 For the whole series: Reviewed-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Thanks! > .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%) > > -- > 2.35.3 >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |