mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
vga: remove unused vga_common_save/load
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a4f9631cee
commit
c32646631a
2 changed files with 0 additions and 12 deletions
10
hw/vga.c
10
hw/vga.c
|
@ -2182,16 +2182,6 @@ const VMStateDescription vmstate_vga_common = {
|
|||
}
|
||||
};
|
||||
|
||||
void vga_common_save(QEMUFile *f, void *opaque)
|
||||
{
|
||||
vmstate_save_state(f, &vmstate_vga_common, opaque);
|
||||
}
|
||||
|
||||
int vga_common_load(QEMUFile *f, void *opaque, int version_id)
|
||||
{
|
||||
return vmstate_load_state(f, &vmstate_vga_common, opaque, vmstate_vga_common.version_id);
|
||||
}
|
||||
|
||||
void vga_common_init(VGACommonState *s, int vga_ram_size)
|
||||
{
|
||||
int i, j, v, b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue