aboutsummaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-04-28 22:26:05 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-04-28 22:26:05 +0000
commit26aa7d72cc3ff586ca4b5bd79f63b0066fe21b0f (patch)
tree87d1ceff46beee5c85822181aa279dfbbf338478 /vl.c
parent8e9c4afe707426487db85e462a3b0c4d15e39261 (diff)
downloadqemu-26aa7d72cc3ff586ca4b5bd79f63b0066fe21b0f.zip
qemu-26aa7d72cc3ff586ca4b5bd79f63b0066fe21b0f.tar.gz
qemu-26aa7d72cc3ff586ca4b5bd79f63b0066fe21b0f.tar.bz2
isa memory remapping support (aka PPC PREP VGA support)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@773 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index 498bd27..e89091d 100644
--- a/vl.c
+++ b/vl.c
@@ -114,7 +114,9 @@ int vm_running;
int audio_enabled = 0;
/***********************************************************/
-/* x86 io ports */
+/* x86 ISA bus support */
+
+target_phys_addr_t isa_mem_base = 0;
uint32_t default_ioport_readb(void *opaque, uint32_t address)
{