Re: [Qemu-devel] [PATCH v2 0/7] isa: remove isa_mem_base variable

2015-02-09 Thread Leon Alrae
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

Re: [Qemu-devel] [PATCH v2 0/7] isa: remove isa_mem_base variable

2015-02-01 Thread Mark Cave-Ayland
On 01/02/15 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 t

[Qemu-devel] [PATCH v2 0/7] isa: remove isa_mem_base variable

2015-02-01 Thread Hervé Poussineau
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 de