Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet

2013-09-26 Thread Mike Day

Paolo Bonzini  writes:

> Il 25/09/2013 08:27, liu ping fan ha scritto:
>> Hi, is hpet orphan? Or who can help me to merge this patch-set if my
>> patch is fine.
>
> Anthony, Michael?

Sorry, wrong Michael - 

Mike

-- 

Mike Day | + 1 919 371-8786 | ncm...@ncultra.org
"Endurance is a Virtue"



Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet

2013-09-26 Thread Mike Day

Paolo Bonzini  writes:

> Il 25/09/2013 08:27, liu ping fan ha scritto:
>> Hi, is hpet orphan? Or who can help me to merge this patch-set if my
>> patch is fine.
>
> Anthony, Michael?

Yes, happy to help out with this. I'll start looking at it now and work
with Liu Ping, 

Mike

-- 

Mike Day | + 1 919 371-8786 | ncm...@ncultra.org
"Endurance is a Virtue"



Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet

2013-09-25 Thread Paolo Bonzini
Il 25/09/2013 08:27, liu ping fan ha scritto:
> Hi, is hpet orphan? Or who can help me to merge this patch-set if my
> patch is fine.

Anthony, Michael?

Paolo

> Thanks.
> 
> On Thu, Sep 12, 2013 at 11:25 AM, Liu Ping Fan  wrote:
>> 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(-)
>>
>> --
>> 1.8.1.4
>>




Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet

2013-09-24 Thread liu ping fan
Hi, is hpet orphan? Or who can help me to merge this patch-set if my
patch is fine.

Thanks.

On Thu, Sep 12, 2013 at 11:25 AM, Liu Ping Fan  wrote:
> 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(-)
>
> --
> 1.8.1.4
>



Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet

2013-09-12 Thread liu ping fan
On Thu, Sep 12, 2013 at 2:29 PM, Paolo Bonzini  wrote:
> 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 
>
> Nice series, patches are split well.  Thank you very much!
>
Thanks for your guide :)  and learn much through it.

Regards,
Pingfan
> Paolo



Re: [Qemu-devel] [PATCH v5 0/5] bugs fix for hpet

2013-09-11 Thread Paolo Bonzini
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 

Nice series, patches are split well.  Thank you very much!

Paolo



[Qemu-devel] [PATCH v5 0/5] bugs fix for hpet

2013-09-11 Thread Liu Ping Fan
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(-)

-- 
1.8.1.4