From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDJv7-0002i8-LU for qemu-devel@nongnu.org; Mon, 19 Jan 2015 16:31:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDJv2-0007kk-KE for qemu-devel@nongnu.org; Mon, 19 Jan 2015 16:31:37 -0500 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]:26322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDJv2-0007kd-FE for qemu-devel@nongnu.org; Mon, 19 Jan 2015 16:31:32 -0500 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 19 Jan 2015 22:28:30 +0100 Message-Id: <1421702918-27143-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/7] isa: remove isa_mem_base variable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Herv=C3=A9=20Poussineau?= 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 - supporting multiple ISA buses (not done in this patchset) Patch 6 may be not very good, but I don't know enough gt64xxx chipset to come to a better solution. Herv=C3=A9 Herv=C3=A9 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 | 17 ++++++++++------- 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, 68 insertions(+), 58 deletions(-) --=20 1.7.10.4