From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8BQx-0002cB-RD for qemu-devel@nongnu.org; Mon, 26 Sep 2011 09:41:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8BQp-0000gC-Lw for qemu-devel@nongnu.org; Mon, 26 Sep 2011 09:41:23 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:55711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8BQp-0000g6-DF for qemu-devel@nongnu.org; Mon, 26 Sep 2011 09:41:15 -0400 Received: by bkbzv15 with SMTP id zv15so5968451bkb.4 for ; Mon, 26 Sep 2011 06:41:14 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 26 Sep 2011 15:40:49 +0200 Message-Id: <1317044451-6429-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/2] Extract three more headers out of qemu-timer.h and hw/hw.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Third time's a charm. v1 -> v3: actually make it compile Paolo Bonzini (2): ptimer: move declarations to ptimer.h vmstate: extract declarations out of hw/hw.h hw/arm_timer.c | 1 + hw/etraxfs_timer.c | 1 + hw/grlib_apbuart.c | 1 + hw/grlib_gptimer.c | 1 + hw/hid.h | 23 ++ hw/hw.h | 882 +------------------------------------------------ hw/i2c.h | 10 + hw/lan9118.c | 1 + hw/leon3.c | 1 + hw/lm32_timer.c | 1 + hw/mcf5206.c | 1 + hw/mcf5208.c | 1 + hw/milkymist-sysctl.c | 1 + hw/musicpal.c | 1 + hw/pci.h | 18 + hw/pcie.h | 11 + hw/ptimer.c | 1 + hw/ptimer.h | 39 +++ hw/sh_timer.c | 1 + hw/slavio_timer.c | 1 + hw/syborg_timer.c | 1 + hw/usb.h | 12 + hw/xilinx_axidma.c | 1 + hw/xilinx_timer.c | 1 + net.h | 13 + qemu-file.h | 232 +++++++++++++ qemu-timer.h | 13 - vmstate.h | 613 ++++++++++++++++++++++++++++++++++ 28 files changed, 990 insertions(+), 893 deletions(-) create mode 100644 hw/ptimer.h create mode 100644 qemu-file.h create mode 100644 vmstate.h -- 1.7.6