diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-03 20:21:00 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-03-01 13:18:23 +0100 |
| commit | 159b6e9f144c7afdf3ad95c29d1fede9626fa8b1 (patch) | |
| tree | 4ad8c6bed22882acc92dee8fc6bdf0ea15089ae2 /vl.c | |
| parent | 288f1e3f87ec24abeac38399f175fe74243f7bc5 (diff) | |
| download | focaccia-qemu-159b6e9f144c7afdf3ad95c29d1fede9626fa8b1.tar.gz focaccia-qemu-159b6e9f144c7afdf3ad95c29d1fede9626fa8b1.zip | |
hw: move char backends to backends/
Braille and msmouse support is in hw/, but it is not hardware. Move it to the backends/ directory. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'vl.c')
| -rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.c b/vl.c index c03edf1bfb..e0a8eeb24b 100644 --- a/vl.c +++ b/vl.c @@ -119,7 +119,7 @@ int main(int argc, char **argv) #include "hw/pcmcia.h" #include "hw/pc.h" #include "hw/isa.h" -#include "hw/baum.h" +#include "char/baum.h" #include "hw/bt.h" #include "hw/watchdog.h" #include "hw/smbios.h" |