On 05/19/2015 11:35 AM, Kevin Wolf wrote: > Instead of relying on a flag in the MSR to distinguish controller phases, > use the explicit phase that we store now. Assertions of the right MSR > flags are added. > > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > hw/block/fdc.c | 67 > ++++++++++++++++++++++++++++++++++------------------------ > 1 file changed, 39 insertions(+), 28 deletions(-) > > diff --git a/hw/block/fdc.c b/hw/block/fdc.c > index 4d4868e..a13e0ce 100644 > --- a/hw/block/fdc.c > +++ b/hw/block/fdc.c
[snip] Reviewed-by: John Snow <js...@redhat.com>