]> git.proxmox.com Git - mirror_qemu.git/commit
Move x86 specific PC declarations to a separate file
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Mar 2010 19:46:26 +0000 (19:46 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Mar 2010 19:46:26 +0000 (19:46 +0000)
commitaa28b9bf9ba0904766b15e7ab8d62a76cb3225da
tree3afc291dfc479de4ca7613c1316bda8aa2389909
parentaaf12c25312c49620777a232e8f770357450a603
Move x86 specific PC declarations to a separate file

x86 definitions (especially CPUState uses) prevent many files from
being compiled within libhw.

Move x86 specific declarations (APIC stuff) to a separate file.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/apic.c
hw/apic.h [new file with mode: 0644]
hw/ioapic.c
hw/mc146818rtc.c
hw/pc.c
hw/pc.h