qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/5] qdev/isa: add isa bus support to qdev.
Date: Thu, 30 Jul 2009 09:40:46 -0500	[thread overview]
Message-ID: <4A71B0EE.5060509@codemonkey.ws> (raw)
In-Reply-To: <1248797778-783-2-git-send-email-kraxel@redhat.com>

Gerd Hoffmann wrote:
> Wrong mmio stuff from previous version ripped out.
> Pretty simple and straigt forward now.
> IRQs modeled simliar to sysbus.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  Makefile.target |   10 +++---
>  hw/isa-bus.c    |   84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/isa.h        |   25 ++++++++++++++++
>  3 files changed, 114 insertions(+), 5 deletions(-)
>  create mode 100644 hw/isa-bus.c
>
>
> diff --git a/hw/isa-bus.c b/hw/isa-bus.c
> new file mode 100644
> index 0000000..3dea55b
> --- /dev/null
> +++ b/hw/isa-bus.c
> @@ -0,0 +1,84 @@
> +#include "hw.h"
> +#include "sysemu.h"
> +#include "isa.h"
> +
Need copyright/license.

Regards,

Anthony Liguori

  reply	other threads:[~2009-07-30 14:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-28 16:16 [Qemu-devel] [PATCH 0/5] qdev: add isa bus support Gerd Hoffmann
2009-07-28 16:16 ` [Qemu-devel] [PATCH 1/5] qdev/isa: add isa bus support to qdev Gerd Hoffmann
2009-07-30 14:40   ` Anthony Liguori [this message]
2009-07-30 15:02     ` Gerd Hoffmann
2009-07-28 16:16 ` [Qemu-devel] [PATCH 2/5] qdev/isa: add qdev support to i8042 (aka ps/2 kbd+mouse) Gerd Hoffmann
2009-07-28 16:16 ` [Qemu-devel] [PATCH 3/5] qdev/isa: make the piix isa bridge register an isa bus Gerd Hoffmann
2009-07-28 16:16 ` [Qemu-devel] [PATCH 4/5] qdev/isa: make pc use qdev for i8042 setup Gerd Hoffmann
2009-07-28 16:16 ` [Qemu-devel] [PATCH 5/5] qdev/isa: convert fdc Gerd Hoffmann
  -- strict thread matches above, loose matches on Subject: below --
2009-07-31 10:30 [Qemu-devel] [PATCH 0/5] qdev: add isa bus support Gerd Hoffmann
2009-07-31 10:30 ` [Qemu-devel] [PATCH 1/5] qdev/isa: add isa bus support to qdev Gerd Hoffmann

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=4A71B0EE.5060509@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).