From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9SIM-0003fQ-2s for qemu-devel@nongnu.org; Sun, 05 Jun 2016 03:16:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9SIG-00061B-3S for qemu-devel@nongnu.org; Sun, 05 Jun 2016 03:16:24 -0400 References: <1464712565-14857-1-git-send-email-lvivier@redhat.com> From: Michael Tokarev Message-ID: <5753D1BF.3000905@msgid.tls.msk.ru> Date: Sun, 5 Jun 2016 10:16:15 +0300 MIME-Version: 1.0 In-Reply-To: <1464712565-14857-1-git-send-email-lvivier@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/16] use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d)) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-trivial@nongnu.org, qemu-devel@nongnu.org 31.05.2016 19:35, Laurent Vivier wrote: > This patch series is the result of coccinelle > script scripts/coccinelle/round.coccii, added by the first patch. > > Laurent Vivier (16): > coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d)) > parallels: Use DIV_ROUND_UP > qcow/qcow2: Use DIV_ROUND_UP > qed: Use DIV_ROUND_UP > block: Use DIV_ROUND_UP > crypto: Use DIV_ROUND_UP > xen: Use DIV_ROUND_UP > audio: Use DIV_ROUND_UP > SPICE: Use DIV_ROUND_UP > rocker: Use DIV_ROUND_UP > usb: Use DIV_ROUND_UP > slirp: Use DIV_ROUND_UP > linux-user: Use DIV_ROUND_UP > pc-bios/s390-ccw: Use DIV_ROUND_UP > qemu-timer: Use DIV_ROUND_UP > hbitmap: Use DIV_ROUND_UP Applied all to -trivial, thank you! /mjt