2 * Generic machine functions for UniCore32 ISA
4 * Copyright (C) 2010-2012 Guan Xuetao
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation, or any later version.
9 * See the COPYING file in the top-level directory.
13 void cpu_save(QEMUFile
*f
, void *opaque
)
15 hw_error("%s not supported yet.\n", __func__
);
18 int cpu_load(QEMUFile
*f
, void *opaque
, int version_id
)
20 hw_error("%s not supported yet.\n", __func__
);