mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00: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:
committed by
Anthony Liguori
parent
64979a4d61
commit
bd3c9aa531
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user