mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
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>
This commit is contained in:
parent
aaf12c2531
commit
aa28b9bf9b
6 changed files with 24 additions and 17 deletions
|
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
#include "hw.h"
|
||||
#include "pc.h"
|
||||
#include "apic.h"
|
||||
#include "pci.h"
|
||||
#include "msix.h"
|
||||
#include "qemu-timer.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue