]> git.ipfire.org Git - thirdparty/qemu.git/commit
suport device driver initialization model
authorGlauber Costa <glommer@redhat.com>
Thu, 23 Apr 2009 19:20:55 +0000 (15:20 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 1 May 2009 15:12:27 +0000 (10:12 -0500)
commit544995e22e1c78f7190cf984d21292e8df0bce55
tree12406fe17fac47fe424ec73d66d1386f6e9a7032
parent57ba0792ca430557ec89aa3daeceb42034161706
suport device driver initialization model

According to PnP specification, Appendix B, Option ROMs
that support DDIM (device driver initialization model) should
have their memory space writeable.

KVM deviates from us here, by removing the IO_MEM_ROM flag,
to allow for PCI option ROMs (they require DDIM). However,
there's absolutely no reason we can't do the same.

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c