summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-01-27qdev: move qdev->info to classAnthony Liguori33-93/+119
2012-01-27qdev: integrate with QEMU Object Model (v2)Anthony Liguori2-2/+35
2012-01-27pci: call reset unconditionallyAnthony Liguori1-5/+2
2012-01-27openpic: remove dead code to make a PCI device versionAnthony Liguori3-29/+5
2012-01-27macio: convert to qdevAnthony Liguori1-13/+30
2012-01-27Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori5-17/+860
2012-01-27Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-9/+3
2012-01-27pcnet: Preserve link state across device resetJan Kiszka1-1/+2
2012-01-27e1000: Preserve link state across device resetJan Kiszka1-0/+5
2012-01-27qdev-property: Make bit property parsing stricterJan Kiszka1-2/+2
2012-01-26scsi: Guard against buflen exceeding req->cmd.xfer in scsi_disk_emulate_commandThomas Higdon1-9/+1
2012-01-26virtio-blk: add virtio_blk_handle_read trace eventStefan Hajnoczi1-0/+2
2012-01-26arm: SoC model for Calxeda HighbankRob Herring1-0/+330
2012-01-26arm_boot: support board IDs more than 16 bits widePeter Maydell1-6/+5
2012-01-26arm: add secondary cpu boot callbacks to arm_boot.cMark Langsdorf2-11/+60
2012-01-26ahci: add support for non-PCI based controllersRob Herring1-0/+44
2012-01-26Add xgmac ethernet modelRob Herring1-0/+421
2012-01-25vga: compile cirrus_vga in hwlibBlue Swirl1-3/+0
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl6-37/+17
2012-01-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori22-582/+1423
2012-01-23Merge remote-tracking branch 'afaerber/prep-up' into stagingAnthony Liguori6-135/+547
2012-01-23e1000: bounds packet size against buffer sizeAnthony Liguori1-0/+3
2012-01-22sga: fix copypastaBlue Swirl1-2/+2
2012-01-22vga: make Cirrus ISA device optionalBlue Swirl3-14/+30
2012-01-22vga: improve VGA logicBlue Swirl11-47/+10
2012-01-21grackle_pci: Clean up qdev namesAndreas Färber1-5/+12
2012-01-21PPC: Pseries: Check for PCI boundariesAlexander Graf1-4/+23
2012-01-21pseries: SLOF PCI flag dayBenjamin Herrenschmidt2-166/+103
2012-01-21pseries: Use correct dispatcher for PCI config space accessesDavid Gibson1-4/+4
2012-01-21pseries: Support PCI extended config space in RTAS callsBenjamin Herrenschmidt1-4/+10
2012-01-21Correct types in bmdma_addr_{read,write}David Gibson1-2/+2
2012-01-21load_image_targphys() should enforce the max sizeBenjamin Herrenschmidt1-1/+5
2012-01-21virtio: change memcpy to guest readsAlexander Graf1-6/+6
2012-01-21virtio-pci: Fix endianness of virtio configBenjamin Herrenschmidt1-2/+26
2012-01-21PPC: Bamboo: Integrate SoC instatiation, use qdev for PCIAlexander Graf1-83/+60
2012-01-21PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single fileAlexander Graf4-130/+89
2012-01-21PPC: 4xx: Qdevify the 440 PCI host controllerAlexander Graf2-60/+74
2012-01-21PPC: bamboo: fix whitespaceAlexander Graf1-3/+3
2012-01-21PPC: bamboo: remove old machine descriptionsAlexander Graf1-21/+1
2012-01-21PPC: 440: Default to 440EP CPUAlexander Graf1-1/+1
2012-01-21PPC: 440: Ignore invalid PCI IRQsAlexander Graf1-0/+4
2012-01-21PPC: Bamboo: Set initial TLB entryAlexander Graf1-1/+26
2012-01-21PPC: Bamboo: Register CPU resetAlexander Graf1-6/+13
2012-01-21PPC: 440EP: Initialize timerAlexander Graf1-0/+1
2012-01-20prep: Use i82378 PCI->ISA bridge for 'prep' machineAndreas Färber1-48/+13
2012-01-20prep: Add i82378 PCI-to-ISA bridge emulationAndreas Färber2-0/+265
2012-01-20prep: Add i82374 DMA emulationAndreas Färber1-0/+154
2012-01-20prep: qdev'ify Raven host bridge (SysBus)Andreas Färber3-38/+63
2012-01-20prep_pci: Update I/O to MemoryRegion opsAndreas Färber1-38/+8
2012-01-20prep_pci: Simplify I/O endiannessAndreas Färber1-5/+1