Revision 1724f049
ID | 1724f04985367b15751f11f4a9558f8736b2ab59 |
qemu_ram_alloc: Add DeviceState and name parameters
These will be used to generate unique id strings for ramblocks. The name
field is required, the device pointer is optional as most callers don't
have a device. When there's no device or the device isn't a child of
a bus implementing BusInfo.get_dev_path, the name should be unique for
the platform.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Files
- added
- modified
- copied
- renamed
- deleted
- cpu-common.h (diff)
- exec.c (diff)
- hw
- an5206.c (diff)
- armv7m.c (diff)
- axis_dev88.c (diff)
- dummy_m68k.c (diff)
- etraxfs.c (diff)
- g364fb.c (diff)
- gumstix.c (diff)
- ide
- integratorcp.c (diff)
- mainstone.c (diff)
- mcf5208.c (diff)
- mips_fulong2e.c (diff)
- mips_jazz.c (diff)
- mips_malta.c (diff)
- mips_mipssim.c (diff)
- mips_r4k.c (diff)
- musicpal.c (diff)
- omap1.c (diff)
- omap2.c (diff)
- omap_sx1.c (diff)
- onenand.c (diff)
- palm.c (diff)
- pc.c (diff)
- pci.c (diff)
- petalogix_s3adsp1800_mmu.c (diff)
- ppc405_boards.c (diff)
- ppc405_uc.c (diff)
- ppc4xx_devs.c (diff)
- ppc_newworld.c (diff)
- ppc_oldworld.c (diff)
- ppc_prep.c (diff)
- ppce500_mpc8544ds.c (diff)
- pxa2xx.c (diff)
- r2d.c (diff)
- realview.c (diff)
- s390-virtio.c (diff)
- sm501.c (diff)
- spitz.c (diff)
- sun4m.c (diff)
- sun4u.c (diff)
- syborg.c (diff)
- tc6393xb.c (diff)
- tcx.c (diff)
- tosa.c (diff)
- versatilepb.c (diff)
- vga.c (diff)
- vmware_vga.c (diff)