summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-20ram: save_live_setup() we don't need to synchronize the dirty bitmap.Juan Quintela1-2/+0
2012-07-20ram: iterate phaseJuan Quintela1-3/+7
2012-07-20ram: save_live_complete() only do one loopJuan Quintela1-32/+0
2012-07-20ram: save_live_setup() don't need to sent pagesJuan Quintela1-34/+0
2012-07-20savevm: split save_live into stage2 and stage3Juan Quintela4-62/+122
2012-07-20savevm: split save_live_setup from save_live_stateJuan Quintela4-31/+96
2012-07-20savevm: introduce is_active methodJuan Quintela3-7/+22
2012-07-20savevm: Refactor cancel operation in its own operationJuan Quintela4-11/+15
2012-07-20savevm: remove SaveLiveStateHandlerJuan Quintela1-2/+1
2012-07-20savevm: remove SaveSetParamsHandlerJuan Quintela1-2/+1
2012-07-20savevm: Live migration handlers register the struct directlyJuan Quintela6-23/+26
2012-07-20savevm: Use a struct to pass all handlersJuan Quintela2-29/+32
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-19msi/msix: added API to set MSI message address and dataAlexey Kardashevskiy4-0/+32
2012-07-19pci: Add INTx routing notifierJan Kiszka3-0/+32
2012-07-19pci: Add pci_device_route_intx_to_irqMichael S. Tsirkin4-0/+51
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
2012-07-18Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori7-42/+99
2012-07-18Merge remote-tracking branch 'kraxel/bios.2' into stagingAnthony Liguori6-0/+38
2012-07-18Merge remote-tracking branch 'kraxel/usb.57' into stagingAnthony Liguori8-34/+909
2012-07-17build: fix build breakage due to bad mergeAnthony Liguori1-7/+4
2012-07-17build: add make dist target (v2)Anthony Liguori2-15/+39