On Mon, Mar 5, 2012 at 15:51, Avi Kivity <a...@redhat.com> wrote: > Aliases to memory regions in the I/O address space are broken; this affects > -vga std. These two patches fix the problem. > > Also available in > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/urgent
Thanks, pulled. > Avi Kivity (2): > ioport: add destructor method to IORange > memory: fix I/O port aliases > > exec.c | 8 ++++++-- > ioport.c | 15 +++++++++++++++ > ioport.h | 1 + > iorange.h | 1 + > memory.c | 26 ++++++++++++++++++++------ > memory.h | 9 ++++++++- > 6 files changed, 51 insertions(+), 9 deletions(-) > > -- > 1.7.9 > >