Revision cae4956e monitor.c

b/monitor.c
23 23
 */
24 24
#include <dirent.h>
25 25
#include "hw/hw.h"
26
#include "hw/qdev.h"
26 27
#include "hw/usb.h"
27 28
#include "hw/pcmcia.h"
28 29
#include "hw/pc.h"
......
1854 1855
    { "migrate", "", do_info_migrate, "", "show migration status" },
1855 1856
    { "balloon", "", do_info_balloon,
1856 1857
      "", "show balloon information" },
1858
    { "qtree", "", do_info_qtree,
1859
      "", "show device tree" },
1857 1860
    { NULL, NULL, },
1858 1861
};
1859 1862

  

Also available in: Unified diff