Re: [Qemu-devel] [PATCH 0/5] qemu-timer: Clean code

2012-04-28 Thread Blue Swirl
On Mon, Apr 23, 2012 at 20:39, Stefan Weil wrote: > Am 23.04.2012 22:13, schrieb Anthony Liguori: >> >> On 04/20/2012 05:03 AM, Stefan Weil wrote: >>> >>> These patches remove timer code which is no longer needed >>> and try to improve the remaining code. >>> >>> [PATCH 1/5] qemu-timer: Remove red

Re: [Qemu-devel] [PATCH 0/5] qemu-timer: Clean code

2012-04-23 Thread Stefan Weil
Am 23.04.2012 22:13, schrieb Anthony Liguori: On 04/20/2012 05:03 AM, Stefan Weil wrote: These patches remove timer code which is no longer needed and try to improve the remaining code. [PATCH 1/5] qemu-timer: Remove redundant include statements [PATCH 2/5] qemu-timer: Remove unused function qe

Re: [Qemu-devel] [PATCH 0/5] qemu-timer: Clean code

2012-04-23 Thread Anthony Liguori
On 04/20/2012 05:03 AM, Stefan Weil wrote: These patches remove timer code which is no longer needed and try to improve the remaining code. [PATCH 1/5] qemu-timer: Remove redundant include statements [PATCH 2/5] qemu-timer: Remove unused function qemu_alarm_pending [PATCH 3/5] qemu-timer: Use bo

Re: [Qemu-devel] [PATCH 0/5] qemu-timer: Clean code

2012-04-20 Thread Paolo Bonzini
Il 20/04/2012 12:03, Stefan Weil ha scritto: > These patches remove timer code which is no longer needed > and try to improve the remaining code. > > [PATCH 1/5] qemu-timer: Remove redundant include statements > [PATCH 2/5] qemu-timer: Remove unused function qemu_alarm_pending > [PATCH 3/5] qemu-t

[Qemu-devel] [PATCH 0/5] qemu-timer: Clean code

2012-04-20 Thread Stefan Weil
These patches remove timer code which is no longer needed and try to improve the remaining code. [PATCH 1/5] qemu-timer: Remove redundant include statements [PATCH 2/5] qemu-timer: Remove unused function qemu_alarm_pending [PATCH 3/5] qemu-timer: Use bool, false, true for boolean values [PATCH 4/5