qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Jan Kiszka <jan.kiszka@web.de>
Cc: Blue Swirl <blauwirbel@gmail.com>, qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 3/4] vga: make Cirrus ISA device optional
Date: Fri, 13 Jan 2012 23:16:39 +0100	[thread overview]
Message-ID: <4F10AD47.4060200@suse.de> (raw)
In-Reply-To: <4F108F60.5070803@web.de>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 13.01.2012 21:09, schrieb Jan Kiszka:
> This actually also converts it to a proper ISADevice - a value of 
> its own.

Could this by any chance help with eliminating the global
isa_mem_base? Don't see that in this patch.

Andreas

$ grep -r isa_mem_base .
./hw/ppc_prep.c:    isa_mem_base = 0xc0000000;
./hw/bonito.c:    isa_mem_base = s->bonito_pciio_start;
./hw/vga.c:        base += isa_mem_base;
./hw/vga.c:                                        isa_mem_base +
0x000a0000,
./hw/isa-bus.c:target_phys_addr_t isa_mem_base = 0;
./hw/cirrus_vga.c:                                        isa_mem_base
+ 0x000a0000,
./hw/isa.h:extern target_phys_addr_t isa_mem_base;
./hw/mips_jazz.c:    isa_mem_base = 0x11000000;
./hw/mips_r4k.c:    isa_mem_base = 0x10000000;
./hw/vga-isa.c:                                        isa_mem_base +
0x000a0000,
./hw/gt64xxx.c:      isa_mem_base = s->PCI0IO_start;
./hw/gt64xxx.c:    isa_mem_base = 0x10000000;

- -- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)

iQIcBAEBAgAGBQJPEK1HAAoJEPou0S0+fgE/9bYQAIMXlirZrps7KCArjbTiZHea
azvsPvLcNDPUbhN7GL4F26ahJV5cRnkHUD/pc6yQdil5sEK2TsPzncfPOQxhx0O0
FIgaaQhgYSYo9vDLJBQ5yKHmy2bv1sYTtUdvVszVKcyMzOPo8rLPwNr57PO8WmR8
fUzAjoL/bhA7w+j/N09phSE1xOTdxwye4fPmrJ7+1Ii+8muKa6mpvtHYM6stFNa4
DIM2x9lRx9qrdPJdRmBUkwTd5CkKk37jisdNUDQjFl6zRGBlHr3P/78m7MrB9I2Q
fBzcSjr6tcUS7TZWpkwkFlmVctwNHU8RFb9a6bMtiWs3+L6r5mDYNIQ0fV0oY7J7
UNNtoEo7B46WKx4xxG8bGa+Bs4V8U+v487XTvZpWZ1Xuap2y/fALE1SXLtdWVBGE
oE8mfCwtxh6c1c7w+l18LYCaSliGaZGj37cwdCsF0yy5LRYC6ypcMR6+INJwCGDV
CFbsxZdg08Ht1XGjQsNbwtT5LAUF4N1gGwjDScFB7I0Mx3nCER5wJCvd2GdKo9Km
nRzl4yyTdTAWT3GTyccc+XZ7I/TJdGT4GOE6vnjL5wn9hl5O+DHC5eCrCleKvZ97
AdJWFtocudZzlnEKtMsNV8EfrKWckejLoRcSRFgXVsUZkAkOOPSuWyQ4sAxcTK96
XqidOb4932mcJZZjjyXx
=kcX1
-----END PGP SIGNATURE-----

  reply	other threads:[~2012-01-13 22:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-08 21:11 [Qemu-devel] [PATCH 3/4] vga: make Cirrus ISA device optional Blue Swirl
2012-01-13 20:09 ` Jan Kiszka
2012-01-13 22:16   ` Andreas Färber [this message]
2012-01-21 18:49     ` Blue Swirl

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=4F10AD47.4060200@suse.de \
    --to=afaerber@suse.de \
    --cc=blauwirbel@gmail.com \
    --cc=jan.kiszka@web.de \
    --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).