Re: [Qemu-devel] [PATCH v5 1/6] add documenation for new backup framework

2013-02-27 Thread Markus Armbruster
Starting the series with a problem statement is a good idea. Suggest "Subject: : Design documentation", where is how you'd like to call the beast. Also tack it to your other patch subjects, except when they really patch other subsystems (use your judgement). More inline. Dietmar Maurer writes

[Qemu-devel] [PATCH v5 1/6] add documenation for new backup framework

2013-02-21 Thread Dietmar Maurer
Signed-off-by: Dietmar Maurer --- docs/backup.txt | 116 +++ 1 files changed, 116 insertions(+), 0 deletions(-) create mode 100644 docs/backup.txt diff --git a/docs/backup.txt b/docs/backup.txt new file mode 100644 index 000..927d787 ---