From: Juan Quintela <quintela@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH 0/10] ide: cleanup and splitting.
Date: Thu, 20 Aug 2009 18:39:25 +0200 [thread overview]
Message-ID: <m3hbw2zbgi.fsf@neno.mitica> (raw)
In-Reply-To: <1250774546-18951-1-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Thu, 20 Aug 2009 15:22:16 +0200")
Gerd Hoffmann <kraxel@redhat.com> wrote:
> Hi,
>
> Next round of the ide cleanup and splitting series. Changes:
>
> * Creating ide-internal.h is a separate patch now.
> * Comments of the new files have been fixed to actually describe
> the file content instead of being a simple cut+paste from ide.c
> * There is a new patch (last one) which moves all ide code into a
> new hw/ide/ subdirectory as suggested by avi.
Acked-by: Juan Quintela <quintela@redhat.com>
Already liked the 1st series. This one addresed all my nitpits.
Only one remained is that in the 1st patch, there are places with
whitesace/tab damage. (damage was already there).
In function ide_ioport_write()
- ide_clear_hob(ide_if);
+ ide_clear_hob(bus);
/* NOTE: data is written to the two drives */
- ide_if[0].hob_feature = ide_if[0].feature;
- ide_if[1].hob_feature = ide_if[1].feature;
- ide_if[0].feature = val;
- ide_if[1].feature = val;
+ bus->ifs[0].hob_feature = bus->ifs[0].feature;
+ bus->ifs[1].hob_feature = bus->ifs[1].feature;
+ bus->ifs[0].feature = val;
+ bus->ifs[1].feature = val;
If you have to respin the series, consider fixing it once that you are there.
Later, Juan.
prev parent reply other threads:[~2009-08-20 16:41 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-20 13:22 [Qemu-devel] [PATCH 0/10] ide: cleanup and splitting Gerd Hoffmann
2009-08-20 13:22 ` [Qemu-devel] [PATCH 01/10] ide: add IDEBus struct, cleanups Gerd Hoffmann
2009-08-20 13:22 ` [Qemu-devel] [PATCH 02/10] ide: split away ide-internal.h Gerd Hoffmann
2009-08-20 23:40 ` Natalia Portillo
2009-08-21 7:21 ` Gerd Hoffmann
2009-08-20 13:22 ` [Qemu-devel] [PATCH 03/10] ide: split away ide-isa.c Gerd Hoffmann
2009-08-20 13:22 ` [Qemu-devel] [PATCH 04/10] ide: split away ide-pci.c Gerd Hoffmann
2009-08-20 13:22 ` [Qemu-devel] [PATCH 05/10] ide: split away ide-macio.c Gerd Hoffmann
2009-08-20 13:22 ` [Qemu-devel] [PATCH 06/10] ide: split away ide-mmio.c Gerd Hoffmann
2009-08-20 13:22 ` [Qemu-devel] [PATCH 07/10] ide: split away ide-microdrive.c Gerd Hoffmann
2009-08-20 13:22 ` [Qemu-devel] [PATCH 08/10] ide: add save/restore support for isa Gerd Hoffmann
2009-08-20 13:22 ` [Qemu-devel] [PATCH 09/10] ide: add save/restore support for mmio Gerd Hoffmann
2009-08-20 13:22 ` [Qemu-devel] [PATCH 10/10] ide: move code to hw/ide/ Gerd Hoffmann
2009-08-20 16:39 ` Juan Quintela [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3hbw2zbgi.fsf@neno.mitica \
--to=quintela@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.