commit | 756975bbfd185169aac19f227d65a8d738a5f5f8 | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng@linux.intel.com> | Mon Jul 06 11:05:39 2009 +0800 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:33:08 2009 +0300 |
tree | c26de774f20b4fad0db83f2227c215774cf3b915 | |
parent | 70f93dae32aca8b3b7da66891aecd3ee0ee48060 [diff] |
KVM: Fix apic_mmio_write return for unaligned write Some in-famous OS do unaligned writing for APIC MMIO, and the return value has been missed in recent change, then the OS hangs. Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>