Commit 3827cdb1 authored by Alon Levy's avatar Alon Levy Committed by Anthony Liguori
Browse files

pc_piix: set qxl revision to 2 for pc-0.14



The default is still 3, and I didn't change older machine types.

Signed-off-by: default avatarAlon Levy <alevy@redhat.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent e1556ad5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -311,6 +311,18 @@ static QEMUMachine pc_machine_v0_14 = {
    .desc = "Standard PC",
    .init = pc_init_pci,
    .max_cpus = 255,
    .compat_props = (GlobalProperty[]) {
        {
            .driver   = "qxl",
            .property = "revision",
            .value    = stringify(2),
        },{
            .driver   = "qxl-vga",
            .property = "revision",
            .value    = stringify(2),
        },
        { /* end of list */ }
    },
};

static QEMUMachine pc_machine_v0_13 = {