[Qemu-devel] [PULL 0/3] Machine queue, 2018-08-17

Eduardo Habkost posted 3 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180817183026.32662-1-ehabkost@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
include/hw/boards.h     |  1 +
include/sysemu/sysemu.h |  2 +-
bootdevice.c            |  5 ++++-
hw/core/machine.c       |  3 ++-
hw/core/sysbus.c        | 15 +++++++--------
hw/nvram/fw_cfg.c       |  2 +-
hw/ppc/spapr.c          |  3 ++-
7 files changed, 18 insertions(+), 13 deletions(-)
[Qemu-devel] [PULL 0/3] Machine queue, 2018-08-17
Posted by Eduardo Habkost 7 years, 2 months ago
The following changes since commit bb16c0412a572c2c9cd44496deb3ad430bc49c1a:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180816' into staging (2018-08-16 14:35:50 +0100)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/machine-next-pull-request

for you to fetch changes up to 907aac2f6af6ef775367c368b87cc1720e39d407:

  fw_cfg: ignore suffixes in the bootdevice list dependent on machine class (2018-08-16 22:27:43 -0300)

----------------------------------------------------------------
Machine queue, 2018-08-17

* Allow machine classes to specify if boot device suffixes should
  be ignored by get_boot_devices_list()
* Tiny coding style fixup

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

Queue for Machine Core patches


Dou Liyang (1):
  machine: Fix coding style at machine_run_board_init()

Mark Cave-Ayland (2):
  sysbus: always allow explicit_ofw_unit_address() to override address
    generation
  fw_cfg: ignore suffixes in the bootdevice list dependent on machine
    class

 include/hw/boards.h     |  1 +
 include/sysemu/sysemu.h |  2 +-
 bootdevice.c            |  5 ++++-
 hw/core/machine.c       |  3 ++-
 hw/core/sysbus.c        | 15 +++++++--------
 hw/nvram/fw_cfg.c       |  2 +-
 hw/ppc/spapr.c          |  3 ++-
 7 files changed, 18 insertions(+), 13 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/3] Machine queue, 2018-08-17
Posted by Peter Maydell 7 years, 2 months ago
On 17 August 2018 at 19:30, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit bb16c0412a572c2c9cd44496deb3ad430bc49c1a:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180816' into staging (2018-08-16 14:35:50 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
>
> for you to fetch changes up to 907aac2f6af6ef775367c368b87cc1720e39d407:
>
>   fw_cfg: ignore suffixes in the bootdevice list dependent on machine class (2018-08-16 22:27:43 -0300)
>
> ----------------------------------------------------------------
> Machine queue, 2018-08-17
>
> * Allow machine classes to specify if boot device suffixes should
>   be ignored by get_boot_devices_list()
> * Tiny coding style fixup
>
> ----------------------------------------------------------------
>
> Queue for Machine Core patches
>
>
> Dou Liyang (1):
>   machine: Fix coding style at machine_run_board_init()
>
> Mark Cave-Ayland (2):
>   sysbus: always allow explicit_ofw_unit_address() to override address
>     generation
>   fw_cfg: ignore suffixes in the bootdevice list dependent on machine
>     class

Applied, thanks.

-- PMM