From 26e6d3fd631cf7c2fd262fea65fee07f8c9f445a Mon Sep 17 00:00:00 2001 From: startergo <7897244+startergo@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:42:18 -0400 Subject: [PATCH 1/3] Update Info-FB.plist Added RedHad Virtio GPU in the IOPCIPrimaryMatch --- Info-FB.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info-FB.plist b/Info-FB.plist index 845285d..17e79a2 100644 --- a/Info-FB.plist +++ b/Info-FB.plist @@ -29,7 +29,7 @@ IOMatchCategory IOFramebuffer IOPCIPrimaryMatch - 0x11111234 0xbeef80ee + 0x11111234 0xbeef80ee 0x10501af4 IOProbeScore 30100 IOProviderClass From 5c2b0c42302d8767503896954b10c5c0c9fb0591 Mon Sep 17 00:00:00 2001 From: startergo <7897244+startergo@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:19:23 -0400 Subject: [PATCH 2/3] Update Info-FB.plist Added Spice Qemu to IOPCIPrimaryMatch --- Info-FB.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info-FB.plist b/Info-FB.plist index 17e79a2..7283e5d 100644 --- a/Info-FB.plist +++ b/Info-FB.plist @@ -29,7 +29,7 @@ IOMatchCategory IOFramebuffer IOPCIPrimaryMatch - 0x11111234 0xbeef80ee 0x10501af4 + 0x11111234 0xbeef80ee 0x10501af4 0x01001b36 IOProbeScore 30100 IOProviderClass From 2f18483317d03188209a6ed8ee683047694494c3 Mon Sep 17 00:00:00 2001 From: startergo <7897244+startergo@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:54:45 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 255fd76..f551b9a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An IOFramebuffer driver for the QEMU Virtual Video Controller (QEMU default vga) # Download -To download release binaries, [see the releases page](https://github.com/ivanagui2/VMQemuVGA/releases). +To download release binaries, [see the releases page](https://github.com/startergo/VMQemuVGA/releases). # License