summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-09ehci: fix ehci_qh_do_overlayGerd Hoffmann1-19/+18
2012-07-07bitops.h: Add functions to extract and deposit bitfieldsPeter Maydell1-0/+90
2012-07-07target-i386: make it clearer that op table accesses don't overrunPeter Maydell1-6/+6
2012-07-07target-i386: Remove confusing X86_64_DEF macroPeter Maydell1-15/+24
2012-07-07target-i386: Remove unused macrosPeter Maydell1-6/+0
2012-07-07.gitignore updateEduardo Habkost1-0/+6
2012-07-07Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl13-8/+2689
2012-07-05target-i386: Fix compilation with --enable-debugStefan Weil1-25/+34
2012-07-04hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_tPeter Maydell1-2/+2
2012-07-04i.MX31: KZM-ARM11-01 evaluation boardPeter Chubb3-0/+161
2012-07-04i.MX31: Interrupt ControllerPeter Chubb2-1/+409
2012-07-04i.MX31: TimersPeter Chubb3-1/+698
2012-07-04i.MX31: Clock Control ModulePeter Chubb3-1/+332
2012-07-04i.MX: UART supportPeter Chubb3-0/+484
2012-07-04Exynos4: add RTC deviceOleg Ogurtsov3-0/+604
2012-07-04hw/exynos4210.c: Fix misleading initialization of IROM mirrorEvgeny Voevodin1-1/+1
2012-07-04hw/exynos4210_pwm.c: Fix STOP status in tick handler.Evgeny Voevodin1-1/+1
2012-07-04ARM: hw/exynos4210_mct.c: Fix a bug which hangs Linux kernel.Stanislav Vorobiov1-4/+0
2012-07-02scsi: Fix transfer length for READ POSITION commands.Christian Hoff2-1/+23
2012-07-02scsi: Add basic support for SCSI media changer commands.Christian Hoff2-6/+43
2012-07-02scsi: Ensure command and transfer lengths are set for all SCSI devicesPaolo Bonzini1-7/+18
2012-07-02scsi: Fix LOAD_UNLOADChristian Hoff2-4/+4
2012-07-02scsi: Fix data length == SCSI_SENSE_BUF_SIZEChristian Hoff1-1/+1
2012-07-02virtio-scsi: do not crash on adding buffers to the event queuePaolo Bonzini1-1/+5
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