Re: [Qemu-devel] [PATCH v2 00/13] Refactor portio dispatching

2013-06-21 Thread Paolo Bonzini
Il 21/06/2013 18:41, Jan Kiszka ha scritto: > First, this series converts the remaining users of register_ioport* to > portio lists. Then it replaces the current portio dispatcher with the > existing one for MMIO and removes several lines of code. This also allows > to build BQL-free portio on top

[Qemu-devel] [PATCH v2 00/13] Refactor portio dispatching

2013-06-21 Thread Jan Kiszka
First, this series converts the remaining users of register_ioport* to portio lists. Then it replaces the current portio dispatcher with the existing one for MMIO and removes several lines of code. This also allows to build BQL-free portio on top once we enhance the memory layer accordingly. Chang