]> git.proxmox.com Git - mirror_qemu.git/blobdiff - console.h
KVM: Get all cpuid values from function 2 (Amit Shah)
[mirror_qemu.git] / console.h
index 6e764b33865d023e55e93f886c790cf7889deb40..4a2f06fbd652cc3e3a5382df989dc8ea96c060be 100644 (file)
--- a/console.h
+++ b/console.h
@@ -83,6 +83,7 @@ struct PixelFormat {
     uint32_t rmask, gmask, bmask, amask;
     uint8_t rshift, gshift, bshift, ashift;
     uint8_t rmax, gmax, bmax, amax;
+    uint8_t rbits, gbits, bbits, abits;
 };
 
 struct DisplaySurface {