aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-27target-arm: Add VBAR support to ARM1176 CPUsCédric Le Goater3-6/+23
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva5-28/+5
2016-12-27hw/arm: remove trailing whitespaceAlastair D'Silva1-1/+1
2016-12-27aspeed/smc: set the number of flash modules for the FMC controllerCédric Le Goater2-4/+10
2016-12-27aspeed/smc: improve segment register supportCédric Le Goater1-8/+9
2016-12-27aspeed/scu: fix SCU region sizeCédric Le Goater1-1/+1
2016-12-27aspeed: change SoC revision of the palmetto-bmc machineCédric Le Goater1-1/+1
2016-12-27aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater4-0/+16
2016-12-27aspeed: add a memory region for SRAMCédric Le Goater2-9/+45
2016-12-27aspeed: add support for the romulus-bmc boardCédric Le Goater1-0/+44
2016-12-27aspeed: extend the board configuration with flash modelsCédric Le Goater1-4/+16
2016-12-27aspeed: attach the second SPI controller object to the SoCCédric Le Goater1-1/+1
2016-12-27aspeed: remove cannot_destroy_with_object_finalize_yetCédric Le Goater1-6/+0
2016-12-27aspeed: QOMify the CPU object and attach it to the SoCCédric Le Goater2-4/+15
2016-12-27m25p80: add support for the mx66l1g45gCédric Le Goater1-0/+1
2016-12-27hw/arm/virt: add 2.9 machine typePeter Maydell2-2/+20
2016-12-27hw/intc/arm_gicv3: Don't signal Pending+Active interrupts to CPUPeter Maydell1-0/+5
2016-12-27hw/intc/arm_gicv3: Remove incorrect usage of fieldoffsetPeter Maydell1-7/+6
2016-12-27target-arm: Log AArch64 exception returnsPeter Maydell1-0/+9
2016-12-27hw/intc/arm_gicv3_common: fix aff3 in typerAndrew Jones1-1/+2
2016-12-27target-arm: Fix aarch64 disas_ldst_single_structRichard Henderson1-2/+2
2016-12-27target-arm: Fix aarch64 vec_reg_offsetRichard Henderson1-1/+2
2016-12-27Correct value of ARM Cortex-A8 MVFR1 register.Julian Brown1-1/+1
2016-12-27cadence_uart: Check if receiver timeout counter is disabledAndrew Gacek1-3/+4
2016-12-27cadence_uart: Check baud rate generator and divider values on migrationAlistair Francis1-0/+7
2016-12-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell45-793/+1722
2016-12-22Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-12-21-2...Peter Maydell14-6/+1191
2016-12-22x86: implement la57 paging modeKirill A. Shutemov5-74/+274
2016-12-22target-i386: Fix eflags.TF/#DB handling of syscall/sysret insnsDoug Evans3-5/+32
2016-12-22kvmclock: reduce kvmclock difference on migrationMarcelo Tosatti4-15/+140
2016-12-22kvm: sync linux headersMarcelo Tosatti7-1/+38
2016-12-22scsi-disk: fix VERIFY for scsi-blockPaolo Bonzini1-1/+8
2016-12-22hw/block/pflash_cfi*.c: fix confusing assert fail messageZiyue Yang2-0/+26
2016-12-22multiboot: copy the cmdline verbatim, unescape module stringsVlad Lungu1-10/+10
2016-12-22x86: Fix x86_64 'g' packet response to gdb from 32-bit mode.Doug Evans1-13/+39
2016-12-22pc: make pit configurableChao Peng4-3/+26
2016-12-22pc: make sata configurableChao Peng3-15/+40
2016-12-22pc: make smbus configurableChao Peng3-5/+27
2016-12-22target-i386: Add Intel SHA_NI instruction support.Yi Sun2-1/+2
2016-12-22block: drop remaining legacy aio functions in commentYaowei Bai1-2/+2
2016-12-22main-loop: update comment for qemu_mutex_lock/unlock_iothreadYaowei Bai1-2/+2
2016-12-22timer: fix misleading comment in timer.hYaowei Bai1-1/+1
2016-12-22qemu-timer: check active_timers outside lock/eventPaolo Bonzini1-4/+16
2016-12-22virtio-scsi: introduce virtio_scsi_acquire/releasePaolo Bonzini1-9/+18
2016-12-22build-sys: remove libtool left-overMarc-André Lureau4-13/+3
2016-12-22rules.mak: add more rules to avoid chainingPaolo Bonzini2-0/+5
2016-12-22rules.mak: speedup save-vars load-varsPaolo Bonzini1-12/+10
2016-12-22watchdog: 6300esb: add exit functionLi Qiang1-0/+9
2016-12-22exec: introduce MemoryRegionCachePaolo Bonzini4-0/+251
2016-12-22exec: introduce address_space_extend_translationPaolo Bonzini1-21/+29