aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-07ich9: add TCO interface emulationPaulo Alcantara
2015-07-07acpi: split out ICH ACPI supportMichael S. Tsirkin
2015-07-07Revert "dataplane: allow virtio-1 devices"Cornelia Huck
2015-07-07dataplane: fix cross-endian issuesGreg Kurz
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-smm' into sta...Peter Maydell
2015-07-06pc: add SMM propertyPaolo Bonzini
2015-07-06ich9: add smm_enabled field and argumentsPaolo Bonzini
2015-07-06pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini
2015-07-06target-i386: register a separate KVM address space including SMRAM regionsPaolo Bonzini
2015-07-06kvm-all: kvm_irqchip_create is not expected to failPaolo Bonzini
2015-07-06kvm-all: add support for multiple address spacesPaolo Bonzini
2015-07-06kvm-all: make KVM's memory listener more genericPaolo Bonzini
2015-07-06kvm-all: move internal types to kvm_int.hPaolo Bonzini
2015-07-06kvm-all: remove useless typedefPaolo Bonzini
2015-07-06kvm-all: put kvm_mem_flags to more workAndrew Jones
2015-07-06target-i386: add support for SMBASE MSR and SMIsPaolo Bonzini
2015-07-06piix4/ich9: do not raise SMI on ACPI enable/disable commandsPaolo Bonzini
2015-07-06linux-headers: Update to 4.2-rc1Alexey Kardashevskiy
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-07-06exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internalPaolo Bonzini
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell
2015-07-06Merge remote-tracking branch 'remotes/xtensa/tags/20150706-xtensa' into stagingPeter Maydell
2015-07-06target-xtensa: fix gdb register map constructionMax Filippov
2015-07-06target-xtensa: add 64-bit floating point registersMax Filippov
2015-07-06Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150706'...Peter Maydell
2015-07-06arm_mptimer: Respect IT bit statepull-target-arm-20150706Dmitry Osipenko
2015-07-06arm_mptimer: Fix timer shutdown and mode changeDmitry Osipenko
2015-07-06hw/intc/arm_gic_common.c: Reset all registersPeter Maydell
2015-07-06target-arm: Implement YIELD insn to yield in ARM and Thumb translatorsPeter Maydell
2015-07-06target-arm: Split DISAS_YIELD from DISAS_WFEPeter Maydell
2015-07-06Fix interval interrupt of cadence ttc when timer is in decrement modeJohannes Schlatow
2015-07-06target-arm: fix write helper for TLBI ALLE1ISSergey Fedorov
2015-07-05Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2015-07-05Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell
2015-07-04ahci: fix sdb fis semanticsJohn Snow
2015-07-04qtest/ahci: halted ncq migration testJohn Snow
2015-07-04ahci: Do not map cmd_fis to generate responseJohn Snow
2015-07-04ahci: ncq migrationJohn Snow
2015-07-04ahci: add get_cmd_header helperJohn Snow
2015-07-04ahci: add cmd header to ncq transfer stateJohn Snow
2015-07-04qtest/ahci: halted NCQ testJohn Snow
2015-07-04ahci: correct ncq sector countJohn Snow
2015-07-04ahci: correct types in NCQTransferStateJohn Snow
2015-07-04ahci: add rwerror=stop support for ncqJohn Snow
2015-07-04ahci: factor ncq_finish out of ncq_cbJohn Snow
2015-07-04ahci: refactor process_ncq_commandJohn Snow
2015-07-04ahci: assert is_ncq for process_ncqJohn Snow
2015-07-04ahci: stash ncq commandJohn Snow
2015-07-04ide: add limit to .prepare_buf()John Snow
2015-07-04qtest/ahci: ncq migration testJohn Snow