]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commit
passthrough: fix header type register emulation
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 8 Apr 2010 15:56:24 +0000 (16:56 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 8 Apr 2010 15:56:24 +0000 (16:56 +0100)
commit7b4b8f46343223f67d952f6284d65de4d79e40f0
treee7b9482d014646587cf5e7837338e2ca0ba863b8
parentf1d909f0f854194f5a40d850886d1413fb8b63c2
passthrough: fix header type register emulation

This patch fixes the emulation of latency timer and header type.
The change set of cc1a204423475ff7a918b11d78b9ae637f320e23
deleted the header type register emulation.
On the other hand, the change set of ec5e52d5cb2e6f8851c345b7c3095fe2030fff9c
tries to update header type emulation, however it wrongly
touches latency timer emulation part.
I think this was caused by mis-merging. This patch sorts it out.

Cc: Dexuan Cui <dexuan.cui@intel.com>
Cc: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Acked-by: Simon Horman <horms@verge.net.au>
hw/pass-through.c