]> git.proxmox.com Git - qemu.git/commit - hw/i386/pc_piix.c
pc_piix: Kill pc_init1() memory region args
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 21 Aug 2013 18:14:45 +0000 (15:14 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Aug 2013 20:30:22 +0000 (23:30 +0300)
commit1e0995561959645e218bb5e4afb6ad3d47b33396
tree180a36b39447d13623c56c51235a15e03844dafb
parent396f79f45ea75bd1c421522f29b4f91d490df7cc
pc_piix: Kill pc_init1() memory region args

All callers always use the same values (get_system_memory(),
get_system_io()), so the parameters are pointless.

If one day we decide to eliminate get_system_memory() and
get_system_io(), we will be able to do that more easily by adding the
values to struct QEMUMachineInitArgs.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c