Skip to content
Snippets Groups Projects
  1. Sep 30, 2014
    • Benjamin Herrenschmidt's avatar
      vga: Start cutting out non-32bpp conversion support · 9e057c0b
      Benjamin Herrenschmidt authored
      
      Nowadays, we either share a surface with the host, or we create
      a 32bpp ARGB console surface.
      
      So we only need to draw/convert to 32bpp, enabling us to remove
      all but one instance of vga_template.h inclusion (to be further
      cleaned up), rgb_to_pixel_* etc...
      
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      Reviewed-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
      9e057c0b
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140929' into staging · 29429c72
      Peter Maydell authored
      
      target-arm:
       * more EL2/EL3 preparation work
       * don't handle c15_cpar changes via tb_flush()
       * fix some unused function warnings in ARM devices
       * build the GDB XML for 32 bit CPUs into qemu-*-aarch64
       * implement guest breakpoint support
      
      # gpg: Signature made Mon 29 Sep 2014 19:25:37 BST using RSA key ID 14360CDE
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
      
      * remotes/pmaydell/tags/pull-target-arm-20140929:
        target-arm: Add support for VIRQ and VFIQ
        target-arm: Add IRQ and FIQ routing to EL2 and 3
        target-arm: A64: Emulate the SMC insn
        target-arm: Add a Hypervisor Trap exception type
        target-arm: A64: Emulate the HVC insn
        target-arm: A64: Correct updates to FAR and ESR on exceptions
        target-arm: Don't take interrupts targeting lower ELs
        target-arm: Break out exception masking to a separate func
        target-arm: A64: Refactor aarch64_cpu_do_interrupt
        target-arm: Add SCR_EL3
        target-arm: Add HCR_EL2
        target-arm: Don't handle c15_cpar changes via tb_flush()
        hw/input/tsc210x.c: Delete unused array tsc2101_rates
        hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_set
        hw/intc/imx_avic.c: Remove unused function imx_avic_set_prio()
        hw/display/blizzard.c: Delete unused function blizzard_rgb2yuv
        configure: Build GDB XML for 32 bit ARM CPUs into qemu aarch64 binaries
        target-arm: Implement handling of breakpoint firing
        target-arm: Implement setting guest breakpoints
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      29429c72
  2. Sep 29, 2014
  3. Sep 26, 2014
Loading