aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-26vl.c: Provide accessor function serial_hd() for serial_hds[] arrayPeter Maydell
2018-04-26hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devicesPeter Maydell
2018-04-26hw/mips/mips_malta: Don't create "null" chardevs for serial devicesPeter Maydell
2018-04-26hw/mips/boston.c: Don't create "null" chardevs for serial devicesPeter Maydell
2018-04-26hw/arm/fsl-imx*: Don't create "null" chardevs for serial devicesPeter Maydell
2018-04-26hw/char/serial: Allow disconnected chardevsPeter Maydell
2018-04-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180426'...Peter Maydell
2018-04-26Open 2.13 development treePeter Maydell
2018-04-26xilinx_spips: Correct SNOOP_NONE state when flushing the txfifoSai Pavan Boddu
2018-04-26timer/aspeed: fix vmstate version idCédric Le Goater
2018-04-26hw/arm/aspeed_soc: don't use vmstate_register_ram_global for SRAMPeter Maydell
2018-04-26hw/arm/aspeed: don't make 'boot_rom' region 'nomigrate'Peter Maydell
2018-04-26hw/arm/highbank: don't make sysram 'nomigrate'Peter Maydell
2018-04-26hw/arm/raspi: Don't bother setting default_cpu_typePeter Maydell
2018-04-26target/arm: Make PMOVSCLR and PMUSERENR 64 bits wideAaron Lindsay
2018-04-26target/arm: Fix bitmask for PMCCFILTR writesAaron Lindsay
2018-04-26target/arm: Allow EL change hooks to do IOAaron Lindsay
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay
2018-04-26target/arm: Support multiple EL change hooksAaron Lindsay
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay
2018-04-26target/arm: Mask PMU register writes based on PMCR_EL0.NAaron Lindsay
2018-04-26target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0Aaron Lindsay
2018-04-26target/arm: Check PMCNTEN for whether PMCCNTR is enabledAaron Lindsay
2018-04-26target/arm: Use v7m_stack_read() for reading the frame signaturePeter Maydell
2018-04-26target/arm: Remove stale TODO commentPeter Maydell
2018-04-26arm: always start from first_cpu when registering loader cpu reset callbackIgor Mammedov
2018-04-26device_tree: Increase FDT_MAX_SIZE to 1 MiBGeert Uytterhoeven
2018-04-26Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180425a'...Peter Maydell
2018-04-25migration: remove ram_save_compressed_page()Xiao Guangrong
2018-04-25migration: introduce save_normal_page()Xiao Guangrong
2018-04-25migration: move calling save_zero_page to the common placeXiao Guangrong
2018-04-25migration: move calling control_save_page to the common placeXiao Guangrong
2018-04-25migration: move some code to ram_save_host_pageXiao Guangrong
2018-04-25migration: introduce control_save_page()Xiao Guangrong
2018-04-25migration: detect compression and decompression errorsXiao Guangrong
2018-04-25migration: stop decompression to allocate and free memory frequentlyXiao Guangrong
2018-04-25migration: stop compression to allocate and free memory frequentlyXiao Guangrong
2018-04-25migration: stop compressing page in migration threadXiao Guangrong
2018-04-25migration: add postcopy total blocktime into query-migrateAlexey Perevalov
2018-04-25migration: add blocktime calculation into migration-testAlexey Perevalov
2018-04-25migration: postcopy_blocktime documentationAlexey Perevalov
2018-04-25migration: calculate vCPU blocktime on dst sideAlexey Perevalov
2018-04-25migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov
2018-04-25migration: introduce postcopy-blocktime capabilityAlexey Perevalov
2018-04-24Update version for v2.12.0 releasev2.12.0Peter Maydell
2018-04-17Update version for v2.12.0-rc4 releasev2.12.0-rc4Peter Maydell
2018-04-17Revert "mux: fix ctrl-a b again"Peter Maydell
2018-04-17fpu: Bound increment for scalbnRichard Henderson
2018-04-17mux: fix ctrl-a b againMarc-André Lureau