summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aspeed: add a memory region for SRAMCédric Le Goater2016-12-272-9/+45
* aspeed: add support for the romulus-bmc boardCédric Le Goater2016-12-271-0/+44
* aspeed: extend the board configuration with flash modelsCédric Le Goater2016-12-271-4/+16
* aspeed: attach the second SPI controller object to the SoCCédric Le Goater2016-12-271-1/+1
* aspeed: remove cannot_destroy_with_object_finalize_yetCédric Le Goater2016-12-271-6/+0Star
* aspeed: QOMify the CPU object and attach it to the SoCCédric Le Goater2016-12-272-4/+15
* m25p80: add support for the mx66l1g45gCédric Le Goater2016-12-271-0/+1
* hw/arm/virt: add 2.9 machine typePeter Maydell2016-12-272-2/+20
* hw/intc/arm_gicv3: Don't signal Pending+Active interrupts to CPUPeter Maydell2016-12-271-0/+5
* hw/intc/arm_gicv3: Remove incorrect usage of fieldoffsetPeter Maydell2016-12-271-7/+6Star
* target-arm: Log AArch64 exception returnsPeter Maydell2016-12-271-0/+9
* hw/intc/arm_gicv3_common: fix aff3 in typerAndrew Jones2016-12-271-1/+2
* target-arm: Fix aarch64 disas_ldst_single_structRichard Henderson2016-12-271-2/+2
* target-arm: Fix aarch64 vec_reg_offsetRichard Henderson2016-12-271-1/+2
* Correct value of ARM Cortex-A8 MVFR1 register.Julian Brown2016-12-271-1/+1
* cadence_uart: Check if receiver timeout counter is disabledAndrew Gacek2016-12-271-3/+4
* cadence_uart: Check baud rate generator and divider values on migrationAlistair Francis2016-12-271-0/+7
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-12-2245-793/+1722
|\
| * x86: implement la57 paging modeKirill A. Shutemov2016-12-225-74/+274
| * target-i386: Fix eflags.TF/#DB handling of syscall/sysret insnsDoug Evans2016-12-223-5/+32
| * kvmclock: reduce kvmclock difference on migrationMarcelo Tosatti2016-12-224-15/+140
| * kvm: sync linux headersMarcelo Tosatti2016-12-227-1/+38
| * scsi-disk: fix VERIFY for scsi-blockPaolo Bonzini2016-12-221-1/+8
| * hw/block/pflash_cfi*.c: fix confusing assert fail messageZiyue Yang2016-12-222-0/+26
| * multiboot: copy the cmdline verbatim, unescape module stringsVlad Lungu2016-12-221-10/+10
| * x86: Fix x86_64 'g' packet response to gdb from 32-bit mode.Doug Evans2016-12-221-13/+39
| * pc: make pit configurableChao Peng2016-12-224-3/+26
| * pc: make sata configurableChao Peng2016-12-223-15/+40
| * pc: make smbus configurableChao Peng2016-12-223-5/+27
| * target-i386: Add Intel SHA_NI instruction support.Yi Sun2016-12-222-1/+2
| * block: drop remaining legacy aio functions in commentYaowei Bai2016-12-221-2/+2
| * main-loop: update comment for qemu_mutex_lock/unlock_iothreadYaowei Bai2016-12-221-2/+2
| * timer: fix misleading comment in timer.hYaowei Bai2016-12-221-1/+1
| * qemu-timer: check active_timers outside lock/eventPaolo Bonzini2016-12-221-4/+16
| * virtio-scsi: introduce virtio_scsi_acquire/releasePaolo Bonzini2016-12-221-9/+18
| * build-sys: remove libtool left-overMarc-André Lureau2016-12-224-13/+3Star
| * rules.mak: add more rules to avoid chainingPaolo Bonzini2016-12-222-0/+5
| * rules.mak: speedup save-vars load-varsPaolo Bonzini2016-12-221-12/+10Star
| * watchdog: 6300esb: add exit functionLi Qiang2016-12-221-0/+9
| * exec: introduce MemoryRegionCachePaolo Bonzini2016-12-224-0/+251
| * exec: introduce address_space_extend_translationPaolo Bonzini2016-12-221-21/+29
| * exec: introduce memory_ldst.inc.cPaolo Bonzini2016-12-224-686/+734
| * exec: optimize remaining address_space_* casesPaolo Bonzini2016-12-221-23/+103
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-12-21-2...Peter Maydell2016-12-2214-6/+1191
|\ \
| * | crypto: add HMAC algorithms testcasesLongpeng(Mike)2016-12-222-0/+268
| * | crypto: support HMAC algorithms based on nettleLongpeng(Mike)2016-12-221-3/+133
| * | crypto: support HMAC algorithms based on glibLongpeng(Mike)2016-12-221-0/+122
| * | crypto: support HMAC algorithms based on libgcryptLongpeng(Mike)2016-12-221-2/+109
| * | crypto: add HMAC algorithms frameworkLongpeng(Mike)2016-12-226-0/+376
| * | configure: add CONFIG_GCRYPT_HMAC itemLongpeng(Mike)2016-12-221-0/+17