All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/5] spapr: add bootindex support
@ 2013-12-10  7:32 Alexey Kardashevskiy
  2013-12-10  7:32 ` [Qemu-devel] [PATCH v3 1/5] boot: extend get_boot_devices_list() to ignore suffixes Alexey Kardashevskiy
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Alexey Kardashevskiy @ 2013-12-10  7:32 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alexey Kardashevskiy, Paolo Bonzini, qemu-ppc, Alexander Graf,
	Andreas Färber

This is yet another try of bootindex support on sPAPR.
This time a QOM interface thing is used. Please, comment. Thanks.


Alexey Kardashevskiy (5):
  boot: extend get_boot_devices_list() to ignore suffixes
  spapr-llan: add to boot device list
  spapr-vio: fix firmware names
  qdev: introduce get_fw_dev_path() callback
  spapr: define interface to fix device pathname

 hw/core/qdev.c          | 35 ++++++++++++++++++-
 hw/net/spapr_llan.c     |  3 ++
 hw/nvram/fw_cfg.c       |  2 +-
 hw/ppc/spapr.c          | 89 ++++++++++++++++++++++++++++++++++++++++++++++++-
 hw/ppc/spapr_vio.c      |  2 ++
 include/hw/qdev-core.h  | 15 +++++++++
 include/sysemu/sysemu.h |  2 +-
 vl.c                    |  6 ++--
 8 files changed, 147 insertions(+), 7 deletions(-)

-- 
1.8.4.rc4

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

end of thread, other threads:[~2013-12-11  3:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10  7:32 [Qemu-devel] [PATCH v3 0/5] spapr: add bootindex support Alexey Kardashevskiy
2013-12-10  7:32 ` [Qemu-devel] [PATCH v3 1/5] boot: extend get_boot_devices_list() to ignore suffixes Alexey Kardashevskiy
2013-12-10  9:21   ` Paolo Bonzini
2013-12-11  3:56     ` Alexey Kardashevskiy
2013-12-10  7:32 ` [Qemu-devel] [PATCH v3 2/5] spapr-llan: add to boot device list Alexey Kardashevskiy
2013-12-10  7:32 ` [Qemu-devel] [PATCH v3 3/5] spapr-vio: fix firmware names Alexey Kardashevskiy
2013-12-10  7:32 ` [Qemu-devel] [PATCH v3 4/5] qdev: introduce get_fw_dev_path() callback Alexey Kardashevskiy
2013-12-10  7:32 ` [Qemu-devel] [PATCH v3 5/5] spapr: define interface to fix device pathname Alexey Kardashevskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.