summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-07-07ppc: Update cpu_model in MachineStateBharata B Rao6-25/+20
2015-07-07spapr: Consolidate cpu init code into a routineBharata B Rao1-25/+29
2015-07-07spapr: Reorganize CPU dt generation codeBharata B Rao1-125/+159
2015-07-07spapr: Support ibm, lrdr-capacity device tree propertyBharata B Rao1-0/+16
2015-07-07spapr: Consider max_cpus during xics initializationBharata B Rao1-2/+2
2015-07-07Revert "hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_it...Markus Armbruster1-17/+11
2015-07-07spapr_iommu: translate sPAPRTCEAccess to IOMMUAccessFlagsGreg Kurz1-2/+16
2015-07-07spapr_iommu: drop erroneous check in h_put_tce_indirect()Greg Kurz1-3/+1
2015-07-07spapr_pci: set device node unit address as hexNikunj A Dadhania1-5/+7
2015-07-07spapr_pci: encode class code including Prog IF registerNikunj A Dadhania1-2/+1
2015-07-07spapr_pci: encode missing 64-bit memory address spaceNikunj A Dadhania1-1/+9
2015-07-07spapr: Add sPAPRMachineClassDavid Gibson1-0/+1
2015-07-07spapr: Remove obsolete entry_point field from sPAPRMachineStateDavid Gibson1-3/+1
2015-07-07spapr: Remove obsolete ram_limit field from sPAPRMachineStateDavid Gibson2-11/+14
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson13-134/+134
2015-07-07spapr: ensure we have at least one XICS serverGreg Kurz1-1/+2
2015-07-07macio: remove nonexistent interrupt on pin 1Cormac O'Brien1-2/+0
2015-07-07Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' i...Peter Maydell7-13/+161
2015-07-06vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devicesGabriel Laupre1-0/+27
2015-07-06vfio: Unregister IOMMU notifiers when container is destroyedAlexey Kardashevskiy1-0/+8
2015-07-06hw/vfio/platform: add irqfd supportEric Auger1-0/+100
2015-07-06sysbus: add irq_routing_notifierEric Auger1-0/+6
2015-07-06intc: arm_gic_kvm: set the qemu_irq/gsi mappingEric Auger1-0/+6
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger3-9/+9
2015-07-06vfio: cpu: Use "real" page size APIPeter Crosthwaite1-3/+4
2015-07-06vfio: fix return type of preadPaolo Bonzini1-1/+1
2015-07-06pc: add SMM propertyPaolo Bonzini3-2/+62
2015-07-06ich9: add smm_enabled field and argumentsPaolo Bonzini3-5/+8
2015-07-06pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini2-6/+6
2015-07-06piix4/ich9: do not raise SMI on ACPI enable/disable commandsPaolo Bonzini2-0/+6
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2015-07-06arm_mptimer: Respect IT bit stateDmitry Osipenko1-1/+1
2015-07-06arm_mptimer: Fix timer shutdown and mode changeDmitry Osipenko1-2/+9
2015-07-06hw/intc/arm_gic_common.c: Reset all registersPeter Maydell1-3/+18
2015-07-06Fix interval interrupt of cadence ttc when timer is in decrement modeJohannes Schlatow1-5/+4
2015-07-05Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell6-176/+350
2015-07-04ahci: fix sdb fis semanticsJohn Snow1-12/+17
2015-07-04ahci: Do not map cmd_fis to generate responseJohn Snow1-45/+5
2015-07-04ahci: ncq migrationJohn Snow1-1/+50
2015-07-04ahci: add get_cmd_header helperJohn Snow1-3/+12
2015-07-04ahci: add cmd header to ncq transfer stateJohn Snow2-5/+7
2015-07-04ahci: correct ncq sector countJohn Snow2-3/+6
2015-07-04ahci: correct types in NCQTransferStateJohn Snow2-7/+7
2015-07-04ahci: add rwerror=stop support for ncqJohn Snow4-2/+44
2015-07-04ahci: factor ncq_finish out of ncq_cbJohn Snow1-12/+18
2015-07-04ahci: refactor process_ncq_commandJohn Snow1-31/+42
2015-07-04ahci: assert is_ncq for process_ncqJohn Snow1-38/+30
2015-07-04ahci: stash ncq commandJohn Snow2-1/+3
2015-07-04ide: add limit to .prepare_buf()John Snow5-24/+36
2015-07-04ahci: ncq sector count correctionJohn Snow1-3/+3