mbox

[PULL,0/2] Miscellaneous patches for 2018-12-20

Message ID 20181220094514.3904-1-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-12-20

Message

Markus Armbruster Dec. 20, 2018, 9:45 a.m. UTC
The following changes since commit b72566a4ffaddbc0c0c1f6f5ee91b42ab13ff429:

  Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging (2018-12-19 15:31:02 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-12-20

for you to fetch changes up to 3a6b016d6487f3492bc1b80b2c3bc25c67aab8e2:

  build: Remake config-host.mak when VERSION changes (2018-12-20 10:31:08 +0100)

----------------------------------------------------------------
Miscellaneous patches for 2018-12-20

----------------------------------------------------------------
Markus Armbruster (2):
      Clean up includes
      build: Remake config-host.mak when VERSION changes

 Makefile                                  | 2 +-
 contrib/elf2dmp/pdb.h                     | 2 --
 contrib/elf2dmp/pe.h                      | 1 -
 contrib/elf2dmp/qemu_elf.h                | 1 -
 contrib/vhost-user-blk/vhost-user-blk.c   | 1 -
 contrib/vhost-user-scsi/vhost-user-scsi.c | 1 -
 hw/rdma/rdma_utils.c                      | 1 +
 hw/rdma/rdma_utils.h                      | 1 -
 hw/rdma/vmw/pvrdma_dev_ring.h             | 1 -
 hw/vfio/ap.c                              | 2 +-
 include/qemu/vfio-helpers.h               | 1 -
 include/sysemu/whpx.h                     | 1 -
 target/i386/sev.c                         | 3 ++-
 target/i386/whp-dispatch.h                | 1 -
 target/riscv/fpu_helper.c                 | 1 -
 tests/fp/platform.h                       | 1 -
 tests/tpm-util.h                          | 1 -
 tests/vhost-user-bridge.c                 | 2 +-
 util/qemu-thread-common.h                 | 1 -
 19 files changed, 6 insertions(+), 19 deletions(-)

Comments

Peter Maydell Dec. 20, 2018, 8:38 p.m. UTC | #1
On Thu, 20 Dec 2018 at 09:47, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit b72566a4ffaddbc0c0c1f6f5ee91b42ab13ff429:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging (2018-12-19 15:31:02 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-12-20
>
> for you to fetch changes up to 3a6b016d6487f3492bc1b80b2c3bc25c67aab8e2:
>
>   build: Remake config-host.mak when VERSION changes (2018-12-20 10:31:08 +0100)
>
> ----------------------------------------------------------------
> Miscellaneous patches for 2018-12-20
>
> ----------------------------------------------------------------
> Markus Armbruster (2):
>       Clean up includes
>       build: Remake config-host.mak when VERSION changes

Applied, thanks.
-- PMM