diff options
author | Avi Kivity <avi@redhat.com> | 2011-10-03 14:42:42 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-10-17 15:59:18 +0200 |
commit | fe06bd93e307c4449dc1b87af2e5eac0ebe41c3a (patch) | |
tree | 079a9d71bf28eb1ae5e8e1980138e479affc3494 /hw/tosa.c | |
parent | 9f7adc31adc20cc19908e116af444cb3215be552 (diff) |
tc63963xb: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/tosa.c')
-rw-r--r-- | hw/tosa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ static void tosa_init(ram_addr_t ram_size, cpu_register_physical_memory(0, TOSA_ROM, qemu_ram_alloc(NULL, "tosa.rom", TOSA_ROM) | IO_MEM_ROM); - tmio = tc6393xb_init(0x10000000, + tmio = tc6393xb_init(address_space_mem, 0x10000000, qdev_get_gpio_in(cpu->gpio, TOSA_GPIO_TC6393XB_INT)); scp0 = sysbus_create_simple("scoop", 0x08800000, NULL); |