qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/2] hw/arm/virt: Add flash and RTC devices


From: Peter Maydell
Subject: [Qemu-devel] [PATCH v2 0/2] hw/arm/virt: Add flash and RTC devices
Date: Tue, 10 Jun 2014 18:06:37 +0100

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




reply via email to

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