qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/3] remove sysbus_init_mmio_cb2 usage


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v2 0/3] remove sysbus_init_mmio_cb2 usage
Date: Thu, 15 Dec 2011 10:22:14 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

On 12/14/2011 08:32 AM, Benoît Canet wrote:
These patches remove sysbus_init_mmio_cb2 usage from the codebase.

Breaks the build:

address@hidden:~/build/qemu$ make
  CC    ppc-softmmu/ppce500_mpc8544ds.o
cc1: warnings being treated as errors
/home/anthony/git/qemu/hw/ppce500_mpc8544ds.c: In function ‘mpc8544ds_init’:
/home/anthony/git/qemu/hw/ppce500_mpc8544ds.c:247:19: error: unused variable ‘busdev’
make[1]: *** [ppce500_mpc8544ds.o] Error 1
make: *** [subdir-ppc-softmmu] Error 2

Regards,

Anthony Liguori


v2:
dont't change ppce500 initialisation method (peter)

Benoît Canet (3):
   sh_pci: remove sysbus_init_mmio_cb2 usage
   ppce500_pci: remove sysbus_init_mmio_cb2 usage
   sysbus: remove sysbus_init_mmio_cb2

  hw/ppce500_mpc8544ds.c |    1 +
  hw/ppce500_pci.c       |   27 ++++++---------------------
  hw/r2d.c               |   14 ++++++++++++--
  hw/sh_pci.c            |   29 ++++-------------------------
  hw/sysbus.c            |   16 ----------------
  hw/sysbus.h            |    5 -----
  6 files changed, 23 insertions(+), 69 deletions(-)





reply via email to

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