From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfTgg-0006rf-Gh for qemu-devel@nongnu.org; Fri, 25 Sep 2015 10:09:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfTgc-0007AW-He for qemu-devel@nongnu.org; Fri, 25 Sep 2015 10:09:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfTgc-0007AC-Co for qemu-devel@nongnu.org; Fri, 25 Sep 2015 10:09:18 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id D438FC0B2E10 for ; Fri, 25 Sep 2015 14:09:17 +0000 (UTC) From: Laurent Vivier Date: Fri, 25 Sep 2015 16:09:01 +0200 Message-Id: <1443190150-17312-1-git-send-email-lvivier@redhat.com> Subject: [Qemu-devel] [PULL 0/9] muldiv64 queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com Cc: Laurent Vivier , qemu-devel@nongnu.org The following changes since commit 8a47d575dfac0f6675e2ac56c5921cc520d021a6: Merge remote-tracking branch 'remotes/weil/tags/pull-wxx-20150924' into staging (2015-09-24 22:09:41 +0100) are available in the git repository at: git@github.com:vivier/qemu.git tags/pull-muldiv64-20150925 for you to fetch changes up to ab60b7485cece312ad9c21327ee678f0f9898fb5: net: remove muldiv64() (2015-09-25 14:56:38 +0200) ---------------------------------------------------------------- Remove muldiv64() by using period instead of frequency ---------------------------------------------------------------- Laurent Vivier (9): i6300esb: remove muldiv64() rtl8139: remove muldiv64() pcnet: remove muldiv64() mips: remove muldiv64() openrisc: remove muldiv64() arm: clarify the use of muldiv64() hpet: remove muldiv64() bt: remove muldiv64() net: remove muldiv64() hw/bt/hci.c | 4 ++-- hw/mips/cputimer.c | 19 ++++++++----------- hw/net/pcnet.c | 3 +-- hw/net/rtl8139.c | 14 ++++++-------- hw/openrisc/cputimer.c | 7 +++---- hw/timer/hpet.c | 6 +++--- hw/watchdog/wdt_i6300esb.c | 11 +++-------- include/hw/timer/hpet.h | 4 ++-- net/dump.c | 2 +- target-arm/helper.c | 14 ++++++++------ tests/rtl8139-test.c | 2 +- 11 files changed, 38 insertions(+), 48 deletions(-)