hw/timer/mc146818rtc: Only include qapi-commands-misc on I386
Commit a6c7040fb0
restricted the rtc-reset-reinjection command
to the I386 target.
Restrict the "qapi/qapi-commands-misc-target.h" header to it too.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191017162614.21327-1-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1bd71dce4b
commit
3c13c4be22
|
@ -37,12 +37,12 @@
|
|||
#include "hw/timer/mc146818rtc.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qapi-commands-misc-target.h"
|
||||
#include "qapi/qapi-events-misc-target.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
#ifdef TARGET_I386
|
||||
#include "qapi/qapi-commands-misc-target.h"
|
||||
#include "hw/i386/apic.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue