qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for-1.1 v2] pc: Add back PCI.rombar compat prope


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH for-1.1 v2] pc: Add back PCI.rombar compat property
Date: Sun, 13 May 2012 13:59:54 +0300

On Sat, May 12, 2012 at 04:21:06PM +0200, Andreas Färber wrote:
> From: Paolo Bonzini <address@hidden>
> 
> This was erroneously dropped in d6c730086cbf24382eb8cff25551798769edfd84
> (pc: reduce duplication in compat machine types).
> 
> Cc: Michael S. Tsirkin <address@hidden>
> Signed-off-by: Paolo Bonzini <address@hidden>
> Signed-off-by: Andreas Färber <address@hidden>
> ---
>  This is a backport from Paolo's QBus series, as requested by mst.
> 
>  hw/pc_piix.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/hw/pc_piix.c b/hw/pc_piix.c
> index 6a75718..a7aad4b 100644
> --- a/hw/pc_piix.c
> +++ b/hw/pc_piix.c
> @@ -522,6 +522,10 @@ static QEMUMachine pc_machine_v0_12 = {
>              .driver   = "virtio-blk-pci",\
>              .property = "vectors",\
>              .value    = stringify(0),\
> +        },{\
> +            .driver   = "PCI",\
> +            .property = "rombar",\
> +            .value    = stringify(0),\
>          }
>  
>  static QEMUMachine pc_machine_v0_11 = {

So I looked at d6c730086cbf24382eb8cff25551798769edfd84
which has:

@@ -583,43 +526,6 @@ static QEMUMachine pc_machine_v0_11 = {
             .driver   = "scsi-disk",
             .property = "ver",
             .value    = "0.11",
-        },{
-            .driver   = "PCI",
-            .property = "rombar",
-            .value    = stringify(0),

while this patch readds this property to 0_12.
Intentional?

> -- 
> 1.7.7



reply via email to

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