These patches add a few extra devices to the 'virt' platform, mostly for the benefit of UEFI.
* flash devices, so bootroms like UEFI have somewhere to live and somewhere to store their persistent variables * a PL031 RTC, since UEFI mandates an RTC I don't actually have a working UEFI image for the 'virt' platform currently; tested with a Linux kernel guest. Changes v1->v2: * fail with a helpful error message if the user tries to specify the contents of the first flash device in two different ways at once Peter Maydell (2): hw/arm/virt: Provide flash devices for boot ROMs hw/arm/virt: Provide PL031 RTC hw/arm/virt.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 100 insertions(+), 1 deletion(-) -- 1.9.2