[Qemu-devel] [PULL 0/6] Trivial patches patches

Laurent Vivier posted 6 patches 5 years, 3 months ago
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190109130844.5172-1-laurent@vivier.eu
Maintainers: Richard Henderson <rth@twiddle.net>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Laszlo Ersek <lersek@redhat.com>, Michael Tokarev <mjt@tls.msk.ru>, Laurent Vivier <laurent@vivier.eu>, Gerd Hoffmann <kraxel@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Artyom Tarasenko <atar4qemu@gmail.com>, John Snow <jsnow@redhat.com>, David Gibson <david@gibson.dropbear.id.au>, Anthony Green <green@moxielogic.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/audio/marvell_88w8618.c    |  1 -
hw/core/machine.c             |  2 +-
hw/display/ramfb-standalone.c |  1 -
hw/i386/kvm/ioapic.c          |  2 +-
hw/i386/pc.c                  |  4 ++--
hw/ide/pci.c                  |  1 -
hw/ide/piix.c                 |  1 -
hw/ide/via.c                  |  1 -
hw/intc/ioapic.c              |  2 +-
hw/misc/macio/mac_dbdma.c     |  1 -
hw/moxie/moxiesim.c           |  1 -
hw/nvram/fw_cfg.c             |  1 -
hw/sparc/sun4m.c              |  1 -
hw/timer/i8254.c              |  1 -
include/hw/i386/ioapic.h      |  3 +++
include/qemu/typedefs.h       | 10 +++++-----
include/qom/cpu.h             |  1 +
17 files changed, 14 insertions(+), 20 deletions(-)
[Qemu-devel] [PULL 0/6] Trivial patches patches
Posted by Laurent Vivier 5 years, 3 months ago
The following changes since commit 147923b1a901a0370f83a0f4c58ec1baffef22f0:

  Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' into staging (2019-01-08 16:07:32 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-patches-pull-request

for you to fetch changes up to 34bec7a8d04f23d6258dcf338894956b945673a5:

  ioapic: use TYPE_FOO MACRO than constant string (2019-01-09 11:33:47 +0100)

----------------------------------------------------------------
Trivial patches for 4.0 (2019-01-09)

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

Eric Blake (1):
  typedefs: (Re-)sort entries alphabetically

Li Qiang (1):
  ioapic: use TYPE_FOO MACRO than constant string

Priit Laes (1):
  qom: Include qemu/fprintf-fn.h in cpu.h

Thomas Huth (2):
  hw/audio/marvell: Don't include unnecessary i2c.h header file
  trivial: Don't include isa.h if it is not really necessary

Wainer dos Santos Moschetta (1):
  hw/core: fix whitespace in a sentence

 hw/audio/marvell_88w8618.c    |  1 -
 hw/core/machine.c             |  2 +-
 hw/display/ramfb-standalone.c |  1 -
 hw/i386/kvm/ioapic.c          |  2 +-
 hw/i386/pc.c                  |  4 ++--
 hw/ide/pci.c                  |  1 -
 hw/ide/piix.c                 |  1 -
 hw/ide/via.c                  |  1 -
 hw/intc/ioapic.c              |  2 +-
 hw/misc/macio/mac_dbdma.c     |  1 -
 hw/moxie/moxiesim.c           |  1 -
 hw/nvram/fw_cfg.c             |  1 -
 hw/sparc/sun4m.c              |  1 -
 hw/timer/i8254.c              |  1 -
 include/hw/i386/ioapic.h      |  3 +++
 include/qemu/typedefs.h       | 10 +++++-----
 include/qom/cpu.h             |  1 +
 17 files changed, 14 insertions(+), 20 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/6] Trivial patches patches
Posted by Peter Maydell 5 years, 3 months ago
On Wed, 9 Jan 2019 at 13:23, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 147923b1a901a0370f83a0f4c58ec1baffef22f0:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' into staging (2019-01-08 16:07:32 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/trivial-patches-pull-request
>
> for you to fetch changes up to 34bec7a8d04f23d6258dcf338894956b945673a5:
>
>   ioapic: use TYPE_FOO MACRO than constant string (2019-01-09 11:33:47 +0100)
>
> ----------------------------------------------------------------
> Trivial patches for 4.0 (2019-01-09)
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM