[SerialICE] New patch to review for serialice: 035fb2c Fix serialice_io_read() so that it logs the reading of PCI and IO registers (lines with '=>') again.

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Fri Aug 24 00:02:34 CEST 2012


Idwer Vollering (vidwer at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1484

-gerrit

commit 035fb2c541e62eca0a2cbb514006bbe7d987281e
Author: Idwer Vollering <vidwer at gmail.com>
Date:   Fri Aug 24 00:00:39 2012 +0200

    Fix serialice_io_read() so that it logs the reading of PCI and IO registers (lines with '=>') again.
    
    Change-Id: I2cd57eaf2cdd5e2566ca94cf5ec725b68c3660f0
    Signed-off-by: Idwer Vollering <vidwer at gmail.com>
---
 qemu-0.15.x/serialice.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-0.15.x/serialice.c b/qemu-0.15.x/serialice.c
index 69568f0..80c7cca 100644
--- a/qemu-0.15.x/serialice.c
+++ b/qemu-0.15.x/serialice.c
@@ -184,7 +184,7 @@ uint32_t serialice_io_read(uint16_t port, unsigned int size)
 
     filtered = serialice_io_read_filter(&data, port, size);
     if (!filtered) {
-        return target->io_read(port, size);
+        data = target->io_read(port, size);
     }
 
     data = mask_data(data, size);



More information about the SerialICE mailing list