Revision 16b29ae1 monitor.c

b/monitor.c
252 252
        term_printf("%s\n", qemu_name);
253 253
}
254 254

  
255
static void do_info_hpet(void)
256
{
257
    term_printf("HPET is %s by QEMU\n", (no_hpet) ? "disabled" : "enabled");
258
}
259

  
255 260
static void do_info_uuid(void)
256 261
{
257 262
    term_printf(UUID_FMT "\n", qemu_uuid[0], qemu_uuid[1], qemu_uuid[2],
......
1531 1536
      "", "show virtual to physical memory mappings", },
1532 1537
    { "mem", "", mem_info,
1533 1538
      "", "show the active virtual memory mappings", },
1539
    { "hpet", "", do_info_hpet,
1540
      "", "show state of HPET", },
1534 1541
#endif
1535 1542
    { "jit", "", do_info_jit,
1536 1543
      "", "show dynamic compiler info", },

Also available in: Unified diff