]> git.proxmox.com Git - mirror_qemu.git/commit
Introduce PortioList
authorAvi Kivity <avi@redhat.com>
Mon, 26 Sep 2011 11:52:26 +0000 (14:52 +0300)
committerAvi Kivity <avi@redhat.com>
Tue, 11 Oct 2011 13:57:07 +0000 (15:57 +0200)
commit6bf9fd43cfc10022670d1135711d6952d98bcb02
tree77f495b976f71e42980e5f16995e7a0db7f86437
parentebf47c24b01857d8b49a892b853bdd13b8e3eb5e
Introduce PortioList

Add a type and methods for manipulating a list of disjoint I/O ports,
used in some older hardware devices.

Based on original patch by Richard Henderson.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Avi Kivity <avi@redhat.com>
Makefile.objs
Makefile.target
ioport.c
ioport.h
memory.c