aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-07-07Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell8-20/+36
2015-07-07Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150707-1' into s...Peter Maydell3-7/+22
2015-07-07rocker: mark copy-to-cpu pkts as forwarding offloadedScott Feldman4-3/+11
2015-07-07rocker: return -1 when dropping packet on ingressScott Feldman1-1/+1
2015-07-07rocker: fix missing break statementsScott Feldman1-0/+2
2015-07-07rocker: fix misplaced break statementScott Feldman1-1/+1
2015-07-07rocker: don't queue receive pkts when port is disabledScott Feldman1-8/+10
2015-07-07vmxnet3: Fix incorrect small packet paddingBrian Kress1-6/+6
2015-07-07e1000: flush packets when link comes upStefan Hajnoczi1-0/+3
2015-07-07rocker: fix memory leakGonglei1-1/+2
2015-07-07virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann3-7/+7
2015-07-07virtio-gpu: update console device property.Gerd Hoffmann2-0/+15
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
2015-07-04ahci: add ncq debug checksJohn Snow1-0/+23
2015-07-04ahci: separate prdtl from optsJohn Snow2-12/+14
2015-07-04ahci: check for ncq prdtl overflowJohn Snow1-5/+15
2015-07-04ahci: add ncq_err helperJohn Snow1-4/+10
2015-07-04ahci: use shorter variablesJohn Snow1-8/+10