1. 01 2月, 2013 13 次提交
  2. 31 1月, 2013 6 次提交
    • A
      Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging · 321f2117
      Anthony Liguori 提交于
      # By Christoffer Dall (1) and Peter Maydell (1)
      # Via Peter Maydell
      * pmaydell/arm-devs.next:
        hw/vexpress: Use correct HBI (board model number) for vexpress-a15
        hw/arm_sysctl: Clear sysctl cfgctrl start bit
      321f2117
    • A
      Merge remote-tracking branch 'stefanha/trivial-patches' into staging · b0df98f3
      Anthony Liguori 提交于
      # By Markus Armbruster (12) and others
      # Via Stefan Hajnoczi
      * stefanha/trivial-patches:
        qmp-commands.hx: s/tray-open/tray_open/ to match qapi schema
        tests: Fix {rtc, m48t59}-test build on illumos
        qemu-pixman.h: Avoid mutual inclusion loop with console.h
        qemu-ga: Fix unchecked strdup() by converting to g_strdup()
        qapi: Fix unchecked strdup() by converting to g_strdup()
        libcacard: Fix unchecked strdup() by converting to g_strdup()
        qemu-log: Plug trivial memory leak in cpu_set_log_filename()
        qemu-log: Fix unchecked strdup() by converting to g_strdup()
        virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup()
        spice: Fix unchecked strdup() by converting to g_strdup()
        readline: Fix unchecked strdup() by converting to g_strdup()
        hw/9pfs: Fix unchecked strdup() by converting to g_strdup()
        g_strdup(NULL) returns NULL; simplify
        g_malloc(0) and g_malloc0(0) return NULL; simplify
        xilinx_axidma: Fix debug mode compile messages
        cadence_gem: Debug mode compile fixes
        cadence_ttc: Debug mode compile fixes
        vnc: Clean up vncws_send_handshake_response()
      b0df98f3
    • A
      Merge remote-tracking branch 'afaerber-or/prep-up' into staging · 7cc2a8b1
      Anthony Liguori 提交于
      # By Andreas Färber
      # Via Andreas Färber
      * afaerber-or/prep-up:
        prep: Move PReP machine to hw/ppc/
        prep_pci: Convert to QOM realizefn
        prep_pci: Create PCIBus and PCIDevice in-place
      7cc2a8b1
    • A
      Merge remote-tracking branch 'agraf/s390-for-upstream' into staging · 6ac5107d
      Anthony Liguori 提交于
      # By Cornelia Huck (13) and others
      # Via Alexander Graf
      * agraf/s390-for-upstream:
        s390: Drop set_bit usage in virtio_ccw.
        s390: css error codes.
        s390: Use s390_cpu_physical_memory_map for tpi.
        sclpconsole: Don't instantiate sclpconsole with -nodefaults
        s390: Add s390-ccw-virtio machine.
        s390-virtio: Check for NULL device in reset hypercall
        s390: Move hw files to hw/s390x
        virtio-s390: add a reset function to virtio-s390 devices
        s390: Make typeinfo const
        s390: Add new channel I/O based virtio transport.
        s390-virtio: Factor out some initialization code.
        s390: Wire up channel I/O in kvm.
        s390: Virtual channel subsystem support.
        s390: Add channel I/O instructions.
        s390: I/O interrupt and machine check injection.
        s390: Channel I/O basic definitions.
        s390: Add mapping helper functions.
        s390: Lowcore mapping helper.
        s390: Add default support for SCLP console
      6ac5107d
    • A
      target-arm: Rename CPU types · 51492fd1
      Andreas Färber 提交于
      In the initial conversion of CPU models to QOM types, model names were
      mapped 1:1 to type names. As a side effect this gained us a type "any",
      which is now a device.
      
      To avoid "-device any" silliness and to pave the way for compiling
      multiple targets into one executable, adopt a <name>-<arch>-cpu scheme.
      This leads to names like arm926-arm-cpu but is easiest to handle.
      
      No functional changes for -cpu arguments or -cpu ? output.
      Suggested-by: NEduardo Habkost <ehabkost@redhat.com>
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      51492fd1
    • P
      target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writes · e4c1cfa5
      Peter Maydell 提交于
      Fix a leak of a TCG temporary in code paths for VFP system register
      writes for cases which UNDEF or are write-ignored.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e4c1cfa5
  3. 30 1月, 2013 21 次提交