qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 04bb4d: timer: xilinx_timer: Convert to reali


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 04bb4d: timer: xilinx_timer: Convert to realize()
Date: Sun, 08 Jun 2014 16:30:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 04bb4d86f116b07cede742bee534b002735829d6
      
https://github.com/qemu/qemu/commit/04bb4d86f116b07cede742bee534b002735829d6
  Author: Peter Crosthwaite <address@hidden>
  Date:   2014-06-09 (Mon, 09 Jun 2014)

  Changed paths:
    M hw/timer/xilinx_timer.c

  Log Message:
  -----------
  timer: xilinx_timer: Convert to realize()

SysBusDevice::init is depracated. Convert to Object::init and
Device::realize as prescribed by QOM conventions.

Signed-off-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


  Commit: 8c6d96728d54891b1d6f7a4183e1a657be68be36
      
https://github.com/qemu/qemu/commit/8c6d96728d54891b1d6f7a4183e1a657be68be36
  Author: Peter Crosthwaite <address@hidden>
  Date:   2014-06-09 (Mon, 09 Jun 2014)

  Changed paths:
    M hw/net/xilinx_ethlite.c

  Log Message:
  -----------
  net: xilinx_ethlite: Don't reset from init

This zeroing-out of the rxbuf variable (ping pong state) is a reset
side effect. Extract into a proper reset.

Signed-off-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


  Commit: e8198f6ea0d7770bd7418d4389f3f5df4a5be074
      
https://github.com/qemu/qemu/commit/e8198f6ea0d7770bd7418d4389f3f5df4a5be074
  Author: Peter Crosthwaite <address@hidden>
  Date:   2014-06-09 (Mon, 09 Jun 2014)

  Changed paths:
    M hw/net/xilinx_ethlite.c

  Log Message:
  -----------
  net: xilinx_ethlite: Convert to realize()

SysBusDevice::init is depracated. Convert to Object::init and
Device::realize as prescribed by QOM conventions.

Signed-off-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


  Commit: 95faaa73dfe705a3c6411d855cdbf099c596ec25
      
https://github.com/qemu/qemu/commit/95faaa73dfe705a3c6411d855cdbf099c596ec25
  Author: Peter Crosthwaite <address@hidden>
  Date:   2014-06-09 (Mon, 09 Jun 2014)

  Changed paths:
    M hw/char/xilinx_uartlite.c

  Log Message:
  -----------
  char: xilinx_uartlite: Don't reset from init

This refresh of the device state is intended to be a reset side
effect. Move it to a proper reset handler rather than do it at
init time.

Signed-off-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


  Commit: aa0f607f618240958974adb39c7957ee54485d90
      
https://github.com/qemu/qemu/commit/aa0f607f618240958974adb39c7957ee54485d90
  Author: Peter Crosthwaite <address@hidden>
  Date:   2014-06-09 (Mon, 09 Jun 2014)

  Changed paths:
    M hw/char/xilinx_uartlite.c

  Log Message:
  -----------
  char: xilinx_uartlite: Convert to realize()

SysBusDevice::init is depracated. Convert to Object::init and
Device::realize as prescribed by QOM conventions.

Signed-off-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


  Commit: a373cdb5cebd58b2e3103e048894ba55910269f6
      
https://github.com/qemu/qemu/commit/a373cdb5cebd58b2e3103e048894ba55910269f6
  Author: Peter Crosthwaite <address@hidden>
  Date:   2014-06-09 (Mon, 09 Jun 2014)

  Changed paths:
    M hw/intc/xilinx_intc.c

  Log Message:
  -----------
  intc: xilinx_uartlite: Convert SBD::init -> instance_init

SysBusDevice::init is depracated. Convert to Object::init
as prescribed by QOM conventions.

Signed-off-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


  Commit: 08397c4b291b5f1c914a042bd99cda266d886c48
      
https://github.com/qemu/qemu/commit/08397c4b291b5f1c914a042bd99cda266d886c48
  Author: Peter Maydell <address@hidden>
  Date:   2014-06-09 (Mon, 09 Jun 2014)

  Changed paths:
    M target-cris/translate.c
    M target-cris/translate_v10.c

  Log Message:
  -----------
  target-cris/translate.c: Remove t_gen_mov_TN_reg and t_gen_mov_reg_TN

Remove the t_gen_mov_TN_reg and t_gen_mov_reg_TN wrappers: the
latter is completely unused, and the former only used in a few
places (which are thus inconsistent with the rest of the decoder
which directly accesses cpu_R[]).

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


  Commit: 37654d9e6af84003982f8b9a5d59a4aef28e0a79
      
https://github.com/qemu/qemu/commit/37654d9e6af84003982f8b9a5d59a4aef28e0a79
  Author: Peter Maydell <address@hidden>
  Date:   2014-06-09 (Mon, 09 Jun 2014)

  Changed paths:
    M target-cris/translate.c

  Log Message:
  -----------
  target-cris/translate.c: Remove _t_gen_mov_TN_env and _t_gen_mov_env_TN

The wrapper functions _t_gen_mov_TN_env and _t_gen_mov_env_TN are only
used via their accompanying non-underscore macros. The check they add
on offset is thus pointless, since the compiler will complain if the
struct field passed to the macro is not part of the struct. Remove the
functions and make the macros directly expand to the appropriate
tcg_gen_{ld,st}_tl calls.

This conveniently avoids a warning due to _t_gen_mov_TN_env() being
unused.

Signed-off-by: Peter Maydell <address@hidden>
Signed-off-by: Edgar E. Iglesias <address@hidden>


Compare: https://github.com/qemu/qemu/compare/50809c8b9288...37654d9e6af8

reply via email to

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