summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* arm_gic: Rename gic_state to GICStatePeter Maydell2012-10-124-43/+43
* zynq_slcr: Fixed ResetValues enumPeter A. G. Crosthwaite2012-10-121-1/+1
* versatilepb: add gpio pl061 supportJean-Christophe PLAGNIOL-VILLARD2012-10-121-0/+5
* hw/ds1338: Implement state save/restorePeter Maydell2012-10-121-5/+22
* hw/ds1338: Remove 'now' field from state structPeter Maydell2012-10-121-20/+21
* hw/ds1338: Recapture current time when register pointer wraps aroundPeter Maydell2012-10-121-17/+42
* hw/ds1338: Fix mishandling of register pointerPeter Maydell2012-10-121-7/+13
* hw/arm_gic.c: Fix improper DPRINTF output.Evgeny Voevodin2012-10-121-1/+1
* cadence_ttc: Fix 'clear on read' behaviorSoren Brinkmann2012-10-121-1/+1
* ssi: Add slave autoconnect helperPeter Crosthwaite2012-10-104-3/+44
* xilinx_zynq: Added SPI controllers + flashesPeter A. G. Crosthwaite2012-10-101-0/+34
* xilinx_spips: Xilinx Zynq SPI cntrlr device modelPeter A. G. Crosthwaite2012-10-102-0/+353
* petalogix-ml605: added SPI controller with n25q128Peter A. G. Crosthwaite2012-10-101-0/+27
* xilinx_spi: Initial impl. of Xilinx SPI controllerPeter A. G. Crosthwaite2012-10-102-0/+384
* m25p80: Initial implementation of SPI flash devicePeter A. G. Crosthwaite2012-10-102-0/+599
* hw: Added generic FIFO API.Peter A. G. Crosthwaite2012-10-103-0/+178
* stellaris: Removed SSI muxPeter A. G. Crosthwaite2012-10-103-78/+18
* qdev: allow multiple qdev_init_gpio_in() callsPeter A. G. Crosthwaite2012-10-103-11/+33
* ssi: Added create_slave_no_init()Peter A. G. Crosthwaite2012-10-102-2/+8
* ssi: Implemented CS behaviourPeter A. G. Crosthwaite2012-10-109-16/+118
* ssi: Support for multiple attached devicesPeter A. G. Crosthwaite2012-10-101-15/+9
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-0630-66/+36
|\
| * versatilepb: Use symbolic indices for ARM PICStefan Weil2012-10-051-1/+2
| * qdev: kill bogus commentEduardo Habkost2012-10-051-1/+0
| * hw: Add missing 'static' attribute for QEMUMachineStefan Weil2012-10-052-2/+2
| * cleanup useless return sentenceAmos Kong2012-10-0523-42/+0
| * hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil2012-10-053-20/+32
* | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno2012-10-0612-283/+351
|\ \
| * | PPC: e500: Only expose even TLB sizes in initial TLBAlexander Graf2012-10-051-0/+4
| * | pseries: Don't test for MSR_PR for hypercalls under KVMDavid Gibson2012-10-052-6/+6
| * | PPC: e500: calculate initrd_base like dt_baseScott Wood2012-10-051-1/+2
| * | PPC: e500: increase DTC_LOAD_PADScott Wood2012-10-051-1/+1
| * | fdt: move dumpdtb interpretation code to device_tree.cAlexander Graf2012-10-051-14/+1
| * | pseries: Set hash table size based on RAM sizeDavid Gibson2012-10-041-3/+10
| * | pseries: Remove unnecessary locking from PAPR hash table hcallsDavid Gibson2012-10-041-38/+4
| * | ppc405_uc: Fix buffer overflowStefan Weil2012-10-041-5/+11
| * | pseries: Fix semantics of RTAS int-on, int-off and set-xive functionsDavid Gibson2012-10-041-17/+8
| * | pseries: Rework implementation of TCE bypassDavid Gibson2012-10-044-23/+30
| * | pseries: Remove never used flags field from spapr vio devicesDavid Gibson2012-10-041-1/+0
| * | pseries: Remove XICS irq type enum typeDavid Gibson2012-10-045-25/+17
| * | pseries: Remove C bitfields from xics codeDavid Gibson2012-10-041-19/+24
| * | pseries: Small cleanup to H_CEDE implementationDavid Gibson2012-10-041-0/+2
| * | pseries: Fix XICS resetDavid Gibson2012-10-041-10/+28
| * | pseries: Reset emulated PCI TCE tables on system resetDavid Gibson2012-10-043-0/+22
| * | pseries: Clear TCE and signal state when resetting PAPR VIO devicesDavid Gibson2012-10-041-6/+5
| * | pseries: Add support for new KVM hash table control callDavid Gibson2012-10-042-113/+165
| * | pseries: Use new method to correct reset sequenceDavid Gibson2012-10-041-5/+4
| * | pseries: Fix and cleanup CPU initialization and resetDavid Gibson2012-10-042-14/+25
* | | vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno2012-10-066-53/+0
* | | mips/r4k: use the new is_vga_init() functionAurelien Jarno2012-10-061-1/+1
OpenPOWER on IntegriCloud