Statistics
| Branch: | Revision:

root / hw / smbus_ich9.c @ c874ea97

History | View | Annotate | Download (3.7 kB)

# Date Author Comment
83c9f4ca 03/01/2013 04:01 pm Paolo Bonzini

hw: include hw header files with full paths

Done with this script:

cd hw
for i in `find . -name '*.h' | sed 's/^..//'`; do
echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
done | sed -i -f - `find . -type f`

This is so that paths remain valid as files are moved....

9c17d615 12/19/2012 09:32 am Paolo Bonzini

softmmu: move include files to include/sysemu/

Signed-off-by: Paolo Bonzini <>

a2cb15b0 12/17/2012 01:02 pm Michael S. Tsirkin

pci: update all users to look in pci/

update all users so we can remove the makefile hack.

Signed-off-by: Michael S. Tsirkin <>

6f918e40 12/12/2012 11:36 pm Jason Baron

Fixup q35/ich9 Licenses

Cleanup the q35/ich9 license headers.

Signed-off-by: Jason Baron <>
Signed-off-by: Michael S. Tsirkin <>
Acked-by: Isaku Yamahata <>

798512e5 12/04/2012 02:52 pm Gerd Hoffmann

acpi: switch smbus to memory api

Signed-off-by: Gerd Hoffmann <>

3f5bc9e8 12/04/2012 02:52 pm Gerd Hoffmann

q35: update lpc pci config space according to configured devices

Signed-off-by: Gerd Hoffmann <>

678e7b94 11/26/2012 05:35 pm Jason Baron

ich9: Add smbus

Add support for the ich9 smbus chip.

Signed-off-by: Isaku Yamahata <>
Signed-off-by: Jason Baron <>
Signed-off-by: Anthony Liguori <>