mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
trace: Trace port IO
Signed-off-by: Prerna Saxena <prerna@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
64979a4d61
commit
bd3c9aa531
2 changed files with 11 additions and 0 deletions
|
|
@ -59,3 +59,7 @@ disable virtio_blk_handle_write(void *req, unsigned long sector, unsigned long n
|
|||
|
||||
# posix-aio-compat.c
|
||||
disable paio_submit(void *acb, void *opaque, unsigned long sector_num, unsigned long nb_sectors, unsigned long type) "acb %p opaque %p sector_num %lu nb_sectors %lu type %lu"
|
||||
|
||||
# ioport.c
|
||||
disable cpu_in(unsigned int addr, unsigned int val) "addr %#x value %u"
|
||||
disable cpu_out(unsigned int addr, unsigned int val) "addr %#x value %u"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue