From: Aurelien Jarno <aurelien@aurel32.net>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: Anthony Liguori <aliguori@us.ibm.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 00/12] Trivial patches for 24 September to 5 October 2012
Date: Sat, 6 Oct 2012 20:35:34 +0200 [thread overview]
Message-ID: <20121006183534.GA31428@ohm.aurel32.net> (raw)
In-Reply-To: <1349445632-23674-1-git-send-email-stefanha@gmail.com>
On Fri, Oct 05, 2012 at 04:00:20PM +0200, Stefan Hajnoczi wrote:
> The following changes since commit a14c74928ba1fdaada515717f4d3c3fa3275d6f7:
>
> Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging (2012-10-04 19:56:26 -0500)
>
> are available in the git repository at:
>
>
> git://github.com/stefanha/qemu.git trivial-patches
>
> for you to fetch changes up to 02cd521f6e207bd8843a7c1309f6d065cf01c6ee:
>
> versatilepb: Use symbolic indices for ARM PIC (2012-10-05 15:50:09 +0200)
>
> ----------------------------------------------------------------
> Amos Kong (1):
> cleanup useless return sentence
>
> Eduardo Habkost (1):
> qdev: kill bogus comment
>
> Peter Maydell (1):
> tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code
>
> Stefan Weil (9):
> hw: Fix return value check for bdrv_read, bdrv_write
> configure: Support empty target list (--target-list=)
> cpu: Add missing 'static' attribute to qemu_global_mutex
> slirp: Fix spelling in comment (enought -> enough, insure -> ensure)
> vnc: Fix spelling (hellmen -> hellman) in comment
> qemu-sockets: Fix compiler warning (regression for MinGW)
> hw: Add missing 'static' attribute for QEMUMachine
> qemu-barrier: Fix compiler version check for future gcc versions
> versatilepb: Use symbolic indices for ARM PIC
>
> block/qed-table.c | 1 -
> blockdev.c | 1 -
> configure | 5 +++--
> cpus.c | 2 +-
> hw/9pfs/virtio-9p.c | 5 -----
> hw/blizzard.c | 2 --
> hw/bt-hci.c | 1 -
> hw/device-hotplug.c | 1 -
> hw/exynos4210_combiner.c | 4 ----
> hw/exynos4210_gic.c | 4 ----
> hw/exynos4210_mct.c | 2 --
> hw/fdc.c | 2 --
> hw/framebuffer.c | 1 -
> hw/ide/macio.c | 1 -
> hw/ivshmem.c | 4 ----
> hw/leon3.c | 2 +-
> hw/megasas.c | 1 -
> hw/mips_fulong2e.c | 2 +-
> hw/msix.c | 1 -
> hw/nand.c | 34 ++++++++++++++++++++++------------
> hw/onenand.c | 2 +-
> hw/pflash_cfi01.c | 1 -
> hw/pflash_cfi02.c | 1 -
> hw/pxa2xx_keypad.c | 1 -
> hw/qdev.c | 1 -
> hw/sb16.c | 1 -
> hw/scsi-disk.c | 2 --
> hw/sd.c | 16 +++++++++-------
> hw/tcx.c | 1 -
> hw/usb/dev-uas.c | 2 --
> hw/usb/hcd-ohci.c | 2 --
> hw/usb/hcd-xhci.c | 1 -
> hw/versatilepb.c | 3 ++-
> hw/xen_domainbuild.c | 1 -
> libcacard/vcard.c | 1 -
> libcacard/vcard_emul_nss.c | 3 ---
> libcacard/vreader.c | 1 -
> linux-user/signal.c | 2 --
> os-posix.c | 1 -
> qemu-barrier.h | 2 +-
> qemu-common.h | 10 +++++++++-
> qemu-sockets.c | 3 +--
> qga/commands-posix.c | 2 --
> qga/commands-win32.c | 2 --
> savevm.c | 1 -
> slirp/ip_icmp.h | 4 ++--
> slirp/ip_input.c | 1 -
> slirp/tcp_input.c | 2 --
> slirp/udp.c | 1 -
> target-unicore32/translate.c | 2 --
> tcg/arm/tcg-target.c | 15 +++------------
> ui/vnc-auth-sasl.c | 1 -
> ui/vnc-tls.c | 2 +-
> vl.c | 1 -
> xen-all.c | 1 -
> 55 files changed, 57 insertions(+), 112 deletions(-)
>
Thanks, pulled.
--
Aurelien Jarno GPG: 1024D/F1BCDB73
aurelien@aurel32.net http://www.aurel32.net
prev parent reply other threads:[~2012-10-06 18:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-05 14:00 [Qemu-devel] [PULL 00/12] Trivial patches for 24 September to 5 October 2012 Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 01/12] hw: Fix return value check for bdrv_read, bdrv_write Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 02/12] configure: Support empty target list (--target-list=) Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 03/12] cpu: Add missing 'static' attribute to qemu_global_mutex Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 04/12] tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 05/12] slirp: Fix spelling in comment (enought -> enough, insure -> ensure) Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 06/12] vnc: Fix spelling (hellmen -> hellman) in comment Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 07/12] qemu-sockets: Fix compiler warning (regression for MinGW) Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 08/12] cleanup useless return sentence Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 09/12] hw: Add missing 'static' attribute for QEMUMachine Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 10/12] qemu-barrier: Fix compiler version check for future gcc versions Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 11/12] qdev: kill bogus comment Stefan Hajnoczi
2012-10-05 14:00 ` [Qemu-devel] [PATCH 12/12] versatilepb: Use symbolic indices for ARM PIC Stefan Hajnoczi
2012-10-06 18:35 ` Aurelien Jarno [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=20121006183534.GA31428@ohm.aurel32.net \
--to=aurelien@aurel32.net \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).