diff options
author | Michael S. Tsirkin | 2013-07-24 17:56:12 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2013-10-14 16:48:52 +0200 |
commit | 309cd62d6b2628b4f0e2850b42011077f40956c7 (patch) | |
tree | ca5152b2f6df7b7a519218f4a324751f1c51e08c /include/hw/i386 | |
parent | ich9: APIs for pc guest info (diff) | |
download | qemu-309cd62d6b2628b4f0e2850b42011077f40956c7.tar.gz qemu-309cd62d6b2628b4f0e2850b42011077f40956c7.tar.xz qemu-309cd62d6b2628b4f0e2850b42011077f40956c7.zip |
pvpanic: add API to access io port
Add API to find pvpanic device and get its io port.
Will be used to fill in guest info structure.
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Tested-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/i386')
-rw-r--r-- | include/hw/i386/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 95857bee81..e3ee0a81f1 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -235,6 +235,7 @@ void pc_system_firmware_init(MemoryRegion *rom_memory, /* pvpanic.c */ void pvpanic_init(ISABus *bus); +uint16_t pvpanic_port(void); /* e820 types */ #define E820_RAM 1 |