summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-10-14q35: expose mmcfg size as a propertyMichael S. Tsirkin1-0/+1
2013-10-14q35: use macro for MCFG property nameMichael S. Tsirkin1-0/+2
2013-10-14pcie_host: expose address formatMichael S. Tsirkin1-0/+21
2013-10-14pcie_host: expose UNMAPPED macroMichael S. Tsirkin1-0/+3
2013-10-14loader: support for unmapped ROM blobsMichael S. Tsirkin1-3/+4
2013-10-14fw_cfg: interface to trigger callback on readMichael S. Tsirkin1-0/+4
2013-10-14qom: add pointer to int property helpersMichael S. Tsirkin1-0/+21
2013-10-14qom: cleanup struct Error referencesMichael S. Tsirkin1-25/+25
2013-10-14cleanup object.h: include error.h directlyIgor Mammedov1-1/+1
2013-10-14hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum1-3/+0
2013-10-14hw/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum1-18/+0
2013-10-14hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum1-0/+23
2013-10-14hw/core: Add interface to allocate and free a single IRQMarcel Apfelbaum1-0/+7
2013-10-14hw/pci: partially handle pci master abortMarcel Apfelbaum1-0/+1
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum2-3/+3
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster2-1/+1
2013-09-28smbios: Convert to QemuOptsMarkus Armbruster2-2/+4
2013-09-28smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster1-1/+1
2013-09-15pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin1-0/+1
2013-09-15range: add min/max operations on rangesMichael S. Tsirkin1-0/+18
2013-09-15range: add Range to typedefsMichael S. Tsirkin2-1/+2
2013-09-11Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into st...Anthony Liguori1-4/+0
2013-09-11Merge remote-tracking branch 'kraxel/usb.89' into stagingAnthony Liguori2-3/+3
2013-09-11Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori1-0/+13
2013-09-11Merge remote-tracking branch 'sstabellini/xen-2013-09-09' into stagingAnthony Liguori1-3/+1
2013-09-11Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori3-35/+148
2013-09-10abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell1-4/+0
2013-09-10Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina1-3/+0
2013-09-10Preparation for usb-bt-dongle conditional buildMiroslav Rezanina1-0/+3
2013-09-09error: Add error_set_win32 and error_setg_win32Tomoki Sekiyama1-0/+13
2013-09-09pc: Initializing ram_memory under Xen.Anthony PERARD1-3/+1
2013-09-06e1000: add interrupt mitigation supportVincenzo Maffione1-0/+8
2013-09-06net: Rename send_queue to incoming_queueJan Kiszka1-1/+1
2013-09-06block: define get_block_status return valuePaolo Bonzini1-0/+26
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini2-1/+3
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini1-4/+0
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini1-2/+0
2013-09-06block: make bdrv_delete() staticFam Zheng1-1/+0
2013-09-06block: implement reference count for BlockDriverStateFam Zheng2-0/+3
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet2-27/+6
2013-09-06throttle: Add a new throttling API implementing continuous leaky bucket.Benoît Canet1-0/+110
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka1-0/+4
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-11/+9
2013-09-03Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori3-0/+3
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-4/+4
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori3-6/+21
2013-09-03Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori6-10/+13
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber1-9/+0
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-2/+9
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno5-120/+113