Revision 28ab0e2e hw/pc.c

b/hw/pc.c
57 57
    pic_set_irq(13, 0);
58 58
}
59 59

  
60
/* TSC handling */
61

  
62
uint64_t cpu_get_tsc(CPUX86State *env)
63
{
64
    return qemu_get_clock(vm_clock);
65
}
66

  
60 67
/* PC cmos mappings */
61 68

  
62 69
#define REG_EQUIPMENT_BYTE          0x14

Also available in: Unified diff