summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-04qtest/ahci: ncq migration testJohn Snow1-4/+15
2015-07-04qtest/ahci: simple ncq data testJohn Snow3-33/+53
2015-07-04libqos/ahci: Force all NCQ commands to be LBA48John Snow1-1/+1
2015-07-04libqos/ahci: set the NCQ tag on command_commitJohn Snow1-0/+5
2015-07-04libqos/ahci: adjust expected NCQ interruptsJohn Snow1-2/+7
2015-07-04libqos/ahci: edit wait to be ncq awareJohn Snow1-3/+7
2015-07-04libqos/ahci: add NCQ frame supportJohn Snow2-10/+63
2015-07-04libqos/ahci: fix cmd_sanity for ncqJohn Snow2-24/+25
2015-07-04ahci/qtest: Execute IDENTIFY prior to data commandsJohn Snow1-0/+6
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
2015-07-04ahci: Rename NCQFIS structure fieldsJohn Snow1-10/+25
2015-07-04qtest/ahci: add port_reset testJohn Snow1-0/+24
2015-07-04libqos/ahci: fix memory management bugsJohn Snow1-2/+4
2015-07-04qtest/ahci: add test_maxJohn Snow1-5/+45
2015-07-04ahci: Do not ignore memory access read sizeJohn Snow1-2/+25
2015-07-03numa: API to lookup NUMA node by addressBharata B Rao2-0/+42
2015-07-03numa: Store boot memory address range in node_infoBharata B Rao1-0/+27
2015-07-03numa,pc-dimm: Store pc-dimm memory information in numa_infoBharata B Rao3-0/+40
2015-07-03pc: Abort if HotplugHandlerClass::plug() failsBharata B Rao1-1/+1
2015-07-03pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routineBharata B Rao3-63/+87
2015-07-03pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao4-19/+27
2015-07-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150703-1' into...Peter Maydell3-6/+33
2015-07-03update pci-bridge-seat section in docs/multiseat.txtGerd Hoffmann1-4/+5
2015-07-03virtio-input: add input routing supportGerd Hoffmann3-2/+28
2015-07-02Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150702-v3' into sta...Peter Maydell11-66/+283
2015-07-02s390x/migration: Introduce 2.4 machineChristian Borntraeger1-4/+18
2015-07-02s390x/gdb: synchronize cpu state after modifying acrsDavid Hildenbrand1-0/+1
2015-07-02s390x/ipl: Fix boot if no bootindex was specifiedChristian Borntraeger1-2/+2
2015-07-02virtio-ccw: migrate ->revisionCornelia Huck1-0/+2
2015-07-02s390x/virtio-ccw: support virtio-1 set_vq formatCornelia Huck1-41/+92
2015-07-02s390x/virtio-ccw: add virtio set-revision callThomas Huth2-2/+84
2015-07-02Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell31-170/+353
2015-07-02block: remove redundant check before g_slist_find()Alberto Garcia1-1/+1
2015-07-02block/nfs: limit maximum readahead size to 1MBPeter Lieven1-0/+7
2015-07-02block/iscsi: restore compatiblity with libiscsi 1.9.0Peter Lieven3-9/+32
2015-07-02iotests: Use event_wait in wait_readyFam Zheng1-7/+2
2015-07-02qemu-iotests: Add test case for mirror with unmapFam Zheng3-0/+65
2015-07-02qemu-iotests: Make block job methods commonFam Zheng2-51/+43
2015-07-02block: Remove bdrv_reset_dirtyFam Zheng2-14/+0
2015-07-02block: Fix dirty bitmap in bdrv_co_discardFam Zheng1-2/+2
2015-07-02mirror: Do zero write on target if sectors not allocatedFam Zheng1-2/+18