mbox

[PULL] qemu-timer: Add and use new function qemu_timer_expired_ns and other patches

Message ID 4DAEED07.4010100@mail.berlios.de
State Accepted
Headers show

Pull-request

git://qemu.weilnetz.de/git/qemu.git/ patches

Message

Stefan Weil April 20, 2011, 2:26 p.m. UTC
Hello,

the four qemu-timer related patches which I sent to qemu-devel can now 
be pulled.
Maybe this makes the commit to git master easier.

There was no feedback for the first three patches.

The fourth patch changes windows code only and is needed for native windows.

Cheers,
Stefan Weil


The following changes since commit ec444452b8753a372de30b22d9b4765a799db612:

   target-arm: Set Invalid flag for NaN in float-to-int conversions 
(2011-04-20 13:01:05 +0200)

are available in the git repository at:
   git://qemu.weilnetz.de/git/qemu.git/ patches

Stefan Weil (4):
       qemu-timer: Add and use new function qemu_timer_expired_ns
       qemu-timer: Remove unneeded include statement (w32)
       qemu-timer: Avoid type casts
       qemu-timer: Fix timers for w32

  qemu-timer.c |  155 
++++++++++++++++++++++++++++++++++++++++++++++++----------
  qemu-timer.h |    1 -
  2 files changed, 128 insertions(+), 28 deletions(-)

Comments

Stefan Weil April 28, 2011, 12:18 p.m. UTC | #1
Am 20.04.2011 16:26, schrieb Stefan Weil:
> Hello,
>
> the four qemu-timer related patches which I sent to qemu-devel can now 
> be pulled.
> Maybe this makes the commit to git master easier.
>
> There was no feedback for the first three patches.
>
> The fourth patch changes windows code only and is needed for native 
> windows.
>
> Cheers,
> Stefan Weil
>
>
> The following changes since commit 
> ec444452b8753a372de30b22d9b4765a799db612:
>
>   target-arm: Set Invalid flag for NaN in float-to-int conversions 
> (2011-04-20 13:01:05 +0200)
>
> are available in the git repository at:
>   git://qemu.weilnetz.de/git/qemu.git/ patches
>
> Stefan Weil (4):
>       qemu-timer: Add and use new function qemu_timer_expired_ns
>       qemu-timer: Remove unneeded include statement (w32)
>       qemu-timer: Avoid type casts
>       qemu-timer: Fix timers for w32
>
>  qemu-timer.c |  155 
> ++++++++++++++++++++++++++++++++++++++++++++++++----------
>  qemu-timer.h |    1 -
>  2 files changed, 128 insertions(+), 28 deletions(-)


Ping? Is there anything missing?
The patches were sent to qemu-devel on 2011-04-10.

The second one is trivial. The last one is essential for w32 hosts
(it only changes w32 code). The other two patches try to improve
code quality a little bit.
Blue Swirl April 29, 2011, 9:09 p.m. UTC | #2
On Thu, Apr 28, 2011 at 3:18 PM, Stefan Weil <weil@mail.berlios.de> wrote:
> Am 20.04.2011 16:26, schrieb Stefan Weil:
>>
>> Hello,
>>
>> the four qemu-timer related patches which I sent to qemu-devel can now be
>> pulled.
>> Maybe this makes the commit to git master easier.
>>
>> There was no feedback for the first three patches.
>>
>> The fourth patch changes windows code only and is needed for native
>> windows.
>>
>> Cheers,
>> Stefan Weil
>>
>>
>> The following changes since commit
>> ec444452b8753a372de30b22d9b4765a799db612:
>>
>>  target-arm: Set Invalid flag for NaN in float-to-int conversions
>> (2011-04-20 13:01:05 +0200)
>>
>> are available in the git repository at:
>>  git://qemu.weilnetz.de/git/qemu.git/ patches
>>
>> Stefan Weil (4):
>>      qemu-timer: Add and use new function qemu_timer_expired_ns
>>      qemu-timer: Remove unneeded include statement (w32)
>>      qemu-timer: Avoid type casts
>>      qemu-timer: Fix timers for w32
>>
>>  qemu-timer.c |  155
>> ++++++++++++++++++++++++++++++++++++++++++++++++----------
>>  qemu-timer.h |    1 -
>>  2 files changed, 128 insertions(+), 28 deletions(-)
>
>
> Ping? Is there anything missing?
> The patches were sent to qemu-devel on 2011-04-10.
>
> The second one is trivial. The last one is essential for w32 hosts
> (it only changes w32 code). The other two patches try to improve
> code quality a little bit.

Thanks, pulled.