Statistics
| Branch: | Revision:

root / target-microblaze / machine.c @ a88790a1

History | View | Annotate | Download (163 Bytes)

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
}