qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/14] Trivial branch patches
@ 2019-08-21 11:19 Laurent Vivier
  2019-08-21 11:19 ` [Qemu-devel] [PULL 01/14] test: Use g_strndup instead of plain strndup Laurent Vivier
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Laurent Vivier @ 2019-08-21 11:19 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Eduardo Habkost, Corey Minyard, Juan Quintela,
	qemu-trivial, Jason Wang, Michael S. Tsirkin, Michael Tokarev,
	Markus Armbruster, Laurent Vivier, qemu-ppc, Paolo Bonzini,
	David Gibson, Dr. David Alan Gilbert, Richard Henderson

The following changes since commit 17dc57990320edaad52ac9ea808be9719c91cea6:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-20' into staging (2019-08-20 14:14:20 +0100)

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 8a9224a250094222e9ff302b95e379c3e71d3c8a:

  hw/display: Compile various display devices as common object (2019-08-21 13:17:22 +0200)

----------------------------------------------------------------
Various trivial fixes

----------------------------------------------------------------

Carlo Marcelo Arenas Belón (2):
  configure: remove obsoleted $sparc_cpu variable
  configure: fix sdl detection using sdl2-config

Marc-André Lureau (1):
  misc: fix naming scheme of compatiblity arrays

Michal Privoznik (1):
  .gitignore: ignore some vhost-user* related files

Philippe Mathieu-Daudé (9):
  hw/net/e1000: Fix erroneous comment
  json: Move switch 'fall through' comment to correct place
  hw/dma/omap_dma: Move switch 'fall through' comment to correct place
  hw/ipmi: Rewrite a fall through comment
  target/ppc: Rewrite a fall through comment
  vl: Rewrite a fall through comment
  spapr_events: Rewrite a fall through comment
  hw/display/sm501: Remove unused include
  hw/display: Compile various display devices as common object

tony.nguyen@bt.com (1):
  test: Use g_strndup instead of plain strndup

 .gitignore                |  3 +++
 configure                 | 12 ++++--------
 docs/devel/migration.rst  |  2 +-
 hw/display/Makefile.objs  | 18 +++++++++---------
 hw/display/sm501.c        |  1 -
 hw/dma/omap_dma.c         |  2 +-
 hw/i386/pc_piix.c         |  2 +-
 hw/ipmi/ipmi_bmc_extern.c |  3 +--
 hw/net/e1000.c            |  2 +-
 hw/ppc/spapr_events.c     |  2 +-
 qobject/json-parser.c     |  2 +-
 target/ppc/mmu_helper.c   |  6 +++---
 tests/check-qjson.c       |  2 +-
 tests/migration/stress.c  |  8 ++++----
 vl.c                      |  2 +-
 15 files changed, 32 insertions(+), 35 deletions(-)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 19+ messages in thread
* [Qemu-devel] [PULL 00/14] Trivial branch patches
@ 2019-02-14 10:47 Laurent Vivier
  2019-02-14 18:32 ` Peter Maydell
  0 siblings, 1 reply; 19+ messages in thread
From: Laurent Vivier @ 2019-02-14 10:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: Laurent Vivier, Paolo Bonzini, kvm, libvir-list,
	Michael S. Tsirkin, Eric Blake, Markus Armbruster,
	Michael Tokarev, Dr. David Alan Gilbert, qemu-trivial,
	Gerd Hoffmann, Artyom Tarasenko, Kamil Rytarowski,
	Mark Cave-Ayland

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2019-08-22  9:33 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-21 11:19 [Qemu-devel] [PULL 00/14] Trivial branch patches Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 01/14] test: Use g_strndup instead of plain strndup Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 02/14] misc: fix naming scheme of compatiblity arrays Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 03/14] configure: remove obsoleted $sparc_cpu variable Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 04/14] configure: fix sdl detection using sdl2-config Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 05/14] .gitignore: ignore some vhost-user* related files Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 06/14] hw/net/e1000: Fix erroneous comment Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 07/14] json: Move switch 'fall through' comment to correct place Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 08/14] hw/dma/omap_dma: " Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 09/14] hw/ipmi: Rewrite a fall through comment Laurent Vivier
2019-08-21 11:48   ` Corey Minyard
2019-08-21 11:19 ` [Qemu-devel] [PULL 10/14] target/ppc: " Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 11/14] vl: " Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 12/14] spapr_events: " Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 13/14] hw/display/sm501: Remove unused include Laurent Vivier
2019-08-21 11:19 ` [Qemu-devel] [PULL 14/14] hw/display: Compile various display devices as common object Laurent Vivier
2019-08-22  9:30 ` [Qemu-devel] [PULL 00/14] Trivial branch patches Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2019-02-14 10:47 Laurent Vivier
2019-02-14 18:32 ` Peter Maydell

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).