/qemu/hw/display/ |
H A D | vga-mmio.c | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | cirrus_vga_isa.c | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | vga-isa.c | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | ati.c | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | vga_int.h | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | vga-pci.c | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | virtio-vga.c | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | vmware_vga.c | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | cirrus_vga.c | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | vga.c | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | qxl.c | 6832deb8ff0807e0b46a8a67f5d2abfa36ca3b47 Thu Mar 17 08:30:25 UTC 2022 Thomas Huth <thuth@redhat.com> hw/display: Allow vga_common_init() to return errors
The vga_common_init() function currently cannot report errors to its caller. But in the following patch, we'd need this possibility, so let's change it to take an "Error **" as parameter for this.
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220317083027.16688-3-thuth@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|