~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to kqemu.c

  • Committer: aurel32
  • Date: 2008-04-11 21:35:42 UTC
  • Revision ID: git-v1:ca10f86763f58b7b3667e2ca7d26db3dc810eb20
Remove osdep.c/qemu-img code duplication

(Kevin Wolf)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4191 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
#include "cpu.h"
42
42
#include "exec-all.h"
 
43
#include "qemu-common.h"
43
44
 
44
45
#ifdef USE_KQEMU
45
46