[Qemu-devel] [PATCH 0/3] kvm/ioapic: some tiny tweaks

Peter Xu posted 3 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1486106298-3699-1-git-send-email-peterx@redhat.com
Test checkpatch passed
Test docker passed
Test s390x failed
hw/i386/kvm/ioapic.c | 13 +++++++++----
hw/intc/ioapic.c     |  6 ++++--
2 files changed, 13 insertions(+), 6 deletions(-)
[Qemu-devel] [PATCH 0/3] kvm/ioapic: some tiny tweaks
Posted by Peter Xu 7 years, 2 months ago
This series fixes the issue pointed out by PMM in thread:

  https://lists.gnu.org/archive/html/qemu-devel/2017-01/msg06323.html

Along with other two patches to make the version more accurate. Thanks,

Peter Xu (3):
  kvm/ioapic: dump real object instead of a fake one
  ioapic: fix error report value of def version
  kvm/ioapic: correct kvm ioapic version

 hw/i386/kvm/ioapic.c | 13 +++++++++----
 hw/intc/ioapic.c     |  6 ++++--
 2 files changed, 13 insertions(+), 6 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH 0/3] kvm/ioapic: some tiny tweaks
Posted by Paolo Bonzini 7 years, 2 months ago

On 02/02/2017 23:18, Peter Xu wrote:
> This series fixes the issue pointed out by PMM in thread:
> 
>   https://lists.gnu.org/archive/html/qemu-devel/2017-01/msg06323.html
> 
> Along with other two patches to make the version more accurate. Thanks,
> 
> Peter Xu (3):
>   kvm/ioapic: dump real object instead of a fake one
>   ioapic: fix error report value of def version
>   kvm/ioapic: correct kvm ioapic version
> 
>  hw/i386/kvm/ioapic.c | 13 +++++++++----
>  hw/intc/ioapic.c     |  6 ++++--
>  2 files changed, 13 insertions(+), 6 deletions(-)
> 

Queued, thanks.

Paolo