qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: "TAKEDA, toshiya" <t-takeda@m1.interq.or.jp>
Cc: qemu-devel <qemu-devel@nongnu.org>, Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] [PATCH V4 04/18] support NEC PC-9821 architecture
Date: Mon, 04 Jan 2010 14:34:15 -0600	[thread overview]
Message-ID: <4B4250C7.9080200@codemonkey.ws> (raw)
In-Reply-To: <200912221740.AA00207@YOUR-BD18D6DD63.m1.interq.or.jp>

On 12/22/2009 11:40 AM, TAKEDA, toshiya wrote:
> Signed-off-by: TAKEDA, toshiya<t-takeda@m1.interq.or.jp>
> ---
>   hw/pc98.c |  317 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>   hw/pc98.h |   65 +++++++++++++
>   2 files changed, 382 insertions(+), 0 deletions(-)
>   create mode 100644 hw/pc98.c
>   create mode 100644 hw/pc98.h
>
> diff --git a/hw/pc98.c b/hw/pc98.c
> new file mode 100644
> index 0000000..4bc4805
> --- /dev/null
> +++ b/hw/pc98.c
> @@ -0,0 +1,317 @@
> +/*
> + * QEMU NEC PC-9821 System Emulator
> + *
> + * Copyright (c) 2009 TAKEDA, toshiya
> + *
> + * Permission is hereby granted, free of charge, to any person obtaining a copy
> + * of this software and associated documentation files (the "Software"), to deal
> + * in the Software without restriction, including without limitation the rights
> + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> + * copies of the Software, and to permit persons to whom the Software is
> + * furnished to do so, subject to the following conditions:
> + *
> + * The above copyright notice and this permission notice shall be included in
> + * all copies or substantial portions of the Software.
> + *
> + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
> + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> + * THE SOFTWARE.
> + */

I don't think we are really that far from being able to create an NEC 
PC-9821 based on careful use of -device and disabling default devices. 
I think the main issues some of the platform devices that aren't present 
in this machine (like the rtc) that aren't qdev-ified yet.  I think 
that's probably an easier path to take though.

BTW, this patch won't link on it's own because it relies on 
pc98_init_i8259 which this patch doesn't introduce.

Regards,

Anthony Liguori

  reply	other threads:[~2010-01-04 19:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-22 17:40 [Qemu-devel] [PATCH V4 04/18] support NEC PC-9821 architecture TAKEDA, toshiya
2010-01-04 20:34 ` Anthony Liguori [this message]
2010-01-05  9:41   ` Gerd Hoffmann
2010-01-06 15:53     ` TAKEDA, toshiya

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=4B4250C7.9080200@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=t-takeda@m1.interq.or.jp \
    /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).