Revision 61ada15d

b/hw/vmport.c
26 26
#include "pc.h"
27 27
#include "sysemu.h"
28 28

  
29
//#define VMPORT_DEBUG
30

  
29 31
#define VMPORT_CMD_GETVERSION 0x0a
30 32
#define VMPORT_CMD_GETRAMSIZE 0x14
31 33

  
......
65 67
        return eax;
66 68
    if (!s->func[command])
67 69
    {
68
        printf("vmport: unknown command %x\n", command);
70
#ifdef VMPORT_DEBUG
71
        fprintf(stderr, "vmport: unknown command %x\n", command);
72
#endif
69 73
        return eax;
70 74
    }
71 75

  

Also available in: Unified diff