From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>,
Paolo Bonzini <pbonzini@redhat.com>,
kvm@vger.kernel.org, libvir-list@redhat.com,
"Michael S. Tsirkin" <mst@redhat.com>,
Eric Blake <eblake@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Michael Tokarev <mjt@tls.msk.ru>,
"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
qemu-trivial@nongnu.org, Gerd Hoffmann <kraxel@redhat.com>,
Artyom Tarasenko <atar4qemu@gmail.com>,
Kamil Rytarowski <kamil@netbsd.org>,
Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Subject: [Qemu-devel] [PULL 00/14] Trivial branch patches
Date: Thu, 14 Feb 2019 11:47:03 +0100 [thread overview]
Message-ID: <20190214104717.3543-1-laurent@vivier.eu> (raw)
The following changes since commit 0b5e750bea635b167eb03d86c3d9a09bbd43bc06:
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-02-12 10:53:37 +0000)
are available in the Git repository at:
git://github.com/vivier/qemu.git tags/trivial-branch-pull-request
for you to fetch changes up to 96566d09aa105ee04cbc1c9539cf8a9a40e8e422:
configure: improve usbfs check (2019-02-14 11:46:30 +0100)
----------------------------------------------------------------
- some configure updates (HAX/NetBSD, remove "wav", -Waddress-of-packed-member)
- remove deprecated options
- some trace and error cleanup
- typo fixes
----------------------------------------------------------------
Cleber Rosa (2):
configure: remove handling of "wav" audio driver
configure: fix qemu-img name
Dr. David Alan Gilbert (4):
pckbd: Convert DPRINTF->trace
HMP: Prepend errors with 'Error:'
kvm: Add kvm_set_ioeventfd* traces
wavcapture: Convert to error_report
Eric Blake (1):
qapi: Fix qcow2 encryption doc typo
Kamil Rytarowski (1):
configure: Add HAX support in NetBSD
Peter Maydell (1):
configure: Make -Waddress-of-packed-member warnings be errors
Philippe Mathieu-Daudé (1):
hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf
Thomas Huth (3):
qemu-deprecated: Remove -virtioconsole and -no-frame for good
qemu-options: Remove deprecated option -clock
hw/sparc64: Explicitly set default_display = "std"
Thomas Petazzoni (1):
configure: improve usbfs check
accel/kvm/kvm-all.c | 3 +++
accel/kvm/trace-events | 2 ++
audio/wavcapture.c | 39 +++++++++++++++++----------------------
configure | 27 +++++++++++++++++++--------
hmp.c | 2 +-
hw/dma/i8257.c | 4 +++-
hw/input/pckbd.c | 19 ++++++-------------
hw/input/trace-events | 7 +++++++
hw/sparc64/sun4u.c | 2 ++
qapi/block-core.json | 2 +-
qemu-deprecated.texi | 17 -----------------
qemu-options.hx | 3 ---
vl.c | 6 ------
13 files changed, 61 insertions(+), 72 deletions(-)
--
2.20.1
next reply other threads:[~2019-02-14 10:48 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-14 10:47 Laurent Vivier [this message]
2019-02-14 10:47 ` [Qemu-devel] [PULL 01/14] qapi: Fix qcow2 encryption doc typo Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 02/14] qemu-deprecated: Remove -virtioconsole and -no-frame for good Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 03/14] qemu-options: Remove deprecated option -clock Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 04/14] configure: remove handling of "wav" audio driver Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 05/14] configure: fix qemu-img name Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 06/14] configure: Add HAX support in NetBSD Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 07/14] configure: Make -Waddress-of-packed-member warnings be errors Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 08/14] pckbd: Convert DPRINTF->trace Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 09/14] HMP: Prepend errors with 'Error:' Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 10/14] kvm: Add kvm_set_ioeventfd* traces Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 11/14] wavcapture: Convert to error_report Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 12/14] hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 13/14] hw/sparc64: Explicitly set default_display = "std" Laurent Vivier
2019-02-14 10:47 ` [Qemu-devel] [PULL 14/14] configure: improve usbfs check Laurent Vivier
2019-02-14 18:32 ` [Qemu-devel] [PULL 00/14] Trivial branch patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2019-08-21 11:19 Laurent Vivier
2019-08-22 9:30 ` Peter Maydell
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=20190214104717.3543-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=armbru@redhat.com \
--cc=atar4qemu@gmail.com \
--cc=dgilbert@redhat.com \
--cc=eblake@redhat.com \
--cc=kamil@netbsd.org \
--cc=kraxel@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=libvir-list@redhat.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=mjt@tls.msk.ru \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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 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).