Re: [Qemu-devel] [RFC 0/8] Remove old_portio usage

2013-01-03 Thread Gerd Hoffmann
Hi, > As for finding a solution to the bochs debug ports, can you resubmit > this series with the commit'able patches first, marked PATCH, and append > a proposal merging Gerd's, Lucas' and your QOM'ified debug device? I'll try to get a updated patch series with the debug/test devices out of th

Re: [Qemu-devel] [RFC 0/8] Remove old_portio usage

2013-01-02 Thread Andreas Färber
Am 23.12.2012 16:32, schrieb Hervé Poussineau: > These proposed patches aim at removing the .old_portio member of > MemoryRegionOps structure, and replacing their usage by .read/.write > handlers. > > Patches 2 to 6 are already ready to be committed. In lack of a memory maintainer, I'll volunteer

[Qemu-devel] [RFC 0/8] Remove old_portio usage

2012-12-23 Thread Hervé Poussineau
These proposed patches aim at removing the .old_portio member of MemoryRegionOps structure, and replacing their usage by .read/.write handlers. Patches 2 to 6 are already ready to be committed. However, patches 7 and 8 depend of patch 1, where a better solution needs to be found. That way, faked