aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2015-07-07Fix older machine type compatibility on power with section footersDr. David Alan Gilbert
2015-07-07rocker: mark copy-to-cpu pkts as forwarding offloadedScott Feldman
2015-07-07rocker: return -1 when dropping packet on ingressScott Feldman
2015-07-07rocker: fix missing break statementsScott Feldman
2015-07-07rocker: fix misplaced break statementScott Feldman
2015-07-07rocker: don't queue receive pkts when port is disabledScott Feldman
2015-07-07vmxnet3: Fix incorrect small packet paddingBrian Kress
2015-07-07e1000: flush packets when link comes upStefan Hajnoczi
2015-07-07rocker: fix memory leakGonglei
2015-07-07ich9: add TCO interface emulationPaulo Alcantara
2015-07-07acpi: split out ICH ACPI supportMichael S. Tsirkin
2015-07-07virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann
2015-07-07virtio-gpu: update console device property.Gerd Hoffmann
2015-07-07vl: move rom_load_all after machine init doneEric Auger
2015-07-07Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' i...Peter Maydell
2015-07-07Revert "dataplane: allow virtio-1 devices"Cornelia Huck
2015-07-07dataplane: fix cross-endian issuesGreg Kurz
2015-07-06vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devicesGabriel Laupre
2015-07-06vfio: Unregister IOMMU notifiers when container is destroyedAlexey Kardashevskiy
2015-07-06hw/vfio/platform: add irqfd supportEric Auger
2015-07-06sysbus: add irq_routing_notifierEric Auger
2015-07-06intc: arm_gic_kvm: set the qemu_irq/gsi mappingEric Auger
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger
2015-07-06vfio: cpu: Use "real" page size APIPeter Crosthwaite
2015-07-06vfio: fix return type of preadPaolo Bonzini
2015-07-06pc: add SMM propertyPaolo Bonzini
2015-07-06ich9: add smm_enabled field and argumentsPaolo Bonzini
2015-07-06pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini
2015-07-06piix4/ich9: do not raise SMI on ACPI enable/disable commandsPaolo Bonzini
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-07-06arm_mptimer: Respect IT bit stateDmitry Osipenko
2015-07-06arm_mptimer: Fix timer shutdown and mode changeDmitry Osipenko
2015-07-06hw/intc/arm_gic_common.c: Reset all registersPeter Maydell
2015-07-06Fix interval interrupt of cadence ttc when timer is in decrement modeJohannes Schlatow
2015-07-05Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2015-07-04ahci: fix sdb fis semanticsJohn Snow
2015-07-04ahci: Do not map cmd_fis to generate responseJohn Snow
2015-07-04ahci: ncq migrationJohn Snow
2015-07-04ahci: add get_cmd_header helperJohn Snow
2015-07-04ahci: add cmd header to ncq transfer stateJohn Snow
2015-07-04ahci: correct ncq sector countJohn Snow
2015-07-04ahci: correct types in NCQTransferStateJohn Snow
2015-07-04ahci: add rwerror=stop support for ncqJohn Snow
2015-07-04ahci: factor ncq_finish out of ncq_cbJohn Snow
2015-07-04ahci: refactor process_ncq_commandJohn Snow
2015-07-04ahci: assert is_ncq for process_ncqJohn Snow
2015-07-04ahci: stash ncq commandJohn Snow
2015-07-04ide: add limit to .prepare_buf()John Snow
2015-07-04ahci: ncq sector count correctionJohn Snow
2015-07-04ahci: add ncq debug checksJohn Snow