]> Git Repo - qemu.git/commit
i386 hw/: Don't use CPUState
authorAndreas Färber <[email protected]>
Wed, 14 Mar 2012 00:38:23 +0000 (01:38 +0100)
committerAndreas Färber <[email protected]>
Wed, 14 Mar 2012 21:20:26 +0000 (22:20 +0100)
commit4a8fa5dca1780d7064abd9af578cba40cc0e666d
tree339584f6c17840091fe96f03def7f667860fb54d
parentfc9bb1769706d4b3ac48e52d4639505bc1ce7392
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 <[email protected]>
Acked-by: Anthony Liguori <[email protected]>
hw/apic.h
hw/kvm/apic.c
hw/kvmvapic.c
hw/pc.c
hw/vmport.c
hw/xen_machine_pv.c
This page took 0.029742 seconds and 4 git commands to generate.