]> git.proxmox.com Git - qemu.git/blobdiff - m68k-semi.c
block migration: Increase dirty chunk size to 1M
[qemu.git] / m68k-semi.c
index 76b53192405a56a72f74a47a823c97e524768071..48e3bd38be6a290c737e6c55f4376b9283b4f857 100644 (file)
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <sys/types.h>
@@ -33,7 +32,9 @@
 #include "qemu.h"
 #define SEMIHOSTING_HEAP_SIZE (128 * 1024 * 1024)
 #else
-#include "vl.h"
+#include "qemu-common.h"
+#include "sysemu.h"
+#include "gdbstub.h"
 #include "softmmu-semi.h"
 #endif