summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-14i386: add ACPI table files from seabiosMichael S. Tsirkin12-0/+1848
2013-10-14q35: expose mmcfg size as a propertyMichael S. Tsirkin2-0/+15
2013-10-14q35: use macro for MCFG property nameMichael S. Tsirkin2-1/+3
2013-10-14pcie_host: expose address formatMichael S. Tsirkin2-21/+21
2013-10-14pcie_host: expose UNMAPPED macroMichael S. Tsirkin2-3/+3
2013-10-14loader: support for unmapped ROM blobsMichael S. Tsirkin3-7/+25
2013-10-14fw_cfg: interface to trigger callback on readMichael S. Tsirkin2-5/+32
2013-10-14pci: fix up w64 size calculation helperMichael S. Tsirkin1-8/+12
2013-10-14qom: add pointer to int property helpersMichael S. Tsirkin2-0/+81
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 Apfelbaum2-5/+0
2013-10-14hw/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum3-22/+4
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum26-43/+43
2013-10-14hw/vfio: set interrupts using pci irq wrappersMarcel Apfelbaum1-5/+6
2013-10-14hw/vmxnet3: set interrupts using pci irq wrappersMarcel Apfelbaum1-2/+11
2013-10-14hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc initMarcel Apfelbaum1-1/+1
2013-10-14hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum2-4/+45
2013-10-14hw/core: Add interface to allocate and free a single IRQMarcel Apfelbaum2-0/+23
2013-10-14hw/pci: partially handle pci master abortMarcel Apfelbaum2-0/+27
2013-10-14docs/memory: Explictly state that MemoryRegion priority is signedMarcel Apfelbaum1-0/+4
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum4-7/+7
2013-09-28smbios: Factor out smbios_maybe_add_str()Markus Armbruster1-36/+25
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster5-65/+94
2013-09-28smbios: Improve diagnostics for conflicting entriesMarkus Armbruster1-26/+17
2013-09-28smbios: Convert to QemuOptsMarkus Armbruster5-43/+179
2013-09-28smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster3-9/+7
2013-09-22virtio-net: fix up HMP NIC info string on resetMichael S. Tsirkin1-0/+1
2013-09-15pci: remove explicit check to 64K ioport sizeHervé Poussineau1-2/+4
2013-09-15piix4: disable io on resetMichael S. Tsirkin1-0/+1
2013-09-15piix: use 64 bit window programmed by guestMichael S. Tsirkin1-4/+10
2013-09-15q35: use 64 bit window programmed by guestMichael S. Tsirkin1-4/+10
2013-09-15pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin2-0/+51
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-15q35: make pci window address/size match guest cfgMichael S. Tsirkin1-0/+10
2013-09-11Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into st...Anthony Liguori27-267/+1988
2013-09-11Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+4
2013-09-11Merge remote-tracking branch 'spice/spice.v73' into stagingAnthony Liguori4-22/+28
2013-09-11Merge remote-tracking branch 'kraxel/usb.89' into stagingAnthony Liguori10-89/+95
2013-09-11Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori28-30/+2257
2013-09-11Merge remote-tracking branch 'sstabellini/xen-2013-09-09' into stagingAnthony Liguori5-8/+12
2013-09-11Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori57-1089/+3407
2013-09-11Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori10-29/+174
2013-09-10configure: Add handling code for AArch64 targetsAlexander Graf1-1/+6
2013-09-10linux-user: Add AArch64 supportAlexander Graf3-2/+38
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell3-14/+51
2013-09-10linux-user: Add AArch64 termbits.h definitionsAlexander Graf1-0/+220
2013-09-10linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64Alexander Graf1-0/+35
2013-09-10linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell1-1/+3