aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140619'...Peter Maydell15-89/+246
2014-06-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140619-1' into s...Peter Maydell2-15/+9
2014-06-20spice: fix 32bit buildGerd Hoffmann2-2/+2
2014-06-20Merge remote-tracking branch 'remotes/rth/tcg-next' into stagingPeter Maydell1-5/+4
2014-06-19armv7m_nvic: fix AIRCR implementationOran Avraham1-1/+4
2014-06-19Use PSCI v0.2 compatible string when KVM or TCG provides itPranavkumar Sawargaonkar1-1/+15
2014-06-19target-arm: Introduce per-CPU field for PSCI versionPranavkumar Sawargaonkar4-0/+9
2014-06-19target-arm: Implement kvm_arch_reset_vcpu() for KVM ARM64Pranavkumar Sawargaonkar1-0/+4
2014-06-19target-arm: Enable KVM_ARM_VCPU_PSCI_0_2 feature when possiblePranavkumar Sawargaonkar2-0/+6
2014-06-19target-arm: Common kvm_arm_vcpu_init() for KVM ARM and KVM ARM64Pranavkumar Sawargaonkar5-12/+44
2014-06-19kvm: Handle exit reason KVM_EXIT_SYSTEM_EVENTPranavkumar Sawargaonkar1-0/+16
2014-06-19hw/block/pflash_cfi01: Report correct size info for parallel configsPeter Maydell1-3/+17
2014-06-19hw/arm/vexpress: Forbid specifying flash contents in two ways at oncePeter Maydell1-1/+9
2014-06-19target-arm/translate-a64.c: Fix dead ?: in handle_simd_shift_fpint_conv()Peter Maydell1-1/+1
2014-06-19target-arm/translate-a64.c: Remove dead ?: in disas_simd_3same_int()Peter Maydell1-1/+2
2014-06-19target-arm: Add ULL suffix to calculation of page sizePeter Maydell1-1/+1
2014-06-19hw/arm/spitz: Avoid clash with Windows header symbol MOD_SHIFTPeter Maydell1-50/+58
2014-06-19target-arm: implement PD0/PD1 bits for TTBCRFabian Aggeler2-18/+60
2014-06-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell13-294/+335
2014-06-19include/qemu/aes.h: Avoid conflicts with FreeBSD AES functionsSean Bruno1-0/+9
2014-06-19w32: Fix regression caused by new g_poll implementationStefan Weil1-78/+174
2014-06-19vnc: fix screen updatesGerd Hoffmann1-0/+3
2014-06-19vnc: Drop superfluous conditionals around g_strdup()Markus Armbruster1-4/+1
2014-06-19vnc: Drop superfluous conditionals around g_free()Markus Armbruster2-12/+6
2014-06-19virtio-scsi: define dummy handle_output for vhost-scsi vqsMing Lei3-7/+22
2014-06-18tcg/optimize: Don't special case TCG_OPF_CALL_CLOBBERRichard Henderson1-5/+4
2014-06-18block/iscsi: drop obsolete pointers from iscsi_co_writevPeter Lieven1-7/+2
2014-06-18block/iscsi: fix init value for iTask->retriesPeter Lieven1-1/+0
2014-06-18target-mips: implement UserLocal RegisterPetar Jovanovic6-15/+85
2014-06-18bitops: provide an inline implementation of find_first_bitAurelien Jarno1-1/+11
2014-06-18block/iscsi: bump libiscsi requirement to 1.9.0Peter Lieven2-103/+3
2014-06-18Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell7-66/+119
2014-06-18memory: Don't call memory_region_update_coalesced_range if nothing changedFam Zheng1-1/+6
2014-06-18memory: MemoryRegion: rename parent to containerPaolo Bonzini2-30/+30
2014-06-18virtio-scsi: add support for the any_layout featurePaolo Bonzini3-92/+109
2014-06-18virtio-scsi: introduce virtio_scsi_complete_cmd_reqPaolo Bonzini1-5/+10
2014-06-18virtio-scsi: prepare sense data handling for any_layoutPaolo Bonzini1-10/+12
2014-06-18virtio-scsi: add extra argument and return type to qemu_sgl_concatPaolo Bonzini1-7/+20
2014-06-18virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fieldsPaolo Bonzini1-1/+5
2014-06-18virtio-scsi: start preparing for any_layoutPaolo Bonzini1-49/+72
2014-06-18util: add return value to qemu_iovec_concat_iovPaolo Bonzini2-7/+9
2014-06-18megasas: use PCI DMA APIPaolo Bonzini1-6/+10
2014-06-18scsi: Print command name in debugAlexey Kardashevskiy4-4/+10
2014-06-18scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745cUlrich Obergfell1-1/+1
2014-06-18scsi-disk.c: Fix compilation with -DDEBUG_SCSIPaul Janzen1-1/+1
2014-06-18block/iscsi: use 16 byte CDBs only when necessaryPeter Lieven1-18/+40
2014-06-18block/iscsi: fix potential segfault on early callbackPeter Lieven1-1/+4
2014-06-18block/iscsi: handle BUSY conditionPeter Lieven1-12/+43
2014-06-17memory: MemoryRegion: factor out memory region re-adderPeter Crosthwaite1-10/+16
2014-06-17memory: MemoryRegion: factor out subregion add functionalityPeter Crosthwaite1-6/+12