qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] df9ffb: vga: fix bochs alignment issue


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] df9ffb: vga: fix bochs alignment issue
Date: Sat, 17 Nov 2012 10:30:11 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: df9ffb726ff13f850b8829be1bc85ed621b903ac
      
https://github.com/qemu/qemu/commit/df9ffb726ff13f850b8829be1bc85ed621b903ac
  Author: Gerd Hoffmann <address@hidden>
  Date:   2012-11-16 (Fri, 16 Nov 2012)

  Changed paths:
    M docs/specs/standard-vga.txt
    M hw/vga.c

  Log Message:
  -----------
  vga: fix bochs alignment issue

The bochs dispi interface traditionally uses port 0x1ce as 16bit index
register and port 0x1cf as 16bit data register.  The later is unaligned,
and probably for that reason the the data register was moved to 0x1d0
for non-x86 archs.

This patch makes the data register available at 0x1d0 on x86 too.  The
old x86 location is kept for compatibility reasons, so both 0x1cf and
0x1d0 can be used as data register on x86.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: c96c53b5f10c4b34e9fe1dcb1a5aadf204c16279
      
https://github.com/qemu/qemu/commit/c96c53b5f10c4b34e9fe1dcb1a5aadf204c16279
  Author: Gerd Hoffmann <address@hidden>
  Date:   2012-11-16 (Fri, 16 Nov 2012)

  Changed paths:
    M hw/vga-pci.c

  Log Message:
  -----------
  vga: fix mmio vga register mapping


  Commit: 7b5eff4daa65ab8672de8c126d7757cbbeb31a08
      
https://github.com/qemu/qemu/commit/7b5eff4daa65ab8672de8c126d7757cbbeb31a08
  Author: Evgeny Voevodin <address@hidden>
  Date:   2012-11-17 (Sat, 17 Nov 2012)

  Changed paths:
    M target-cris/translate.c

  Log Message:
  -----------
  target-cris/translate.c: Code style clean-up

Signed-off-by: Evgeny Voevodin <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 8232a46a165c20fdc8f6bb2d06c71be55afce051
      
https://github.com/qemu/qemu/commit/8232a46a165c20fdc8f6bb2d06c71be55afce051
  Author: Evgeny Voevodin <address@hidden>
  Date:   2012-11-17 (Sat, 17 Nov 2012)

  Changed paths:
    M tcg/tcg.h

  Log Message:
  -----------
  tcg/tcg.h: Duplicate global TCG variables in TCGContext

Signed-off-by: Evgeny Voevodin <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: efd7f48600e0e7803765d7b31cea131aae2b7329
      
https://github.com/qemu/qemu/commit/efd7f48600e0e7803765d7b31cea131aae2b7329
  Author: Evgeny Voevodin <address@hidden>
  Date:   2012-11-17 (Sat, 17 Nov 2012)

  Changed paths:
    M target-alpha/translate.c
    M target-arm/translate.c
    M target-cris/translate.c
    M target-i386/translate.c
    M target-lm32/translate.c
    M target-m68k/translate.c
    M target-microblaze/translate.c
    M target-mips/translate.c
    M target-openrisc/translate.c
    M target-ppc/translate.c
    M target-s390x/translate.c
    M target-sh4/translate.c
    M target-sparc/translate.c
    M target-unicore32/translate.c
    M target-xtensa/translate.c
    M tcg/tcg-op.h
    M tcg/tcg.c

  Log Message:
  -----------
  TCG: Use gen_opc_ptr from context instead of global variable.

Signed-off-by: Evgeny Voevodin <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: c4afe5c4d30e1dd6fc1f2b0b32ffb50f4d5ada82
      
https://github.com/qemu/qemu/commit/c4afe5c4d30e1dd6fc1f2b0b32ffb50f4d5ada82
  Author: Evgeny Voevodin <address@hidden>
  Date:   2012-11-17 (Sat, 17 Nov 2012)

  Changed paths:
    M gen-icount.h
    M tcg/tcg-op.h
    M tcg/tcg.c

  Log Message:
  -----------
  TCG: Use gen_opparam_ptr from context instead of global variable.

Signed-off-by: Evgeny Voevodin <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 92414b31e726ead5fd93a5bee5a6d1aecc66e454
      
https://github.com/qemu/qemu/commit/92414b31e726ead5fd93a5bee5a6d1aecc66e454
  Author: Evgeny Voevodin <address@hidden>
  Date:   2012-11-17 (Sat, 17 Nov 2012)

  Changed paths:
    M target-alpha/translate.c
    M target-arm/translate.c
    M target-cris/translate.c
    M target-i386/translate.c
    M target-lm32/translate.c
    M target-m68k/translate.c
    M target-microblaze/translate.c
    M target-mips/translate.c
    M target-openrisc/translate.c
    M target-ppc/translate.c
    M target-s390x/translate.c
    M target-sh4/translate.c
    M target-sparc/translate.c
    M target-unicore32/translate.c
    M target-xtensa/translate.c
    M tcg/optimize.c
    M tcg/tcg.c

  Log Message:
  -----------
  TCG: Use gen_opc_buf from context instead of global variable.

Signed-off-by: Evgeny Voevodin <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 1ff0a2c594356b134af6742b9cb5e5757c620881
      
https://github.com/qemu/qemu/commit/1ff0a2c594356b134af6742b9cb5e5757c620881
  Author: Evgeny Voevodin <address@hidden>
  Date:   2012-11-17 (Sat, 17 Nov 2012)

  Changed paths:
    M tcg/tcg.c

  Log Message:
  -----------
  TCG: Use gen_opparam_buf from context instead of global variable.

Signed-off-by: Evgeny Voevodin <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 83eeb39669a19716a44bcad5a34158543b3779b8
      
https://github.com/qemu/qemu/commit/83eeb39669a19716a44bcad5a34158543b3779b8
  Author: Evgeny Voevodin <address@hidden>
  Date:   2012-11-17 (Sat, 17 Nov 2012)

  Changed paths:
    M tcg/tcg.c
    M tcg/tcg.h
    M translate-all.c

  Log Message:
  -----------
  TCG: Remove unused global variables

Signed-off-by: Evgeny Voevodin <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


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

  Changed paths:
    M docs/specs/standard-vga.txt
    M hw/vga-pci.c
    M hw/vga.c

  Log Message:
  -----------
  Merge branch 'vga.1' of git://git.kraxel.org/qemu

* 'vga.1' of git://git.kraxel.org/qemu:
  vga: fix mmio vga register mapping
  vga: fix bochs alignment issue


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

  Changed paths:
    M configure

  Log Message:
  -----------
  libseccomp: require version 1.0.0

Debian Wheezy has version 0.1.0 which is not compatible, avoid it.

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


Compare: https://github.com/qemu/qemu/compare/9cb535fe4ef0...2c5c4451e69a

reply via email to

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