From: Anthony Liguori <anthony@codemonkey.ws>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/2] split hw/hw.h
Date: Mon, 12 Dec 2011 17:06:09 -0600 [thread overview]
Message-ID: <4EE688E1.2030803@codemonkey.ws> (raw)
In-Reply-To: <1323192845-7100-1-git-send-email-pbonzini@redhat.com>
On 12/06/2011 11:34 AM, Paolo Bonzini wrote:
> Extract qemu-file.h and vmstate.h from it. Last for this week, promised.
This conflicts badly for me. Can you rebase?
Regards,
Anthony Liguori
>
> 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/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 ++++++++++++++++++++++++++++++++++
> 27 files changed, 972 insertions(+), 893 deletions(-)
> create mode 100644 hw/ptimer.h
> create mode 100644 qemu-file.h
> create mode 100644 vmstate.h
>
prev parent reply other threads:[~2011-12-12 23:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-06 17:34 [Qemu-devel] [PATCH 0/2] split hw/hw.h Paolo Bonzini
2011-12-06 17:34 ` [Qemu-devel] [PATCH 1/2] ptimer: move declarations to ptimer.h Paolo Bonzini
2011-12-06 17:34 ` [Qemu-devel] [PATCH 2/2] vmstate: extract declarations out of hw/hw.h Paolo Bonzini
2011-12-12 23:06 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EE688E1.2030803@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.