mbox

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

Message ID 20180817183026.32662-1-ehabkost@redhat.com
State New
Headers show

Pull-request

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

Message

Eduardo Habkost Aug. 17, 2018, 6:30 p.m. UTC
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(-)

Comments

Peter Maydell Aug. 20, 2018, 12:21 p.m. UTC | #1
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