summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori70-115/+16010
2013-10-31integrator: fix Linux boot failure by emulating dbg regionAlex Bennée3-0/+102
2013-10-31hw/arm: Tidy up conditional calls to arm_load_kernelPeter Maydell3-19/+13
2013-10-31hw/arm/boot: Make user not specifying a kernel not an errorPeter Maydell1-2/+4
2013-10-24hw/microblaze: Add support for loading initrd imagesEdgar E. Iglesias4-3/+45
2013-10-24hw/microblaze: Indentation cleanupsEdgar E. Iglesias3-8/+10
2013-10-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+3
2013-10-18Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-1/+15
2013-10-18Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-2/+1
2013-10-18Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori3-6/+3
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori1-1/+1
2013-10-18net/rtl8139: update network information when macaddr is changed in guestAmos Kong1-1/+5
2013-10-18net/e1000: update network information when macaddr is changed in guestAmos Kong1-0/+8
2013-10-18net: update nic info during device resetAmos Kong2-0/+2
2013-10-18virtio: Remove unneeded memcpyStefan Weil1-1/+0
2013-10-17vga: Mark relevant portio lists regions as coalesced MMIO flushingJan Kiszka2-4/+2
2013-10-17cirrus: Mark vga io region as coalesced MMIO flushingJan Kiszka1-2/+1
2013-10-17spice: fix multihead supportGerd Hoffmann1-2/+1
2013-10-17spice: replace use of deprecated APIMarc-André Lureau1-8/+8
2013-10-17sd: Avoid access to NULL BlockDriverStateAndreas Färber1-1/+1
2013-10-16Makefile.target: CONFIG_NO_* variables removedÁkos Kovács1-1/+1
2013-10-14Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20131010.0' int...Anthony Liguori1-109/+518
2013-10-14ssdt-proc: update generated fileMichael S. Tsirkin1-5/+5
2013-10-14ssdt: fix PBLK lengthMichael S. Tsirkin1-1/+1
2013-10-14i386: ACPI table generation code from seabiosMichael S. Tsirkin7-0/+1568
2013-10-14pc: use new api to add builtin tablesMichael S. Tsirkin1-1/+1
2013-10-14acpi: add interface to access user-installed tablesMichael S. Tsirkin1-0/+40
2013-10-14hpet: add API to find itMichael S. Tsirkin1-0/+5
2013-10-14pvpanic: add API to access io portMichael S. Tsirkin1-1/+12
2013-10-14ich9: APIs for pc guest infoMichael S. Tsirkin3-0/+74
2013-10-14piix: APIs for pc guest infoMichael S. Tsirkin2-4/+48
2013-10-14acpi/piix: add macros for acpi property namesMichael S. Tsirkin1-3/+3
2013-10-14i386: define pc guest infoMichael S. Tsirkin1-0/+21
2013-10-14loader: allow adding ROMs in done callbacksMichael S. Tsirkin1-1/+5
2013-10-14i386: add bios linker/loaderMichael S. Tsirkin3-0/+186
2013-10-14loader: use file path size from fw_cfg.hMichael S. Tsirkin1-1/+1
2013-10-14acpi: ssdt pcihp: updat generated fileMichael S. Tsirkin1-4/+4
2013-10-14acpi: pre-compiled ASL filesMichael S. Tsirkin5-0/+12383
2013-10-14acpi: add rules to compile ASL sourceMichael S. Tsirkin1-0/+22
2013-10-14i386: add ACPI table files from seabiosMichael S. Tsirkin10-0/+1435
2013-10-14q35: expose mmcfg size as a propertyMichael S. Tsirkin1-0/+14
2013-10-14q35: use macro for MCFG property nameMichael S. Tsirkin1-1/+1
2013-10-14pcie_host: expose address formatMichael S. Tsirkin1-21/+0
2013-10-14pcie_host: expose UNMAPPED macroMichael S. Tsirkin1-3/+0
2013-10-14loader: support for unmapped ROM blobsMichael S. Tsirkin2-4/+21
2013-10-14fw_cfg: interface to trigger callback on readMichael S. Tsirkin1-5/+28
2013-10-14pci: fix up w64 size calculation helperMichael S. Tsirkin1-8/+12
2013-10-14hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum1-2/+0
2013-10-14hw/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum2-4/+4
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum26-43/+43