~ahs3/+junk/cq-qemu

« back to all changes in this revision

Viewing changes to target-microblaze/machine.c

  • Committer: Al Stone
  • Date: 2012-02-09 01:17:20 UTC
  • Revision ID: albert.stone@canonical.com-20120209011720-tztl7ik3qayz80p4
first commit to bzr for qemu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}