summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori2-0/+12
2013-10-31Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori3-3/+68
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori17-54/+162
2013-10-31integrator: fix Linux boot failure by emulating dbg regionAlex Bennée1-0/+18
2013-10-30coroutine: add co_aio_sleep_ns() to allow sleep in block driversMORITA Kazutaka1-0/+9
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf1-0/+3
2013-10-25spapr: Use DeviceClass::fw_name for device tree CPU nodeAndreas Färber1-1/+0
2013-10-25target-ppc: dump-guest-memory supportAneesh Kumar K.V1-0/+3
2013-10-25xics: Implement H_XIRR_XBenjamin Herrenschmidt1-0/+1
2013-10-25xics-kvm: Support for in-kernel XICS interrupt controllerDavid Gibson1-0/+10
2013-10-25xics: add cpu_setup callbackAlexey Kardashevskiy1-0/+1
2013-10-25xics: split to xics and xics-commonAlexey Kardashevskiy1-0/+20
2013-10-25xics: add pre_save/post_load dispatchersAlexey Kardashevskiy1-0/+26
2013-10-25spapr-rtas: fix h_rtas parameters readingAlexey Kardashevskiy1-2/+7
2013-10-18Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori6-0/+127
2013-10-17timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini1-0/+26
2013-10-17timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan1-0/+6
2013-10-17qemu-thread: add QemuEventPaolo Bonzini3-0/+19
2013-10-17timer: protect timers_state's clock with seqlockLiu Ping Fan1-0/+2
2013-10-17seqlock: introduce read-write seqlockPaolo Bonzini1-0/+72
2013-10-17portio: Allow to mark portio lists as coalesced MMIO flushingJan Kiszka1-0/+2
2013-10-17spice: fix multihead supportGerd Hoffmann1-2/+3
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil1-1/+1
2013-10-14i386: ACPI table generation code from seabiosMichael S. Tsirkin1-0/+1
2013-10-14acpi: add interface to access user-installed tablesMichael S. Tsirkin1-0/+4
2013-10-14hpet: add API to find itMichael S. Tsirkin1-0/+2
2013-10-14pvpanic: add API to access io portMichael S. Tsirkin1-0/+1
2013-10-14ich9: APIs for pc guest infoMichael S. Tsirkin3-0/+6
2013-10-14piix: APIs for pc guest infoMichael S. Tsirkin2-0/+9
2013-10-14acpi/piix: add macros for acpi property namesMichael S. Tsirkin1-0/+10
2013-10-14i386: define pc guest infoMichael S. Tsirkin1-0/+9
2013-10-14loader: allow adding ROMs in done callbacksMichael S. Tsirkin1-0/+1
2013-10-14loader: use file path size from fw_cfg.hMichael S. Tsirkin1-1/+3
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-10-11Merge remote-tracking branch 'mdroth/qga-pull-2013-10-10' into stagingAnthony Liguori1-2/+5
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori3-67/+252