qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 2ddef1: cadence_uart: More debug information


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 2ddef1: cadence_uart: More debug information
Date: Sat, 03 Nov 2012 08:30:11 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 2ddef11bede823b068b59a66b4c5c62377e69b2f
      
https://github.com/qemu/qemu/commit/2ddef11bede823b068b59a66b4c5c62377e69b2f
  Author: Peter Crosthwaite <address@hidden>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M hw/cadence_uart.c

  Log Message:
  -----------
  cadence_uart: More debug information

Add more helpful debug information to the cadence UART.

Signed-off-by: Peter Crosthwaite <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: e88a676e916bd29c1224ea46e037f354776fa3c8
      
https://github.com/qemu/qemu/commit/e88a676e916bd29c1224ea46e037f354776fa3c8
  Author: Meador Inge <address@hidden>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M target-m68k/m68k-semi.c

  Log Message:
  -----------
  m68k: Return semihosting errno values correctly

Fixing a simple typo, s/errno/err/, that caused
the error status from GDB semihosted system calls
to be returned incorrectly.

Signed-off-by: Meador Inge <address@hidden>
Reviewed-by: Andreas Färber <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 8f7219675353f909a1ff1fa4542626a5dc4553cf
      
https://github.com/qemu/qemu/commit/8f7219675353f909a1ff1fa4542626a5dc4553cf
  Author: Blue Swirl <address@hidden>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M target-sparc/cpu.h
    M target-sparc/ldst_helper.c

  Log Message:
  -----------
  target-sparc: make do_unaligned_access static

Signed-off-by: Blue Swirl <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 4fdcac0e2b102c8017cf81eb6dfb3e5e1c490949
      
https://github.com/qemu/qemu/commit/4fdcac0e2b102c8017cf81eb6dfb3e5e1c490949
  Author: Blue Swirl <address@hidden>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M sysemu.h
    M vl.c

  Log Message:
  -----------
  vl.c: add missing static

Add missing 'static' qualifiers.

Signed-off-by: Blue Swirl <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 71a8cdeca095acb2a67924de870f4ee8da5b8803
      
https://github.com/qemu/qemu/commit/71a8cdeca095acb2a67924de870f4ee8da5b8803
  Author: Blue Swirl <address@hidden>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M console.h
    M ui/vnc-jobs.c
    M ui/vnc-jobs.h
    M ui/vnc.c
    M ui/vnc.h

  Log Message:
  -----------
  vnc: add missing static

Add missing 'static' qualifiers.

Signed-off-by: Blue Swirl <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 434482925ee11091fc111bd2a86de0b677b3e943
      
https://github.com/qemu/qemu/commit/434482925ee11091fc111bd2a86de0b677b3e943
  Author: Blue Swirl <address@hidden>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M hw/adb.c
    M hw/adb.h
    M hw/nvram.h
    M hw/ppc.c
    M target-ppc/cpu.h

  Log Message:
  -----------
  ppc: add missing static

Add missing 'static' qualifiers.

Signed-off-by: Blue Swirl <address@hidden>
Acked-by: Alexander Graf <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 6575c289f8c9820a7a0d2de2b0c3c58b13d9abc8
      
https://github.com/qemu/qemu/commit/6575c289f8c9820a7a0d2de2b0c3c58b13d9abc8
  Author: Blue Swirl <address@hidden>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M target-ppc/cpu.h
    M target-ppc/mmu_helper.c

  Log Message:
  -----------
  target-ppc: make some functions static

Signed-off-by: Blue Swirl <address@hidden>
Acked-by: Alexander Graf <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 8b9c99d9dcbf532649f8e614becfa15d2ac4ea75
      
https://github.com/qemu/qemu/commit/8b9c99d9dcbf532649f8e614becfa15d2ac4ea75
  Author: Blue Swirl <address@hidden>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M cpu-common.h
    M exec-all.h
    M exec.c
    M memory-internal.h

  Log Message:
  -----------
  exec: make some functions static

Signed-off-by: Blue Swirl <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 0d3cf3b6ff469bba95ae235021a3be232af4068d
      
https://github.com/qemu/qemu/commit/0d3cf3b6ff469bba95ae235021a3be232af4068d
  Author: Jan Kiszka <address@hidden>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M hw/pc_piix.c

  Log Message:
  -----------
  pc: Drop redundant test for ROM memory region

Just a few lines above, we already initialize rom_memory accordingly.

Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: ef84755ebb38b4f5629b24440bb00f1ef5287707
      
https://github.com/qemu/qemu/commit/ef84755ebb38b4f5629b24440bb00f1ef5287707
  Author: Blue Swirl <address@hidden>
  Date:   2012-11-03 (Sat, 03 Nov 2012)

  Changed paths:
    M console.h
    M cpu-common.h
    M exec-all.h
    M exec.c
    M hw/adb.c
    M hw/adb.h
    M hw/cadence_uart.c
    M hw/nvram.h
    M hw/pc_piix.c
    M hw/ppc.c
    M memory-internal.h
    M sysemu.h
    M target-ppc/cpu.h
    M target-ppc/mmu_helper.c
    M target-sparc/cpu.h
    M target-sparc/ldst_helper.c
    M ui/vnc-jobs.c
    M ui/vnc-jobs.h
    M ui/vnc.c
    M ui/vnc.h
    M vl.c

  Log Message:
  -----------
  Merge branch 'trivial-patches' of git://github.com/stefanha/qemu

* 'trivial-patches' of git://github.com/stefanha/qemu:
  pc: Drop redundant test for ROM memory region
  exec: make some functions static
  target-ppc: make some functions static
  ppc: add missing static
  vnc: add missing static
  vl.c: add missing static
  target-sparc: make do_unaligned_access static
  m68k: Return semihosting errno values correctly
  cadence_uart: More debug information

Conflicts:
        target-m68k/m68k-semi.c


  Commit: 0d7937974cd0504f30ad483c3368b21da426ddf9
      
https://github.com/qemu/qemu/commit/0d7937974cd0504f30ad483c3368b21da426ddf9
  Author: BALATON Zoltan <address@hidden>
  Date:   2012-11-03 (Sat, 03 Nov 2012)

  Changed paths:
    M hw/vmware_vga.c

  Log Message:
  -----------
  vmware_vga: Coding style cleanup

Fix coding style as suggested by checkpatch.pl

Signed-off-by: BALATON Zoltan <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: aa32b38c5b2eb1afe30b3292454411bb760a432d
      
https://github.com/qemu/qemu/commit/aa32b38c5b2eb1afe30b3292454411bb760a432d
  Author: BALATON Zoltan <address@hidden>
  Date:   2012-11-03 (Sat, 03 Nov 2012)

  Changed paths:
    M console.h
    M hw/vmware_vga.c

  Log Message:
  -----------
  vmware_vga: Remove duplicated info from local state

Removed info from vmsvga_state that is available from elsewhere and
thus was duplicated here unnecessarily.

Signed-off-by: BALATON Zoltan <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 5b9575c8b7873dee4ab233e065888bbce6dfbaa8
      
https://github.com/qemu/qemu/commit/5b9575c8b7873dee4ab233e065888bbce6dfbaa8
  Author: BALATON Zoltan <address@hidden>
  Date:   2012-11-03 (Sat, 03 Nov 2012)

  Changed paths:
    M hw/vmware_vga.c

  Log Message:
  -----------
  vmware_vga: Return a value for FB_SIZE before the device is enabled

According to the documentation drivers using this device should read
FB_SIZE before enabling the device to know what memory to map. This
would not work if we return 0 before enabled. The docs also mention
reading SVGA_REG_DEPTH but not writing it. (Only SVGA_REG_BITS_PER_PIXEL
can be written but we don't really support that either.)

Signed-off-by: BALATON Zoltan <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: b51d7b2e10564aedc83513d3961a69f22509eaa9
      
https://github.com/qemu/qemu/commit/b51d7b2e10564aedc83513d3961a69f22509eaa9
  Author: BALATON Zoltan <address@hidden>
  Date:   2012-11-03 (Sat, 03 Nov 2012)

  Changed paths:
    M hw/vga.c
    M hw/vga_int.h
    M hw/vmware_vga.c

  Log Message:
  -----------
  vmware_vga: Allow simple drivers to work without using the fifo

Postpone stopping the dirty log to the point where the command fifo is
configured to allow drivers which don't use the fifo to work too.
(Without this the picture rendered into the vram never got to the
screen and the DIRECT_VRAM option meant to support this case was
removed a year ago.)

Signed-off-by: BALATON Zoltan <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


Compare: https://github.com/qemu/qemu/compare/b76f0d8c2e3e...b51d7b2e1056

reply via email to

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