qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Remove PCI class code from virtio balloon devic


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] Remove PCI class code from virtio balloon device
Date: Thu, 22 Mar 2012 11:27:34 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120307 Thunderbird/10.0.3

>> +    if (proxy->class_code != PCI_CLASS_OTHERS &&
>> +        proxy->class_code != PCI_CLASS_MEMORY_RAM) /* qemu < 1.1 */
>> +        proxy->class_code = PCI_CLASS_OTHERS;
>> +
> 
> Why is this hunk is needed?

Catch users doing -device virtio-balloon,class=42

cheers,
  Gerd






reply via email to

[Prev in Thread] Current Thread [Next in Thread]