83c9f4ca79
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.
Instead, files in hw/dataplane are referenced with the relative path.
We know they are not going to move to include/, and they are the only
include files that are in subdirectories _and_ move.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2013-03-01 15:01:17 +01:00
503b19fc5d
apci: assign memory regions to ich9 lpc device
...
Get rid of get_system_io() usage.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2013-01-04 08:51:56 +01:00
9c17d615a6
softmmu: move include files to include/sysemu/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2012-12-19 08:32:45 +01:00
1de7afc984
misc: move include files to include/qemu/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2012-12-19 08:32:39 +01:00
022c62cbbc
exec: move include files to include/exec/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2012-12-19 08:31:31 +01:00
a2cb15b0dd
pci: update all users to look in pci/
...
update all users so we can remove the makefile hack.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2012-12-17 13:02:26 +02:00
6f918e40e6
Fixup q35/ich9 Licenses
...
Cleanup the q35/ich9 license headers.
Signed-off-by: Jason Baron <jbaron@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
Acked-by: Isaku Yamahata <yamahata@valinux.co.jp >
2012-12-12 23:36:20 +02:00
c84649ca66
acpi: remove acpi_gpe_blk
...
With gpe being switched to memory api this is no longer needed.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2012-12-04 13:52:43 +01:00
4a522de090
acpi: cleanup ich9 memory region
...
Nothing left to do, everything handled by subregions,
we can zap the reaw/write handlers now.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2012-12-04 13:52:43 +01:00
10cc69b0de
apci: switch ich9 smi to memory api
...
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2012-12-04 13:52:43 +01:00
76a7daf974
apci: switch ich9 gpe to memory api
...
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2012-12-04 13:52:43 +01:00
b5a7c024d2
apci: switch evt to memory api
...
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2012-12-04 13:52:42 +01:00
afafe4bbe0
apci: switch cnt to memory api
...
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2012-12-04 13:52:42 +01:00
77d58b1e47
apci: switch timer to memory api
...
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2012-12-04 13:52:42 +01:00
cacaab8bdd
apci: switch ich9 to memory api
...
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2012-12-04 13:52:42 +01:00
21bcfdd9a4
q35: Suppress SMM BIOS initialization under KVM
...
Same as for i44fx: KVM does not support SMM yet. Signal it initialized
to Seabios to avoid failures.
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com >
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com >
Signed-off-by: Jason Baron <jbaron@redhat.com >
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com >
2012-11-26 09:35:37 -06:00
e516572fde
ich9: Add acpi support and definitions
...
Lay the groundwork for subsequent ich9 support.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp >
Signed-off-by: Jason Baron <jbaron@redhat.com >
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com >
2012-11-26 09:35:35 -06:00