aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-07crypto: introduce new module for computing hash digestsDaniel P. Berrange12-0/+752
2015-07-07vl: move rom_load_all after machine init doneEric Auger3-15/+7
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-smm' into sta...Peter Maydell22-344/+517
2015-07-06pc: add SMM propertyPaolo Bonzini7-2/+76
2015-07-06ich9: add smm_enabled field and argumentsPaolo Bonzini5-7/+11
2015-07-06pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini3-7/+7
2015-07-06target-i386: register a separate KVM address space including SMRAM regionsPaolo Bonzini1-1/+40
2015-07-06kvm-all: kvm_irqchip_create is not expected to failPaolo Bonzini1-17/+18
2015-07-06kvm-all: add support for multiple address spacesPaolo Bonzini2-7/+10
2015-07-06kvm-all: make KVM's memory listener more genericPaolo Bonzini2-62/+94
2015-07-06kvm-all: move internal types to kvm_int.hPaolo Bonzini2-17/+31
2015-07-06kvm-all: remove useless typedefPaolo Bonzini1-3/+1
2015-07-06kvm-all: put kvm_mem_flags to more workAndrew Jones1-22/+20
2015-07-06target-i386: add support for SMBASE MSR and SMIsPaolo Bonzini2-12/+94
2015-07-06piix4/ich9: do not raise SMI on ACPI enable/disable commandsPaolo Bonzini2-0/+6
2015-07-06linux-headers: Update to 4.2-rc1Alexey Kardashevskiy7-199/+121
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell26-73/+299
2015-07-06exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internalPaolo Bonzini1-1/+13
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell6-5/+22
2015-07-06Merge remote-tracking branch 'remotes/xtensa/tags/20150706-xtensa' into stagingPeter Maydell9-16/+70
2015-07-06target-xtensa: fix gdb register map constructionMax Filippov7-7/+27
2015-07-06target-xtensa: add 64-bit floating point registersMax Filippov4-9/+43
2015-07-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150706'...Peter Maydell9-15/+63
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-06target-arm: Implement YIELD insn to yield in ARM and Thumb translatorsPeter Maydell1-0/+7
2015-07-06target-arm: Split DISAS_YIELD from DISAS_WFEPeter Maydell4-3/+23
2015-07-06Fix interval interrupt of cadence ttc when timer is in decrement modeJohannes Schlatow1-5/+4
2015-07-06target-arm: fix write helper for TLBI ALLE1ISSergey Fedorov1-1/+1
2015-07-05Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell9-268/+635
2015-07-05Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell7-78/+219
2015-07-04ahci: fix sdb fis semanticsJohn Snow1-12/+17
2015-07-04qtest/ahci: halted ncq migration testJohn Snow1-4/+15
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-04qtest/ahci: halted NCQ testJohn Snow1-4/+15
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-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