Re: [Qemu-devel] [PATCH] floppy: Parametrize ISA base and IRQ

2011-01-31 Thread Markus Armbruster
Andreas Färber writes: > Am 28.01.2011 um 13:41 schrieb Markus Armbruster: > >> Andreas Färber writes: >> >>> From: Hervé Poussineau >>> >>> v1: >>> * Rebased. >> >> Patch versioning goes below the --- line, so it doesn't end up in git. > > I disagree: I always put it into the commit message, s

Re: [Qemu-devel] [PATCH] floppy: Parametrize ISA base and IRQ

2011-01-30 Thread Andreas Färber
Am 28.01.2011 um 13:41 schrieb Markus Armbruster: Andreas Färber writes: From: Hervé Poussineau v1: * Rebased. Patch versioning goes below the --- line, so it doesn't end up in git. I disagree: I always put it into the commit message, so that we can see which version got committed and

Re: [Qemu-devel] [PATCH] floppy: Parametrize ISA base and IRQ

2011-01-28 Thread Markus Armbruster
Andreas Färber writes: > From: Hervé Poussineau > > v1: > * Rebased. Patch versioning goes below the --- line, so it doesn't end up in git. > > Signed-off-by: Hervé Poussineau > Signed-off-by: Andreas Färber > --- > This patch allows to adapt the floppy device for the PReP Super I/O. Have

[Qemu-devel] [PATCH] floppy: Parametrize ISA base and IRQ

2010-12-25 Thread Andreas Färber
From: Hervé Poussineau v1: * Rebased. Signed-off-by: Hervé Poussineau Signed-off-by: Andreas Färber --- This patch allows to adapt the floppy device for the PReP Super I/O. hw/fdc.c | 27 +++ 1 files changed, 15 insertions(+), 12 deletions(-) diff --git a/hw/fdc.