1. 26 7月, 2012 20 次提交
  2. 24 7月, 2012 4 次提交
    • A
      Merge remote-tracking branch 'stefanha/net' into staging · a2114348
      Anthony Liguori 提交于
      * stefanha/net:
        remove unused QemuOpts parameter from net init functions
        convert net_init_bridge() to NetClientOptions
        convert net_init_tap() to NetClientOptions
        convert net_init_vde() to NetClientOptions
        convert net_init_socket() to NetClientOptions
        convert net_init_slirp() to NetClientOptions
        convert net_init_dump() to NetClientOptions
        convert net_init_nic() to NetClientOptions
        convert net_client_init() to OptsVisitor
        hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
        qapi schema: add Netdev types
        qapi schema: remove trailing whitespace
        qapi: introduce OptsVisitor
        expose QemuOpt and QemuOpts struct definitions to interested parties
        qapi: introduce "size" type
        qapi: generate C types for fixed-width integers
        qapi: add test case for deallocating traversal of incomplete structure
        qapi: fix error propagation
        MAINTAINERS: Replace net maintainer Mark McLoughlin with Stefan Hajnoczi
      a2114348
    • A
      Merge remote-tracking branch 'stefanha/trivial-patches' into staging · ef6bbdf9
      Anthony Liguori 提交于
      * stefanha/trivial-patches:
        Fix some more Qemus in documentation and help text
        qdev: Fix Open Firmware comment
        cpus.c: Make all_cpu_threads_idle() static
        Use macro QEMU_PACKED for new packed structures
        Recognize PCID feature
        powerpc pci: fixed packing of ranges[]
      ef6bbdf9
    • A
      Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging · 400006c2
      Anthony Liguori 提交于
      * pmaydell/arm-devs.for-upstream:
        exynos4210: add Exynos4210 i2c implementation
        hw/exynos4210_rtc.c: remove unnecessary code
        hw/exynos4210_rtc.c: Fix calculating for value of year
        hw/vexpress.c: Allow >4GB of RAM for Cortex-A15 daughterboard
        hw/arm_boot.c: Support DTBs which use 64 bit addresses
        device_tree: Add support for reading device tree properties
        hw/arm_boot.c: Check for RAM sizes exceeding ATAGS capacity
        hw/arm_boot.c: Consistently use ram_size from arm_boot_info struct
        hw/arm_boot.c: Make ram_size a uint64_t
        hw/pl011.c: Avoid crash on read when no chr backend present
      400006c2
    • A
      Merge remote-tracking branch 'stefanha/tracing' into staging · 903f650b
      Anthony Liguori 提交于
      * stefanha/tracing:
        Update simpletrace.py for new log format
        Simpletrace v2: Support multiple arguments, strings.
        monitor: remove unused do_info_trace
        trace: added ability to comment out events in the list
      903f650b
  3. 23 7月, 2012 16 次提交