]> Git Repo - qemu.git/blob - target-microblaze/machine.c
pci: Unregister BARs before device exit
[qemu.git] / 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 }
This page took 0.026411 seconds and 4 git commands to generate.