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: g...@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(-)