diff options
author | Philippe Mathieu-Daudé | 2018-03-08 23:39:35 +0100 |
---|---|---|
committer | Paolo Bonzini | 2018-03-12 16:12:49 +0100 |
commit | c16a4e1bc5e76a65cfa38266a1d9e88806b4bddf (patch) | |
tree | 51302e909603d1ba3c0b11f35284971b3cf9c854 /hw/isa/trace-events | |
parent | hw/isa/superio: Add a keyboard/mouse controller (8042) (diff) | |
download | qemu-c16a4e1bc5e76a65cfa38266a1d9e88806b4bddf.tar.gz qemu-c16a4e1bc5e76a65cfa38266a1d9e88806b4bddf.tar.xz qemu-c16a4e1bc5e76a65cfa38266a1d9e88806b4bddf.zip |
hw/isa/superio: Factor out the IDE code from pc87312.c
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180308223946.26784-15-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/isa/trace-events')
-rw-r--r-- | hw/isa/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/isa/trace-events b/hw/isa/trace-events index 8d9900882f..80ac6175d6 100644 --- a/hw/isa/trace-events +++ b/hw/isa/trace-events @@ -4,8 +4,8 @@ superio_create_parallel(int id, uint16_t base, unsigned int irq) "id=%d, base 0x%03x, irq %u" superio_create_serial(int id, uint16_t base, unsigned int irq) "id=%d, base 0x%03x, irq %u" superio_create_floppy(int id, uint16_t base, unsigned int irq) "id=%d, base 0x%03x, irq %u" +superio_create_ide(int id, uint16_t base, unsigned int irq) "id=%d, base 0x%03x, irq %u" # hw/isa/pc87312.c pc87312_io_read(uint32_t addr, uint32_t val) "read addr=0x%x val=0x%x" pc87312_io_write(uint32_t addr, uint32_t val) "write addr=0x%x val=0x%x" -pc87312_info_ide(uint32_t base) "base 0x%x" |