[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet |
Date: |
Thu, 12 Sep 2013 08:29:46 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 |
Il 12/09/2013 05:25, Liu Ping Fan ha scritto:
> v5:
> use stand compat property to fix hpet intcap on pc-q35, while on pc-piix,
> hard code intcap as IRQ2
>
> v4:
> use stand compat property to fix hpet intcap
>
> v3:
> change hpet interrupt capablity on board's demand
>
> Liu Ping Fan (5):
> hpet: inverse polarity when pin above ISA_NUM_IRQS
> hpet: entitle more irq pins for hpet
> PC: use qdev_xx to create hpet instead of sysbus_create_xx
> PC: differentiate hpet's interrupt capability on piix and q35
> PC-1.6: add compatibility for hpet intcap on pc-q35-1.6
>
> hw/i386/pc.c | 17 ++++++++++++++---
> hw/i386/pc_piix.c | 3 ++-
> hw/i386/pc_q35.c | 2 +-
> hw/timer/hpet.c | 24 ++++++++++++++++++++----
> include/hw/i386/pc.h | 7 ++++++-
> 5 files changed, 43 insertions(+), 10 deletions(-)
>
Reviewed-by: Paolo Bonzini <address@hidden>
Nice series, patches are split well. Thank you very much!
Paolo
- [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet, Liu Ping Fan, 2013/09/11
- [Qemu-devel] [PATCH v5 1/5] hpet: inverse polarity when pin above ISA_NUM_IRQS, Liu Ping Fan, 2013/09/11
- [Qemu-devel] [PATCH v5 2/5] hpet: entitle more irq pins for hpet, Liu Ping Fan, 2013/09/11
- [Qemu-devel] [PATCH v5 3/5] PC: use qdev_xx to create hpet instead of sysbus_create_xx, Liu Ping Fan, 2013/09/11
- [Qemu-devel] [PATCH v5 4/5] PC: differentiate hpet's interrupt capability on piix and q35, Liu Ping Fan, 2013/09/11
- [Qemu-devel] [PATCH v5 5/5] PC-1.6: add compatibility for hpet intcap on pc-q35-1.6, Liu Ping Fan, 2013/09/11
- Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet,
Paolo Bonzini <=
- Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet, liu ping fan, 2013/09/25