summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-09-08PPC: mac_nvram: Split NVRAM into OF and OSX partsAlexander Graf1-3/+40
2014-09-08PPC: mac_nvram: Allow 2 and 4 byte accessesAlexander Graf1-0/+4
2014-09-08PPC: mac_nvram: Remove unused functionsAlexander Graf2-25/+0
2014-09-08PPC: mac99: Fix core99 timer frequencyAlexander Graf1-2/+7
2014-09-08ppc/spapr: Fix MAX_CPUS to 255Nikunj A Dadhania1-1/+1
2014-09-08spapr: Locate RTAS and device-tree based on real RMABenjamin Herrenschmidt1-12/+22
2014-09-08loader: Add load_image_size() to replace load_image()Benjamin Herrenschmidt1-0/+21
2014-09-08spapr: Fix ibm, associativity for memory nodesAlexey Kardashevskiy1-1/+1
2014-09-08spapr: Add a helper for node0_size calculationAlexey Kardashevskiy1-4/+16
2014-09-08spapr: Split memory nodes to power-of-two blocksAlexey Kardashevskiy1-2/+12
2014-09-08spapr: Refactor spapr_populate_memory() to allow memoryless nodesAlexey Kardashevskiy1-20/+20
2014-09-08spapr: Use DT memory node rendering helper for other nodesAlexey Kardashevskiy1-17/+2
2014-09-08spapr: Move DT memory node rendering to a helperAlexey Kardashevskiy1-20/+28
2014-09-08spapr: fix possible memory leakGonglei1-0/+1
2014-09-08PPC: mac99: Move NVRAM to page boundary when necessaryAlexander Graf1-1/+10
2014-09-08spapr: add uuid/host details to device treeNikunj A Dadhania1-0/+28
2014-09-08hw/ppc/spapr_hcall.c: Fix typo in function namesPeter Maydell1-11/+11
2014-09-08ppc: spapr-rtas - implement os-term rtas callNikunj A Dadhania2-0/+24
2014-09-08PPC: KVM: Fix g3beige and mac99 when HV is loadedAlexander Graf2-0/+14
2014-09-02Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140902-1' into ...Peter Maydell1-1/+3
2014-09-01target-tricore: Add board for systemmodeBastian Koppelmann2-0/+125
2014-09-01Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140901' int...Peter Maydell3-20/+330
2014-09-01qxl-render: add more sanity checksGerd Hoffmann1-1/+3
2014-09-01sclp-s390: Add memory hotplug SCLPsMatthew Rosato1-6/+253
2014-09-01s390-virtio: Apply same memory boundaries as virtio-ccwMatthew Rosato1-6/+9
2014-09-01virtio-ccw: Include standby memory when calculating storage incrementMatthew Rosato1-8/+38
2014-09-01sclp-s390: Add device to manage s390 memory hotplugMatthew Rosato1-0/+30
2014-08-29Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-1/+2
2014-08-29virtio-blk: allow drive_del with dataplaneStefan Hajnoczi1-0/+1
2014-08-29hw/intc/arm_gic: honor target mask in gic_update()Sergey Fedorov1-1/+2
2014-08-29aarch64: raise max_cpus to 8Joel Schopp1-1/+1
2014-08-29arm_gic: Use GIC_NR_SGIS constantAdam Lackorzynski1-1/+1
2014-08-29arm_gic: Do not force PPIs to edge-triggered modeAdam Lackorzynski1-1/+1
2014-08-29arm_gic: GICD_ICFGR: Write model only for pre v1 GICsAdam Lackorzynski1-4/+6
2014-08-29arm_gic: Fix read of GICD_ICFGRAdam Lackorzynski1-1/+1
2014-08-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140829-1' into s...Peter Maydell7-12/+145
2014-08-29usb: add usb host adapters exit traceGonglei3-0/+6
2014-08-29usb-xhci: add exit functionGonglei1-0/+36
2014-08-29usb-ehci: add ehci-pci device exit functionGonglei1-0/+14
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei2-0/+26
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei2-1/+2
2014-08-29usb-uhci: clean up uhci resource when pci-uhci exitGonglei1-0/+22
2014-08-29usb-ohci: add exit functionGonglei1-0/+19
2014-08-29usb-ohci: Fix memory leak for ohci timerGonglei1-1/+3
2014-08-29usb: add usb_bus_release functionGonglei1-0/+7
2014-08-29Revert "xhci: Fix number of streams allocated when using streams"Gerd Hoffmann1-1/+1
2014-08-29xhci: use (1u << i)Gerd Hoffmann1-2/+2
2014-08-29Fix OHCI ISO TD state never being written back.Jack Un1-2/+2
2014-08-29xhci: fix debug print compiling errorGonglei1-3/+3
2014-08-29usb: Fix bootindex for portnr > 9Markus Armbruster1-2/+2