qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] assorted device path formatting cleanups


From: Laszlo Ersek
Subject: [Qemu-devel] [PATCH v2 0/2] assorted device path formatting cleanups
Date: Wed, 25 Jul 2012 02:19:53 +0200

As long as "two" qualifies as "assorted".

v1->v2:
- abandon original "idea", allocate sufficient memory for OFW device path
  formatting [Markus]
- all bus formatters should rely on glib for dynamic allocation [Peter]

Tested with an OVMF debug patch that grabs and logs the "bootorder" fw_cfg
file:

  /address@hidden/address@hidden,1/address@hidden/address@hidden
  /address@hidden/address@hidden,1/address@hidden/address@hidden
  /address@hidden/address@hidden/address@hidden/address@hidden
  /address@hidden/address@hidden/address@hidden

Laszlo Ersek (2):
  accomodate OpenFirmware device paths in sufficient storage
  get_fw_dev_path() impls should allocate memory with glib functions

 hw/ide/qdev.c |    2 +-
 hw/isa-bus.c  |    2 +-
 hw/pci.c      |    2 +-
 hw/qdev.c     |   54 +++++++++++++++++++++++++++++++++++++++++++-----------
 hw/scsi-bus.c |    2 +-
 hw/sysbus.c   |    2 +-
 6 files changed, 48 insertions(+), 16 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]