summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-27target-or32: Add interrupt supportJia Liu6-2/+151
2012-07-27target-or32: Add MMU supportJia Liu3-2/+303
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu16-2/+817
2012-07-23Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori60-771/+1352
2012-07-23Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori9-85/+83
2012-07-23Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori11-16/+456
2012-07-23Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori6-196/+340
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek12-38/+32
2012-07-23convert net_init_bridge() to NetClientOptionsLaszlo Ersek1-11/+12
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek8-70/+71
2012-07-23convert net_init_vde() to NetClientOptionsLaszlo Ersek1-10/+7
2012-07-23convert net_init_socket() to NetClientOptionsLaszlo Ersek1-76/+43
2012-07-23convert net_init_slirp() to NetClientOptionsLaszlo Ersek1-68/+25
2012-07-23convert net_init_dump() to NetClientOptionsLaszlo Ersek1-4/+17
2012-07-23convert net_init_nic() to NetClientOptionsLaszlo Ersek1-17/+22
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek12-346/+127
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek34-83/+71
2012-07-23qapi schema: add Netdev typesLaszlo Ersek1-0/+278
2012-07-23qapi schema: remove trailing whitespaceLaszlo Ersek1-5/+5
2012-07-23qapi: introduce OptsVisitorLaszlo Ersek3-1/+459
2012-07-23expose QemuOpt and QemuOpts struct definitions to interested partiesLaszlo Ersek2-23/+54
2012-07-23qapi: introduce "size" typeLaszlo Ersek3-0/+12
2012-07-23qapi: generate C types for fixed-width integersLaszlo Ersek1-0/+4
2012-07-23qapi: add test case for deallocating traversal of incomplete structureLaszlo Ersek1-0/+42
2012-07-23qapi: fix error propagationPaolo Bonzini6-70/+121
2012-07-23MAINTAINERS: Replace net maintainer Mark McLoughlin with Stefan HajnocziStefan Hajnoczi1-1/+2
2012-07-21Fix some more Qemus in documentation and help textStefan Weil2-3/+3
2012-07-21qdev: Fix Open Firmware commentStefan Weil1-6/+5
2012-07-21cpus.c: Make all_cpu_threads_idle() staticPeter Maydell2-27/+26
2012-07-21Use macro QEMU_PACKED for new packed structuresStefan Weil2-47/+47
2012-07-21Recognize PCID featureMao, Junjie1-1/+1
2012-07-21powerpc pci: fixed packing of ranges[]Alexey Kardashevskiy1-1/+1
2012-07-20exynos4210: add Exynos4210 i2c implementationMitsyanko Igor4-1/+365
2012-07-20hw/exynos4210_rtc.c: remove unnecessary codeOleg Ogurtsov1-4/+1
2012-07-20hw/exynos4210_rtc.c: Fix calculating for value of yearOleg Ogurtsov1-1/+1
2012-07-20hw/vexpress.c: Allow >4GB of RAM for Cortex-A15 daughterboardPeter Maydell1-3/+10
2012-07-20hw/arm_boot.c: Support DTBs which use 64 bit addressesPeter Maydell1-3/+32
2012-07-20device_tree: Add support for reading device tree propertiesPeter Maydell2-0/+34
2012-07-20hw/arm_boot.c: Check for RAM sizes exceeding ATAGS capacityPeter Maydell1-0/+6
2012-07-20hw/arm_boot.c: Consistently use ram_size from arm_boot_info structPeter Maydell1-2/+3
2012-07-20hw/arm_boot.c: Make ram_size a uint64_tPeter Maydell1-1/+1
2012-07-20hw/pl011.c: Avoid crash on read when no chr backend presentPeter Maydell1-1/+3
2012-07-19Revert "audio: Make PC speaker audio card available by default"Anthony Liguori1-2/+2
2012-07-19audio: Make PC speaker audio card available by defaultJan Kiszka1-2/+2
2012-07-19Update simpletrace.py for new log formatHarsh Prateek Bora1-41/+75
2012-07-19Simpletrace v2: Support multiple arguments, strings.Harsh Prateek Bora3-120/+262
2012-07-19monitor: remove unused do_info_traceHarsh Prateek Bora3-35/+0
2012-07-19trace: added ability to comment out events in the listAlexey Kardashevskiy1-0/+3
2012-07-18Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori39-697/+1325
2012-07-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori22-142/+230