diff mbox series

[6/6] sm501: Remove obsolete changelog and todo comment

Message ID 0edaadbc25f1eeb6eef648816770cbcd6a4efa2e.1589981990.git.balaton@eik.bme.hu (mailing list archive)
State New, archived
Headers show
Series Misc display/sm501 clean ups and fixes | expand

Commit Message

BALATON Zoltan May 20, 2020, 1:39 p.m. UTC
Also update copyright year for latest changes

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 hw/display/sm501.c | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

Comments

Philippe Mathieu-Daudé May 21, 2020, 2:08 p.m. UTC | #1
On 5/20/20 3:39 PM, BALATON Zoltan wrote:
> Also update copyright year for latest changes
> 
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>   hw/display/sm501.c | 19 +------------------
>   1 file changed, 1 insertion(+), 18 deletions(-)
> 
> diff --git a/hw/display/sm501.c b/hw/display/sm501.c
> index 13269cc9f4..b76b691674 100644
> --- a/hw/display/sm501.c
> +++ b/hw/display/sm501.c
> @@ -2,7 +2,7 @@
>    * QEMU SM501 Device
>    *
>    * Copyright (c) 2008 Shin-ichiro KAWASAKI
> - * Copyright (c) 2016 BALATON Zoltan
> + * Copyright (c) 2016-2020 BALATON Zoltan
>    *
>    * Permission is hereby granted, free of charge, to any person obtaining a copy
>    * of this software and associated documentation files (the "Software"), to deal
> @@ -40,23 +40,6 @@
>   #include "ui/pixel_ops.h"
>   #include "qemu/bswap.h"
>   
> -/*
> - * Status: 2010/05/07
> - *   - Minimum implementation for Linux console : mmio regs and CRT layer.
> - *   - 2D graphics acceleration partially supported : only fill rectangle.
> - *
> - * Status: 2016/12/04
> - *   - Misc fixes: endianness, hardware cursor
> - *   - Panel support
> - *
> - * TODO:
> - *   - Touch panel support
> - *   - USB support
> - *   - UART support
> - *   - More 2D graphics engine support
> - *   - Performance tuning
> - */
> -
>   /*#define DEBUG_SM501*/
>   /*#define DEBUG_BITBLT*/
>   
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
diff mbox series

Patch

diff --git a/hw/display/sm501.c b/hw/display/sm501.c
index 13269cc9f4..b76b691674 100644
--- a/hw/display/sm501.c
+++ b/hw/display/sm501.c
@@ -2,7 +2,7 @@ 
  * QEMU SM501 Device
  *
  * Copyright (c) 2008 Shin-ichiro KAWASAKI
- * Copyright (c) 2016 BALATON Zoltan
+ * Copyright (c) 2016-2020 BALATON Zoltan
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -40,23 +40,6 @@ 
 #include "ui/pixel_ops.h"
 #include "qemu/bswap.h"
 
-/*
- * Status: 2010/05/07
- *   - Minimum implementation for Linux console : mmio regs and CRT layer.
- *   - 2D graphics acceleration partially supported : only fill rectangle.
- *
- * Status: 2016/12/04
- *   - Misc fixes: endianness, hardware cursor
- *   - Panel support
- *
- * TODO:
- *   - Touch panel support
- *   - USB support
- *   - UART support
- *   - More 2D graphics engine support
- *   - Performance tuning
- */
-
 /*#define DEBUG_SM501*/
 /*#define DEBUG_BITBLT*/