mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
i386 hw/: Don't use CPUState
Scripted conversion: for file in hw/apic.h hw/kvm/apic.c hw/kvmvapic.c hw/pc.c hw/vmport.c hw/xen_machine_pv.c; do sed -i "s/CPUState/CPUX86State/g" $file done Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
fc9bb17697
commit
4a8fa5dca1
6 changed files with 30 additions and 30 deletions
|
@ -22,7 +22,7 @@ void apic_handle_tpr_access_report(DeviceState *d, target_ulong ip,
|
|||
TPRAccess access);
|
||||
|
||||
/* pc.c */
|
||||
int cpu_is_bsp(CPUState *env);
|
||||
int cpu_is_bsp(CPUX86State *env);
|
||||
DeviceState *cpu_get_current_apic(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue