Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / target-microblaze / machine.c
1 #include "hw/hw.h"
2 #include "hw/boards.h"
3
4 void cpu_save(QEMUFile *f, void *opaque)
5 {
6 }
7
8 int cpu_load(QEMUFile *f, void *opaque, int version_id)
9 {
10     return 0;
11 }