aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-02megasas: LSI Megaraid SAS HBA emulationHannes Reinecke5-0/+2281
2012-07-02configure: Remove help for --disable-vnc-thread, --enable-vnc-threadStefan Weil1-2/+0
2012-07-02cpu-common.h: Remove a pointless ifndef CONFIG_USER_ONLYPeter Maydell1-2/+0
2012-07-02cpu-common.h: Remove unnecessary guard on including targphys.hPeter Maydell1-2/+0
2012-07-02megasas: Add header fileHannes Reinecke1-0/+1248
2012-07-02ISCSI: force use of sg for SMC and SSC devicesRonnie Sahlberg1-0/+10
2012-07-02ISCSI: Add SCSI passthrough via scsi-generic to libiscsiRonnie Sahlberg2-8/+147
2012-07-02scsi-disk: implement READ DISC INFORMATIONPaolo Bonzini2-0/+41
2012-07-02atapi: implement READ DISC INFORMATIONPaolo Bonzini1-0/+31
2012-07-02scsi: add a qdev property for the disk's WWNPaolo Bonzini1-1/+13
2012-07-02scsi: simplify handling of the VPD page length fieldPaolo Bonzini1-8/+7
2012-06-29Maintain the number of dirty pagesJuan Quintela3-14/+12
2012-06-29dirty bitmap: abstract its useJuan Quintela2-22/+21
2012-06-29Exit loop if we have been there too longJuan Quintela1-0/+18
2012-06-29Only calculate expected_time for stage 2Juan Quintela1-5/+8
2012-06-29Only TCG needs TLB handlingJuan Quintela1-10/+21
2012-06-29No need to iterate if we already are over the limitJuan Quintela1-0/+3
2012-06-29Add tracepoints for savevm section start/endJuan Quintela2-0/+13
2012-06-29Add spent time for migrationJuan Quintela4-3/+23
2012-06-29Add migration_end functionOrit Wasserman1-1/+6
2012-06-29Add debugging infrastructureOrit Wasserman1-6/+27
2012-06-29Add save_block_hdr functionOrit Wasserman1-12/+14
2012-06-29Add MigrationParams structureIsaku Yamahata7-17/+31
2012-06-29Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_...Orit Wasserman1-0/+3
2012-06-28bsd-user: fix buildBlue Swirl2-1/+4
2012-06-28x86: rename op_helper.c to seg_helper.cBlue Swirl2-3/+3
2012-06-28x86: split off memory access helpersBlue Swirl3-137/+165
2012-06-28x86: split off misc helpersBlue Swirl3-579/+605
2012-06-28x86: split off SMM helpersBlue Swirl3-285/+309
2012-06-28x86: split off SVM helpersBlue Swirl4-710/+734
2012-06-28x86: split off integer helpersBlue Swirl3-479/+502
2012-06-28x86: split off condition code helpersBlue Swirl4-407/+432
2012-06-28x86: prepare eflags helpers for general useBlue Swirl1-31/+37
2012-06-28x86: split condition code and shift templatesBlue Swirl3-81/+133
2012-06-28x86: fix coding style in helper_template.hBlue Swirl1-3/+22
2012-06-28x86: improve SSE table type safetyBlue Swirl1-45/+89
2012-06-28x86: split off FPU helpersBlue Swirl3-1278/+1306
2012-06-28x86: fix coding style in ops_sse.hBlue Swirl1-471/+578
2012-06-28x86: avoid an extern declarationBlue Swirl1-4/+1
2012-06-28x86: split off exception handlersBlue Swirl4-116/+140
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl7-220/+234
2012-06-28x86: prepare op_helper.c for splittingBlue Swirl1-796/+1279
2012-06-27Add a memory barrier to DMA functionsBenjamin Herrenschmidt2-2/+53
2012-06-27pseries: Implement IOMMU and DMA for PAPR PCI devicesDavid Gibson4-18/+39
2012-06-27iommu: Allow PCI to use IOMMU infrastructureDavid Gibson3-2/+18
2012-06-27pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson10-343/+370
2012-06-27iommu: Introduce IOMMU emulation infrastructureDavid Gibson3-25/+259
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson4-14/+15
2012-06-27ide/ahci: Use universal DMA helper functionsDavid Gibson3-16/+23
2012-06-27iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson5-17/+19