From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org
Cc: stefanha@gmail.com, Paolo Bonzini <pbonzini@redhat.com>,
Jiaxun Yang <jiaxun.yang@flygoat.com>
Subject: Re: [PULL v2 23/24] hw/mips: FULOONG depends on VT82C686
Date: Mon, 6 Nov 2023 11:03:40 +0100 [thread overview]
Message-ID: <804c3e5b-ae33-f9c6-7a0d-9d0dcf00ee13@linaro.org> (raw)
In-Reply-To: <20231106095542.1852973-24-marcandre.lureau@redhat.com>
On 6/11/23 10:55, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Pulled patch missing R-b, so I'm giving one:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> hw/mips/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
> index 5d40795c0b..c120b784aa 100644
> --- a/hw/mips/Kconfig
> +++ b/hw/mips/Kconfig
> @@ -34,6 +34,7 @@ config FULOONG
> bool
> default y if MIPS64
> select PCI_BONITO
> + select VT82C686
> depends on ATI_VGA
>
> config LOONGSON3V
next prev parent reply other threads:[~2023-11-06 10:04 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-06 9:55 [PULL v2 00/24] Pixman patches marcandre.lureau
2023-11-06 9:55 ` [PULL v2 01/24] build-sys: add a "pixman" feature marcandre.lureau
2023-11-06 9:55 ` [PULL v2 02/24] build-sys: drop needless warning pragmas for old pixman marcandre.lureau
2023-11-06 9:55 ` [PULL v2 03/24] ui: compile out some qemu-pixman functions when !PIXMAN marcandre.lureau
2023-11-06 9:55 ` [PULL v2 04/24] ui: add pixman-minimal.h marcandre.lureau
2023-11-06 9:55 ` [PULL v2 05/24] vl: drop needless -spice checks marcandre.lureau
2023-11-06 9:55 ` [PULL v2 06/24] qemu-options: define -vnc only #ifdef CONFIG_VNC marcandre.lureau
2023-11-06 9:55 ` [PULL v2 07/24] vl: simplify display_remote logic marcandre.lureau
2023-11-06 9:55 ` [PULL v2 08/24] vl: move display early init before default devices marcandre.lureau
2023-11-06 9:55 ` [PULL v2 09/24] ui/console: allow to override the default VC marcandre.lureau
2023-11-06 9:55 ` [PULL v2 10/24] ui/vc: console-vc requires PIXMAN marcandre.lureau
2023-11-06 9:55 ` [PULL v2 11/24] qmp/hmp: disable screendump if PIXMAN is missing marcandre.lureau
2023-11-06 9:55 ` [PULL v2 12/24] virtio-gpu: replace PIXMAN for region/rect test marcandre.lureau
2023-11-06 9:55 ` [PULL v2 13/24] ui/console: when PIXMAN is unavailable, don't draw placeholder msg marcandre.lureau
2023-11-06 9:55 ` [PULL v2 14/24] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN marcandre.lureau
2023-11-06 9:55 ` [PULL v2 15/24] ui/gl: opengl doesn't require PIXMAN marcandre.lureau
2023-11-06 9:55 ` [PULL v2 16/24] ui/vnc: VNC requires PIXMAN marcandre.lureau
2023-11-06 9:55 ` [PULL v2 17/24] ui/spice: SPICE/QXL " marcandre.lureau
2023-11-06 9:55 ` [PULL v2 18/24] ui/gtk: -display gtk " marcandre.lureau
2023-11-06 9:55 ` [PULL v2 19/24] ui/dbus: do not require PIXMAN marcandre.lureau
2023-11-06 9:55 ` [PULL v2 20/24] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN marcandre.lureau
2023-11-06 9:55 ` [PULL v2 21/24] hw/sm501: allow compiling without PIXMAN marcandre.lureau
2023-11-06 9:55 ` [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN marcandre.lureau
2023-11-06 10:02 ` Philippe Mathieu-Daudé
2023-11-06 10:11 ` Marc-André Lureau
2023-11-06 10:47 ` Philippe Mathieu-Daudé
2023-11-06 10:53 ` BALATON Zoltan
2023-11-06 10:57 ` Marc-André Lureau
2023-11-06 11:05 ` BALATON Zoltan
2023-11-07 0:34 ` Stefan Hajnoczi
2023-11-07 1:10 ` BALATON Zoltan
2023-11-07 1:36 ` Stefan Hajnoczi
2023-11-06 10:46 ` BALATON Zoltan
2023-11-06 9:55 ` [PULL v2 23/24] hw/mips: FULOONG depends on VT82C686 marcandre.lureau
2023-11-06 10:03 ` Philippe Mathieu-Daudé [this message]
2023-11-06 9:55 ` [PULL v2 24/24] build-sys: make pixman actually optional marcandre.lureau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=804c3e5b-ae33-f9c6-7a0d-9d0dcf00ee13@linaro.org \
--to=philmd@linaro.org \
--cc=jiaxun.yang@flygoat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).