]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commit
fix a bug in serial_load
authorKeir Fraser <kfraser@endor.localdomain>
Wed, 6 Aug 2008 08:45:02 +0000 (09:45 +0100)
committerKeir Fraser <kfraser@endor.localdomain>
Wed, 6 Aug 2008 08:45:02 +0000 (09:45 +0100)
commit3e4a3d2b5bcbfb2dd03d6ef28295895cc8d2e9e0
treea5699e401d4ed3e58d0169ddc15bbce72e2f2035
parent881cff0ae7424098dd4761b41398a1be4c7a3ce6
fix a bug in serial_load

Currently we are trying to read the same value twice in the serial_load
function, this patch fixes that.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/serial.c