From 86f4a9a5c7f1d98b73520ff9f396206ebc5ddb71 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 5 Feb 2011 14:34:48 +0000 Subject: isa: add creation function that may fail Signed-off-by: Blue Swirl --- hw/isa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/isa.h') diff --git a/hw/isa.h b/hw/isa.h index 19aa94c9fd..e26abfa063 100644 --- a/hw/isa.h +++ b/hw/isa.h @@ -32,6 +32,7 @@ void isa_init_ioport(ISADevice *dev, uint16_t ioport); void isa_init_ioport_range(ISADevice *dev, uint16_t start, uint16_t length); void isa_qdev_register(ISADeviceInfo *info); ISADevice *isa_create(const char *name); +ISADevice *isa_try_create(const char *name); ISADevice *isa_create_simple(const char *name); extern target_phys_addr_t isa_mem_base; -- cgit v1.2.3