From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF2F9-00082s-Oa for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:40:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF2F7-0007A6-Gm for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:40:10 -0400 Received: from ssl.serverraum.org ([2a01:4f8:130:84d6::1:2]:46983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF2F7-00077C-9O for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:40:09 -0400 From: Michael Walle Date: Mon, 20 Jun 2016 18:39:03 +0200 Message-Id: <1466440749-17195-1-git-send-email-michael@walle.cc> Subject: [Qemu-devel] [PULL 0/6] lm32/milkymist: some qomifying and a small doc fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , xiaoqiang zhao , Michael Walle Hi Peter, these are the qomifying patches which didn't go through any other maintainer queue. There is also one tiny patch which updates all documentation URLs. Thank you xiaoqiang zhao for your work! And sorry for the long delay until your patches were finally picked. Please pull, michael The following changes since commit fd2590bccc0bd63833813592a3e193686cf1c623: Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2016-06-20 15:07:56 +0100) are available in the git repository at: git://github.com/mwalle/qemu.git tags/lm32-queue/20160620 for you to fetch changes up to 6dbbe24337b7a8d4cac23d1cd4eedf6645ccf09b: milkymist: update specification URLs (2016-06-20 18:12:04 +0200) ---------------------------------------------------------------- lm32/milkymist: some qomifying ---------------------------------------------------------------- Michael Walle (1): milkymist: update specification URLs xiaoqiang zhao (5): hw/timer: QOM'ify lm32_timer hw/timer: QOM'ify milkymist_sysctl hw/display: QOM'ify milkymist-tmu2.c hw/display: QOM'ify milkymist-vgafb.c hw/intc: QOM'ify lm32_pic.c hw/audio/milkymist-ac97.c | 2 +- hw/char/milkymist-uart.c | 2 +- hw/display/milkymist-tmu2.c | 26 +++++++++++++++----------- hw/display/milkymist-vgafb.c | 18 +++++++++++------- hw/intc/lm32_pic.c | 12 +++++------- hw/misc/milkymist-hpdmc.c | 2 +- hw/misc/milkymist-pfpu.c | 2 +- hw/sd/milkymist-memcard.c | 2 +- hw/timer/lm32_timer.c | 19 ++++++++++++------- hw/timer/milkymist-sysctl.c | 23 ++++++++++++++--------- 10 files changed, 62 insertions(+), 46 deletions(-)