Re: [Qemu-devel] [PATCH v8 0/2] bugs fix for hpet

2013-10-22 Thread liu ping fan
ping? Any further comment? Thanks On Fri, Oct 18, 2013 at 12:00 PM, Liu Ping Fan wrote: > v8: > make piix/q35 compat diverge > simplify the code, use hpet_irqs to pass "intcap" value > > v7: > use macro to define "intcap" in pc.h > (as to 3/4 and 4/4, I am not sure about whether to merge

[Qemu-devel] [PATCH v8 0/2] bugs fix for hpet

2013-10-17 Thread Liu Ping Fan
v8: make piix/q35 compat diverge simplify the code, use hpet_irqs to pass "intcap" value v7: use macro to define "intcap" in pc.h (as to 3/4 and 4/4, I am not sure about whether to merge them or not, so keep them separate") v6: move the setting of intcap to board, and keep the init va