Revision 87ecb68b monitor.c

b/monitor.c
21 21
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 22
 * THE SOFTWARE.
23 23
 */
24
#include "vl.h"
24
#include "hw/hw.h"
25
#include "hw/usb.h"
26
#include "hw/pcmcia.h"
27
#include "hw/pc.h"
28
#include "hw/pci.h"
29
#include "gdbstub.h"
30
#include "net.h"
31
#include "qemu-char.h"
32
#include "sysemu.h"
33
#include "console.h"
34
#include "block.h"
35
#include "audio/audio.h"
25 36
#include "disas.h"
26 37
#include <dirent.h>
27 38

  

Also available in: Unified diff