From 2e9ce532004f7a6de4f26f18bfeccff09a52c2c3 Mon Sep 17 00:00:00 2001 From: Tong Ho Date: Fri, 1 Apr 2022 12:06:31 -0700 Subject: [PATCH 1/2] xlnx-bbram: hw/nvram: Fix uninitialized Error * This adds required initialization of Error * variable. Signed-off-by: Tong Ho Reviewed-by: Francisco Iglesias Signed-off-by: Peter Maydell --- hw/nvram/xlnx-bbram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/nvram/xlnx-bbram.c b/hw/nvram/xlnx-bbram.c index b70828e5bf..6ed32adad9 100644 --- a/hw/nvram/xlnx-bbram.c +++ b/hw/nvram/xlnx-bbram.c @@ -89,7 +89,7 @@ static bool bbram_pgm_enabled(XlnxBBRam *s) static void bbram_bdrv_error(XlnxBBRam *s, int rc, gchar *detail) { - Error *errp; + Error *errp = NULL; error_setg_errno(&errp, -rc, "%s: BBRAM backstore %s failed.", blk_name(s->blk), detail); From 80b952bb694a90f7e530d407b01066894e64a443 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sat, 2 Apr 2022 22:45:23 +0200 Subject: [PATCH 2/2] docs/system/devices/can.rst: correct links to CTU CAN FD IP core documentation. Signed-off-by: Pavel Pisa Reviewed-by: Francisco Iglesias Message-id: 20220402204523.32643-1-pisa@cmp.felk.cvut.cz Signed-off-by: Peter Maydell --- docs/system/devices/can.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/system/devices/can.rst b/docs/system/devices/can.rst index 16d72c3ac3..fe37af8223 100644 --- a/docs/system/devices/can.rst +++ b/docs/system/devices/can.rst @@ -182,7 +182,7 @@ Links to other resources (5) `GNU/Linux, CAN and CANopen in Real-time Control Applications Slides from LinuxDays 2017 (include updated RTLWS 2015 content) `_ (6) `Linux SocketCAN utilities `_ (7) `CTU CAN FD project including core VHDL design, Linux driver, test utilities etc. `_ - (8) `CTU CAN FD Core Datasheet Documentation `_ - (9) `CTU CAN FD Core System Architecture Documentation `_ - (10) `CTU CAN FD Driver Documentation `_ + (8) `CTU CAN FD Core Datasheet Documentation `_ + (9) `CTU CAN FD Core System Architecture Documentation `_ + (10) `CTU CAN FD Driver Documentation `_ (11) `Integration with PCIe interfacing for Intel/Altera Cyclone IV based board `_