]> xenbits.xen.org Git - xenclient/ioemu.git/commit
Enable guest OS to program D0-D3hot states of an assigned device
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 5 Feb 2009 15:54:13 +0000 (15:54 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 5 Feb 2009 15:54:13 +0000 (15:54 +0000)
commit8c771eb6294afc5b3754a9e3de51568d4e5986c2
tree5e4b4c3a68fa0c2f28b12702785434ea316c60e4
parent3f23188224b7ce69fcf13f52cb1c7977a5372900
Enable guest OS to program D0-D3hot states of an assigned device

This patch enables guest OS to program D0-D3hot states of assigned
device.

This patch is revised version based on the review comments.

- Use LIST_FOREACH(). Don't use lh_first, le_next directly.
- Use pci_{read, write}_block instead of "switch(len) case [124]
  pci_{read, write}_{byte, word, long}():".

Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp>
hw/pass-through.c
hw/pass-through.h
hw/pci.h
hw/pt-msi.c
hw/pt-msi.h
qemu-timer.h
vl.c