qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PULL 00/14] Trivial patches for 2013-12-06


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 00/14] Trivial patches for 2013-12-06
Date: Fri, 6 Dec 2013 23:15:27 +0400

Here's the first trivial-patches pull request after 1.7.
It contains the few patches which were requested for 1.7
but hasn't been applied, plus a few more patches which
weren't supposed to be included in 1.7.

Please pull.

Thanks,

/mjt

The following changes since commit 7dc65c02fe3fb8f3146ce0b9ff5fec5945329f0e:

  Open 2.0 development tree (2013-11-27 14:02:45 -0800)

are available in the git repository at:

  git://git.corpit.ru/qemu.git trivial-patches

for you to fetch changes up to 6fedcaa1c5419fa89c31fd34dabbd71861c615d2:

  eeprom93xx: fix coding style (2013-12-06 22:56:51 +0400)

----------------------------------------------------------------
Antony Pavlov (1):
      eeprom93xx: fix coding style

Don Koch (1):
      Don't crash on keyboard input with no handler

Fam Zheng (1):
      .gitignore: Ignore config.status

Michael Tokarev (1):
      hw/ppc/mac.h: remove unused BIOS_FILENAME definition

Stefan Weil (9):
      trace: Remove trace.h from console.h (less dependencies)
      trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)
      console: Replace conditional debug messages by trace methods
      gtk: Replace conditional debug messages by trace methods
      acpi-build: Fix compiler warning (missing gnu_printf format attribute)
      qobject: Fix compiler warning (missing gnu_printf format attribute)
      misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
      libcacard/cac: Remove unused statement (value stored is never read)
      libcacard/vcard_emul_nss: Remove unused statement (value stored is never 
read)

Zhi Yong Wu (1):
      virtio-net: fix the indent

 .gitignore                 |    1 +
 hw/char/cadence_uart.c     |    4 +--
 hw/display/vmware_vga.c    |    1 +
 hw/i386/acpi-build.c       |    5 ++--
 hw/net/virtio-net.c        |    2 +-
 hw/nvram/eeprom93xx.c      |   62 ++++++++++++++++++++++----------------------
 hw/ppc/mac.h               |    1 -
 hw/ppc/ppc.c               |    6 ++---
 hw/ppc/ppc405_uc.c         |    2 +-
 hw/ppc/ppc_booke.c         |    4 +--
 hw/timer/m48t59.c          |    4 +--
 hw/usb/hcd-ehci.c          |    1 +
 hw/usb/hcd-ehci.h          |    1 -
 include/hw/char/serial.h   |    4 +--
 include/hw/ppc/ppc.h       |    4 +--
 include/ui/console.h       |    1 -
 libcacard/cac.c            |    1 -
 libcacard/vcard_emul_nss.c |    1 -
 qobject/qerror.c           |    4 +--
 target-alpha/cpu-qom.h     |    2 +-
 target-mips/cpu.h          |    2 +-
 target-openrisc/cpu.h      |    2 +-
 target-sparc/cpu.h         |    2 +-
 trace-events               |    7 +++++
 ui/console.c               |   14 ++++------
 ui/gtk.c                   |   19 ++++----------
 ui/input.c                 |    2 +-
 27 files changed, 76 insertions(+), 83 deletions(-)




reply via email to

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