qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Leon Alrae <leon.alrae@imgtec.com>
To: "Hervé Poussineau" <hpoussin@reactos.org>, qemu-devel@nongnu.org
Cc: Aurelien Jarno <aurelien@aurel32.net>
Subject: Re: [Qemu-devel] [PATCH v2 0/7] isa: remove isa_mem_base variable
Date: Mon, 9 Feb 2015 09:16:13 +0000	[thread overview]
Message-ID: <54D87ADD.5000808@imgtec.com> (raw)
In-Reply-To: <1422778376-32141-1-git-send-email-hpoussin@reactos.org>

On 01/02/2015 08:12, Hervé Poussineau wrote:
> Hi,
> 
> This patchset removes the isa_mem_base variable in VGA display devices.
> This variable is a global variable telling at which address is the
> ISA memory base address in the system memory address space.
> 
> Once removed, we're paving the way to new QEMU functionalities:
> - supporting other MMIO ISA devices (like some network cards)
> - supporting multiple ISA buses (not done in this patchset)
> 
> Most of the changes are MIPS-related, so maybe Aurélien or Leon can
> take care of them?

Tested using Malta and looks fine for me. Since there were no objections
I'll add these patches to my mips-next tree.

Thanks,
Leon

> 
> Changes since v1:
> - correctly handle PCI0 windows in gt64xxx
> 
> Hervé Poussineau (7):
>   isa: add memory space parameter to isa_bus_new
>   jazz: do not explode QEMUMachineInitArgs structure
>   jazz: remove usage of isa_mem_base
>   mips: remove isa_mem_base usage
>   piix4: use PCI address space instead of system memory
>   gt64xxx: remove isa_mem_base usage
>   isa: remove isa_mem_base variable
> 
>  hw/alpha/typhoon.c      |    2 +-
>  hw/display/cirrus_vga.c |    2 +-
>  hw/display/vga-isa.c    |    2 +-
>  hw/display/vga.c        |    3 +-
>  hw/i386/pc_piix.c       |    2 +-
>  hw/isa/i82378.c         |    3 +-
>  hw/isa/isa-bus.c        |   12 ++++--
>  hw/isa/lpc_ich9.c       |    2 +-
>  hw/isa/piix4.c          |    3 +-
>  hw/isa/vt82c686.c       |    3 +-
>  hw/mips/gt64xxx_pci.c   |   95 +++++++++++++++++++++++++++++++++--------------
>  hw/mips/mips_jazz.c     |   44 +++++++++++-----------
>  hw/mips/mips_r4k.c      |   19 +++++-----
>  hw/pci-host/piix.c      |    3 +-
>  hw/sparc64/sun4u.c      |    3 +-
>  include/hw/isa/isa.h    |    6 +--
>  16 files changed, 126 insertions(+), 78 deletions(-)
> 

      parent reply	other threads:[~2015-02-09  9:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-01  8:12 [Qemu-devel] [PATCH v2 0/7] isa: remove isa_mem_base variable Hervé Poussineau
2015-02-01  8:12 ` [Qemu-devel] [PATCH v2 1/7] isa: add memory space parameter to isa_bus_new Hervé Poussineau
2015-02-01  8:12 ` [Qemu-devel] [PATCH v2 2/7] jazz: do not explode QEMUMachineInitArgs structure Hervé Poussineau
2015-02-01  8:12 ` [Qemu-devel] [PATCH v2 3/7] jazz: remove usage of isa_mem_base Hervé Poussineau
2015-02-01  8:12 ` [Qemu-devel] [PATCH v2 4/7] mips: remove isa_mem_base usage Hervé Poussineau
2015-02-01  8:12 ` [Qemu-devel] [PATCH v2 5/7] piix4: use PCI address space instead of system memory Hervé Poussineau
2015-02-01  8:12 ` [Qemu-devel] [PATCH v2 6/7] gt64xxx: remove isa_mem_base usage Hervé Poussineau
2015-02-01  8:12 ` [Qemu-devel] [PATCH v2 7/7] isa: remove isa_mem_base variable Hervé Poussineau
2015-02-01 18:05 ` [Qemu-devel] [PATCH v2 0/7] " Mark Cave-Ayland
2015-02-09  9:16 ` Leon Alrae [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=54D87ADD.5000808@imgtec.com \
    --to=leon.alrae@imgtec.com \
    --cc=aurelien@aurel32.net \
    --cc=hpoussin@reactos.org \
    --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).